diff options
author | Steve French <sfrench@samba.org> | 2005-03-28 20:32:04 +0000 |
---|---|---|
committer | Steve French <sfrench@samba.org> | 2005-03-28 20:32:04 +0000 |
commit | 3766df6729bb9c93e4dff7c6d8d98bdc91b473e7 (patch) | |
tree | a2102cee0ad006dc3ed11f8b40bb3fd7dc3de7fe /source | |
parent | 9e9da7e48e85b8b2d66b038b79f1a1fd1e765178 (diff) | |
download | samba-3766df6729bb9c93e4dff7c6d8d98bdc91b473e7.tar.gz samba-3766df6729bb9c93e4dff7c6d8d98bdc91b473e7.tar.xz samba-3766df6729bb9c93e4dff7c6d8d98bdc91b473e7.zip |
r6103: Update list of mount options for mount.cifs
Diffstat (limited to 'source')
-rwxr-xr-x | source/client/mount.cifs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/client/mount.cifs.c b/source/client/mount.cifs.c index b984aaaee85..3145447cc4e 100755 --- a/source/client/mount.cifs.c +++ b/source/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:"); |