FUSERMOUNT(8) | System Manager's Manual | FUSERMOUNT(8) |
fusermount
—
manage librefuse mount items
fusermount |
[-chpVx ] [-d
name] refuseoptions |
fusermount |
-u mountpoint(s) |
The fusermount
utility acts as a frontend
to the refuse(3) library,
allowing mounting and unmounting of refuse-based file systems.
There are essentially two forms of the
fusermount
command. The first, and default option,
is to mount a refuse-based file system. By using the
-u
argument, the file system can be unmounted.
The arguments to fusermount
are as
follows:
-c
-d
name-h
-p
-V
fusermount
version on stdout, and then
exit successfully.-x
The fusermount
utility is included mainly
for compatibility reasons, since some file systems demand its existence.
fusermount
returns 0 for successful
operation, or non-zero if one of the operations did not complete
successfully.
The command
fusermount -d ntfs-3g unused
mount.ntfs-3g ntfs.img /mnt
fusermount
command.
The fusermount
utility first appeared in
NetBSD 5.0.
The fusermount
utility was written by
Alistair Crooks ⟨agc@NetBSD.org⟩.
June 11, 2007 | NetBSD 10.99 |