发新话题
打印

使用 mount 命令挂载 Windows 分区, 不能显示中文?

使用 mount 命令挂载 Windows 分区, 不能显示中文?

需要加哪些参数?      

TOP

mount -t ntfs -o iocharset=cp936 /dev/hdxx /mnt/abc

hdxx: hda0....hdb1...
abc: Name of the windows      

TOP

mount -t vfat -o iocharset=utf8 /dev/hda6 /mnt/wine
这是我把E盘加载的命令格式,说明如下
vfat:我的E盘是FAT32格式,其它不用说了,就是由于系统默认格式是iso8859-1编码,而windowsXP是unicode 8格式,所以,把iocharset设置成utf8。
2楼的给的我试了在我这不行。
各位看了如果使用感觉正确,请加我的声望!!!我可以花了一小时才在man mount上找到答案的。      

TOP

试一下!谢谢      

TOP

发新话题