Commit a587f80e authored by Hirofumi Ogawa's avatar Hirofumi Ogawa Committed by Linus Torvalds

[PATCH] FAT: document fix/update

Signed-off-by: default avatarOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 5c25879d
...@@ -650,18 +650,21 @@ config FAT_DEFAULT_CODEPAGE ...@@ -650,18 +650,21 @@ config FAT_DEFAULT_CODEPAGE
default 437 default 437
help help
This option should be set to the codepage of your FAT filesystems. This option should be set to the codepage of your FAT filesystems.
It can be overridden with the 'codepage' mount option. It can be overridden with the "codepage" mount option.
See <file:Documentation/filesystems/vfat.txt> for more information.
config FAT_DEFAULT_IOCHARSET config FAT_DEFAULT_IOCHARSET
string "Default iocharset for FAT" string "Default iocharset for FAT"
depends on VFAT_FS depends on VFAT_FS
default "iso8859-1" default "iso8859-1"
help help
Set this to the default I/O character set you'd like FAT to use. Set this to the default input/output character set you'd
It should probably match the character set that most of your like FAT to use. It should probably match the character set
FAT filesystems use, and can be overridded with the 'iocharset' that most of your FAT filesystems use, and can be overridden
mount option for FAT filesystems. Note that UTF8 is *not* a with the "iocharset" mount option for FAT filesystems.
supported charset for FAT filesystems. Note that "utf8" is not recommended for FAT filesystems.
If unsure, you shouldn't set "utf8" here.
See <file:Documentation/filesystems/vfat.txt> for more information.
config UMSDOS_FS config UMSDOS_FS
#dep_tristate ' UMSDOS: Unix-like file system on top of standard MSDOS fs' CONFIG_UMSDOS_FS $CONFIG_MSDOS_FS #dep_tristate ' UMSDOS: Unix-like file system on top of standard MSDOS fs' CONFIG_UMSDOS_FS $CONFIG_MSDOS_FS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment