diff options
Diffstat (limited to 'debian/manpages/mount.vboxsf.8')
-rw-r--r-- | debian/manpages/mount.vboxsf.8 | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/debian/manpages/mount.vboxsf.8 b/debian/manpages/mount.vboxsf.8 new file mode 100644 index 00000000..e94789a7 --- /dev/null +++ b/debian/manpages/mount.vboxsf.8 @@ -0,0 +1,64 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. +.TH MOUNT.VBOXSF "8" "January 2019" "mount.vboxsf" "System Administration Utilities" +.SH NAME +mount.vboxsf \- x86 virtualization solution +.SH SYNOPSIS +.B mount.vboxsf +[\fI\,OPTIONS\/\fR] \fI\,NAME MOUNTPOINT\/\fR +.SH DESCRIPTION +Mount the VirtualBox shared folder NAME from the host system to MOUNTPOINT. +.TP +\fB\-w\fR +mount the shared folder writable (the default) +.TP +\fB\-r\fR +mount the shared folder read\-only +.TP +\fB\-n\fR +do not create an mtab entry +.TP +\fB\-s\fR +sloppy parsing, ignore unrecognized mount options +.HP +\fB\-o\fR OPTION[,OPTION...] use the mount options specified +.SS "Available mount options are:" +.TP +rw +mount writable (the default) +.TP +ro +mount read only +.TP +uid=UID +set the default file owner user id to UID +.TP +gid=GID +set the default file owner group id to GID +.TP +ttl=TTL +set the "time to live" to TID for the dentry +.TP +dmode=MODE +override the mode of all directories to (octal) MODE +.TP +fmode=MODE +override the mode of all regular files to (octal) MODE +.TP +umask=UMASK +set the umask to (octal) UMASK +.TP +dmask=UMASK +set the umask applied to directories only +.TP +fmask=UMASK +set the umask applied to regular files only +.TP +iocharset CHARSET +use the character set CHARSET for I/O operations +(default set is utf8) +.TP +convertcp CHARSET +convert the folder name from CHARSET to utf8 +.SS "Less common used options:" +.IP +noexec,exec,nodev,dev,nosuid,suid |