Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. oliver@Ubuntu:~$ smbmount //server//Funstuff/mnt/mountpoint -o unsername=XAdmin
  2.  
  3. Usage: mount.cifs <remotetarget> <dir> -o <options>
  4.  
  5. Mount the remote target, specified as a UNC name, to a local directory.
  6.  
  7. Options:
  8. user=<arg>
  9. pass=<arg>
  10. dom=<arg>
  11.  
  12. Less commonly used options:
  13. credentials=<filename>,guest,perm,noperm,setuids,nosetuids,rw,ro,
  14. sep=<char>,iocharset=<codepage>,suid,nosuid,exec,noexec,serverino,
  15. mapchars,nomapchars,nolock,servernetbiosname=<SRV_RFC1001NAME>
  16. directio,nounix,cifsacl,sec=<authentication mechanism>,sign
  17.  
  18. Options not needed for servers supporting CIFS Unix extensions
  19. (e.g. unneeded for mounts to most Samba versions):
  20. uid=<uid>,gid=<gid>,dir_mode=<mode>,file_mode=<mode>,sfu
  21.  
  22. Rarely used options:
  23. port=<tcpport>,rsize=<size>,wsize=<size>,unc=<unc_name>,ip=<ip_address>,
  24. dev,nodev,nouser_xattr,netbiosname=<OUR_RFC1001NAME>,hard,soft,intr,
  25. nointr,ignorecase,noposixpaths,noacl,prefixpath=<path>,nobrl
  26.  
  27. Options are described in more detail in the manual page
  28. man 8 mount.cifs
  29.  
  30. To display the version number of the mount helper:
  31. mount.cifs -V
  32. oliver@Ubuntu:~$ smbmount //server//Funstuff/mnt/mountpoint -o unsername=XAdmin
  33.  
  34. Usage: mount.cifs <remotetarget> <dir> -o <options>
  35.  
  36. Mount the remote target, specified as a UNC name, to a local directory.
  37.  
  38. Options:
  39. user=<arg>
  40. pass=<arg>
  41. dom=<arg>
  42.  
  43. Less commonly used options:
  44. credentials=<filename>,guest,perm,noperm,setuids,nosetuids,rw,ro,
  45. sep=<char>,iocharset=<codepage>,suid,nosuid,exec,noexec,serverino,
  46. mapchars,nomapchars,nolock,servernetbiosname=<SRV_RFC1001NAME>
  47. directio,nounix,cifsacl,sec=<authentication mechanism>,sign
  48.  
  49. Options not needed for servers supporting CIFS Unix extensions
  50. (e.g. unneeded for mounts to most Samba versions):
  51. uid=<uid>,gid=<gid>,dir_mode=<mode>,file_mode=<mode>,sfu
  52.  
  53. Rarely used options:
  54. port=<tcpport>,rsize=<size>,wsize=<size>,unc=<unc_name>,ip=<ip_address>,
  55. dev,nodev,nouser_xattr,netbiosname=<OUR_RFC1001NAME>,hard,soft,intr,
  56. nointr,ignorecase,noposixpaths,noacl,prefixpath=<path>,nobrl
  57.  
  58. Options are described in more detail in the manual page
  59. man 8 mount.cifs
  60.  
  61. To display the version number of the mount helper:
  62. mount.cifs -V
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement