|
|

楼主 |
发表于 2005-5-7 22:46:21
|
显示全部楼层
你的分区是怎么挂载的?
我用了好几种方法就有乱码。
/dev/hda1 /mnt/C vfat auto,iocharset=utf8 0 0
/dev/hda5 /mnt/D vfat auto,iocharset=utf8 0 0
/dev/hda6 /mnt/E vfat auto,iocharset=utf8 0 0
/dev/hda1 /mnt/C vfat auto,iocharset=gb18030 0 0
/dev/hda5 /mnt/D vfat auto,iocharset=gb18030 0 0
/dev/hda6 /mnt/E vfat auto,iocharset=gb18030 0 0
/dev/hda1 /mnt/C vfat auto,iocharset=gb2312 0 0
/dev/hda5 /mnt/D vfat auto,iocharset=gb2312 0 0
/dev/hda6 /mnt/E vfat auto,iocharset=gb2312 0 0 |
|