|
用mount -t vfat /dev/hda5 /mnt/d可以正常加载,但请看下面
[root@liqishan root]# mount /dev/hda5 /mnt/d -o iocharset=cp936
mount: wrong fs type, bad option, bad superblock on /dev/hda5,
or too many mounted file systems
[root@liqishan root]# mount -t vfat /dev/hda5 /mnt/d -o iocharset=cp936
mount: wrong fs type, bad option, bad superblock on /dev/hda5,
or too many mounted file systems
[root@liqishan root]# mount -t vfat -o iocharset=gb2312,codepage=936 /dev/hda6 /mnt/e
mount: wrong fs type, bad option, bad superblock on /dev/hda6,
or too many mounted file systems
[root@liqishan root]#
请教高手,这是什么原因呀?难道我不能在linux下看WIN中有中文的文件名?
我用的是新编译的2.6.0-test6的内核 |
|