mount.vmhgfs -V (return code: 1)
Usage: mount.vmhgfs <sharename> <dir> [-o <options>]
Mount the HGFS share, specified by name, to a local directory.
Share name must be in host:dir format.
Options:
ro mount read-only
rw mount read-write
nosuid ignore suid/sgid bits
suid allow suid/sgid bits (default)
uid=<arg> mount owner (by uid or username)
gid=<arg> mount group (by gid or groupname)
fmask=<arg> file umask (in octal)
dmask=<arg> directory umask (in octal)
nodev prevent device node access
dev allow device node access (default)
noexec prevent program execution
exec allow program execution (default)
sync file writes are synchronous
async file writes are asynchronous (default)
mand allow mandatory locks
nomand prevent mandatory locks (default)
noatime do not update access times
atime update access times (default)
nodiratime do not update directory access times
diratime update access directory times (default)
ttl=<arg> time before file attributes must be
revalidated (in seconds). Improves
performance but decreases coherency.
Defaults to 1 if not set.
bind perform bind mount
bind move an existig mount point
serverino Use server generated inode numbers.
noserverino Use client generated inode numbers.
remount remount already mounted filesystem
This command is intended to be run from within /bin/mount by
passing the option '-t vmhgfs'. For example:
mount -t vmhgfs .host:/ /mnt/hgfs/
mount -t vmhgfs .host:/foo /mnt/foo
mount -t vmhgfs .host:/foo/bar /var/lib/bar
mount.vmhgfs --help (return code: 1)
Usage: mount.vmhgfs <sharename> <dir> [-o <options>]
Mount the HGFS share, specified by name, to a local directory.
Share name must be in host:dir format.
Options:
ro mount read-only
rw mount read-write
nosuid ignore suid/sgid bits
suid allow suid/sgid bits (default)
uid=<arg> mount owner (by uid or username)
gid=<arg> mount group (by gid or groupname)
fmask=<arg> file umask (in octal)
dmask=<arg> directory umask (in octal)
nodev prevent device node access
dev allow device node access (default)
noexec prevent program execution
exec allow program execution (default)
sync file writes are synchronous
async file writes are asynchronous (default)
mand allow mandatory locks
nomand prevent mandatory locks (default)
noatime do not update access times
atime update access times (default)
nodiratime do not update directory access times
diratime update access directory times (default)
ttl=<arg> time before file attributes must be
revalidated (in seconds). Improves
performance but decreases coherency.
Defaults to 1 if not set.
bind perform bind mount
bind move an existig mount point
serverino Use server generated inode numbers.
noserverino Use client generated inode numbers.
remount remount already mounted filesystem
This command is intended to be run from within /bin/mount by
passing the option '-t vmhgfs'. For example:
mount -t vmhgfs .host:/ /mnt/hgfs/
mount -t vmhgfs .host:/foo /mnt/foo
mount -t vmhgfs .host:/foo/bar /var/lib/bar