LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 718|回复: 2

是不是ntfs的盘mount的时候不能用-o codepage=936,iocharset=gb2312呢?

[复制链接]
发表于 2003-4-3 20:30:17 | 显示全部楼层 |阅读模式
我的fat32的盘可以mount上,但是ntfs的盘加上-o codepage=936,iocharset=gb2312选项后就不能mount,不加就可以。
发表于 2003-4-3 20:33:08 | 显示全部楼层
下面是man mount里的一段:

  1. Mount options for ntfs
  2.        iocharset=name
  3.               Character  set  to  use when returning file names.  Unlike VFAT,
  4.               NTFS suppresses names that contain unconvertible characters.

  5.        utf8   Use UTF-8 for converting file names.

  6.        uni_xlate=[0|1|2]
  7.               For 0 (or `no' or `false'), do  not  use  escape  sequences  for
  8.               unknown  Unicode  characters.   For 1 (or `yes' or `true') or 2,
  9.               use vfat-style 4-byte escape sequences starting with ":". Here 2
  10.               give  a  little-endian  encoding  and  1 a byteswapped bigendian
  11.               encoding.

  12.        posix=[0|1]
  13.               If enabled (posix=1),  the  file  system  distinguishes  between
  14.               upper  and lower case. The 8.3 alias names are presented as hard
  15.               links instead of being suppressed.
  16.                                                                                 
  17.        uid=value, gid=value and umask=value
  18.               Set the file permission on the filesystem.  The umask  value  is
  19.               given in octal.  By default, the files are owned by root and not
  20.               readable by somebody else.
复制代码

多看man 和info,能学到很多,呵呵。
 楼主| 发表于 2003-4-3 20:35:56 | 显示全部楼层
明白了,不加codepage=936就可以了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表