LinuxSir.cn,穿越时空的Linuxsir!

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

开机提示:FAT: utf8 is not a recommended IO charset for FAT filesystems, filesys

[复制链接]
发表于 2010-5-7 09:28:00 | 显示全部楼层 |阅读模式
我设置了开机自动挂载windows的fat32分区,/etc/fstab里面的相关语句是:
/dev/sda5 /media/windata vfat        utf8,umask=000           0        0
可是在开机后进入Gnome之前总是提示
FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
不知道到底怎么回事,不管行不行呢?而且每次重启都能看到,十分不爽。
发表于 2010-5-11 16:46:59 | 显示全部楼层
没有影响,我都用了一年多了
如果你感觉不好可以改成iocharset=cp936
回复 支持 反对

使用道具 举报

发表于 2010-5-11 21:46:56 | 显示全部楼层
请忽略...
回复 支持 反对

使用道具 举报

发表于 2010-5-28 10:06:39 | 显示全部楼层
vfat选项里边没有utf8。
请man mount查看帮助。
回复 支持 反对

使用道具 举报

发表于 2010-5-28 14:53:34 | 显示全部楼层
man里
  1. Mount options for vfat
  2.        First of all, the mount options for fat are recognized.  The  dotsOK  option  is
  3.        explicitly killed by vfat.  Furthermore, there are
  4.        uni_xlate
  5.               Translate  unhandled  Unicode  characters  to  special escaped sequences.
  6.               This lets you backup and restore filenames that are created with any Uni‐
  7.               code  characters.  Without this option, a '?' is used when no translation
  8.               is possible. The escape character is ':' because it is otherwise  illegal
  9.               on  the  vfat  filesystem. The escape sequence that gets used, where u is
  10.               the unicode character, is: ':', (u & 0x3f), ((u>>6) & 0x3f), (u>>12).
  11.        posix  Allow two files with names that only differ in case.
  12.        nonumtail
  13.               First try to make a short name without  sequence  number,  before  trying
  14.               name~num.ext.
  15.        utf8   UTF8 is the filesystem safe 8-bit encoding of Unicode that is used by the
  16.               console. It can be be enabled for the filesystem with this option or dis‐
  17.               abled  with  utf8=0, utf8=no or utf8=false. If `uni_xlate' gets set, UTF8
  18.               gets disabled.
复制代码
回复 支持 反对

使用道具 举报

发表于 2010-6-1 10:44:23 | 显示全部楼层
我错了。
记得原来的mount vfat没有这个选项的。倒是二楼说的iocharset没有了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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