|
发表于 2003-4-3 20:33:08
|
显示全部楼层
下面是man mount里的一段:
- Mount options for ntfs
- iocharset=name
- Character set to use when returning file names. Unlike VFAT,
- NTFS suppresses names that contain unconvertible characters.
-
- utf8 Use UTF-8 for converting file names.
-
- uni_xlate=[0|1|2]
- For 0 (or `no' or `false'), do not use escape sequences for
- unknown Unicode characters. For 1 (or `yes' or `true') or 2,
- use vfat-style 4-byte escape sequences starting with ":". Here 2
- give a little-endian encoding and 1 a byteswapped bigendian
- encoding.
-
- posix=[0|1]
- If enabled (posix=1), the file system distinguishes between
- upper and lower case. The 8.3 alias names are presented as hard
- links instead of being suppressed.
-
- uid=value, gid=value and umask=value
- Set the file permission on the filesystem. The umask value is
- given in octal. By default, the files are owned by root and not
- readable by somebody else.
复制代码
多看man 和info,能学到很多,呵呵。 |
|