分页: 1 / 1
我的中文文件名显示的是????求救
发表于 : 2006-02-21 20:34
由 hyper2003
我的中文文件名显示的是????求救!
发表于 : 2006-02-23 15:19
由 hejux
locales and the fstab
发表于 : 2006-03-04 18:15
由 thankwsx
代码: 全选
mount -t vfat -o iocharset=gb2312 /dev/hdax /yourdir
or
代码: 全选
mount -t vfat -o iocharset=utf /dev/hdax /yourdir
发表于 : 2006-03-04 20:28
由 karron
/dev/hdb1 /windows/hdb1 ntfs auto,user,nls=utf8,umask=0 0 0
/dev/hda5 /windows/hda5 vfat auto,user,utf8,umask=0 0 0
编辑你的/etc/fstab
如果是ntfs分区,修改为第一行蓝色部分,如果是fat32,修改为第二行蓝色部分。