aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/README
diff options
context:
space:
mode:
authorSteve French <smfrench@austin.rr.com>2005-04-29 01:41:05 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-29 01:41:05 -0400
commit6a0b48245a135cd132e747815854e3999967f8a7 (patch)
tree55fffb67b924fbca2a5a16e83100a5d1000daaf4 /fs/cifs/README
parentcbe0476fa6a76b01b79e7c117963d45ed0a28758 (diff)
[PATCH] cifs: Add new mount parm mapchars
For handling seven special characters that shells use for filenames. This first parts implements conversions from Unicode. Signed-off-by: Steve French Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/cifs/README')
-rw-r--r--fs/cifs/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/fs/cifs/README b/fs/cifs/README
index 0f20edc935b5..83e054576258 100644
--- a/fs/cifs/README
+++ b/fs/cifs/README
@@ -376,6 +376,17 @@ A partial list of the supported mount options follows:
376 attributes) to the server (default) e.g. via setfattr 376 attributes) to the server (default) e.g. via setfattr
377 and getfattr utilities. 377 and getfattr utilities.
378 nouser_xattr Do not allow getfattr/setfattr to get/set xattrs 378 nouser_xattr Do not allow getfattr/setfattr to get/set xattrs
379 mapchars Translate the seven reserved characters
380 *?<>|:\
381 to the remap range (above 0xF000), which also
382 allows the CIFS client to recognize files created with
383 such characters by Windows's POSIX emulation. This can
384 also be useful when mounting to most versions of Samba
385 (which also forbids creating and opening files
386 whose names contain any of these seven characters).
387 This has no effect if the server does not support
388 Unicode on the wire.
389 nomapchars Do not translate any of these seven characters (default).
379 390
380The mount.cifs mount helper also accepts a few mount options before -o 391The mount.cifs mount helper also accepts a few mount options before -o
381including: 392including: