diff options
author | Steve French <sfrench@samba.org> | 2005-03-28 20:32:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:21 -0500 |
commit | 5d64af716dd90cefb09a267601e4d156107dff54 (patch) | |
tree | ea3719d6e7bd906e58ccc5b1d445316103e2225a | |
parent | 0411d1a73529bf517038ac496b18fd71ada64eed (diff) | |
download | samba-5d64af716dd90cefb09a267601e4d156107dff54.tar.gz samba-5d64af716dd90cefb09a267601e4d156107dff54.tar.bz2 samba-5d64af716dd90cefb09a267601e4d156107dff54.zip |
r6103: Update list of mount options for mount.cifs
(This used to be commit 6efd6225fab93c3f31f09f6bbf6d032024650501)
-rwxr-xr-x | source3/client/mount.cifs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/client/mount.cifs.c b/source3/client/mount.cifs.c index b984aaaee8..3145447cc4 100755 --- a/source3/client/mount.cifs.c +++ b/source3/client/mount.cifs.c @@ -83,11 +83,11 @@ static void mount_cifs_usage(void) printf(" to a local directory.\n\nOptions:\n"); printf("\tuser=<arg>\n\tpass=<arg>\n\tdom=<arg>\n"); printf("\nLess commonly used options:"); - printf("\n\tcredentials=<filename>,guest,perm,noperm,setuids,nosetuids,\n\trw,ro,sep=<char>,iocharset=<codepage>,suid,nosuid,exec,noexec,directio"); - printf("\n\nOptions not needed for servers supporting CIFS Unix extensions (e.g. most Samba versions):"); + printf("\n\tcredentials=<filename>,guest,perm,noperm,setuids,nosetuids,rw,ro,\n\tsep=<char>,iocharset=<codepage>,suid,nosuid,exec,noexec,serverino,\n\tdirectio"); + printf("\n\nOptions not needed for servers supporting CIFS Unix extensions\n\t(e.g. most Samba versions):"); printf("\n\tuid=<uid>,gid=<gid>,dir_mode=<mode>,file_mode=<mode>"); printf("\n\nRarely used options:"); - printf("\n\tport=<tcpport>,rsize=<size>,wsize=<size>,unc=<unc_name>,ip=<ip_address>,dev,nodev"); + printf("\n\tport=<tcpport>,rsize=<size>,wsize=<size>,unc=<unc_name>,ip=<ip_address>,\n\tdev,nodev,nouser_xattr,netbiosname,hard,soft,intr,nointr,noacl"); printf("\n\nOptions are described in more detail in the manual page"); printf("\n\tman 8 mount.cifs\n"); printf("\nTo display the version number of the mount helper:"); |