|
发表于 2003-4-26 11:37:51
|
显示全部楼层
这回大部分的文件可以显示出来了,但是还是有一小部分文件没有显示出来,这又该如何解决?
1.有关问题的描述太抽象了,什么叫大部分文件?什么叫小部分文件?
2.可以多参考man Mount,它是有关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 bigen-
dian 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 sup-
pressed.
uid=value, gid=value and umask=value
Set the file permission on the filesystem. By
default, the files are owned by root and not read-
able by somebody else. |
|