corleone 发表于 2003-3-16 16:16:40

把windows分区mount到linux下后,中文显示的都

用的是RH8
多谢了

michil_000 发表于 2003-3-16 18:00:38

mount -t vfat /dev/hda1/mnt/winc

xshining 发表于 2003-3-16 20:29:12

# mount -t vfat -o codepage936,iocharset=cp936 /dev/hdX /mnt/mount-point

Subbo 发表于 2003-3-18 15:30:31

编辑etc/fstab文件,在一个新行上添加以下信息(以将C盘内容挂载到/mnt/windows 为例)就可一劳永逸地解决问题:
/dev/hda1/mnt/windowsvfatdefaults,iocharset=gb2312 0 0
页: [1]
查看完整版本: 把windows分区mount到linux下后,中文显示的都