|
发表于 2006-10-9 18:16:23
|
显示全部楼层
Post by KinSprite
mount /dev/hda5 /mnt/d -t vfat
其他参数:
-rw
-o umask=0000,iocharset=???
如果你的local字体与fat32的字体一样,就不要iocharset了。
不知道我说的是否准确?
应该是这样。
FC3 mount时没设定字体就会有假死现象。表现为搂主机器的症状。
改为
#mount /dev/hda5 /mnt/d -t vfat -o umask=0000,iocharset=gb2312
或者
#mount /dev/hda5 /mnt/d -t vfat -o umask=0000,iocharset=cp936
以前我好像用iocharset=cp936成功过。 |
|