Advertisement
Guest User

Untitled

a guest
May 2nd, 2011
1,169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. $ sudo mount.vboxsf
  2. Usage: mount.vboxsf [OPTIONS] NAME MOUNTPOINT
  3. Mount the VirtualBox shared folder NAME from the host system to MOUNTPOINT.
  4.  
  5. -w mount the shared folder writable (the default)
  6. -r mount the shared folder read-only
  7. -n do not create an mtab entry
  8. -o OPTION[,OPTION...] use the mount options specified
  9.  
  10. Available mount options are:
  11. rw mount writable (the default)
  12. ro mount read only
  13. uid=UID set the default file owner user id to UID
  14. gid=GID set the default file owner group id to GID
  15. ttl=TTL set the "time to live" to TID for the dentry
  16. dmode=MODE override the mode of all directories to (octal) MODE
  17. fmode=MODE override the mode of all regular files to (octal) MODE
  18. umask=UMASK set the umask to (octal) UMASK
  19. dmask=UMASK set the umask applied to directories only
  20. fmask=UMASK set the umask applied to regular files only
  21. iocharset CHARSET use the character set CHARSET for I/O operations
  22. (default set is utf8)
  23. convertcp CHARSET convert the folder name from CHARSET to utf8
  24.  
  25. Less common used options:
  26. noexec,exec,nodev,dev,nosuid,suid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement