mount问题请教

mount问题请教

用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的内核
那就试一试

mount  -o iocharset=cp936  /dev/hda5  /mnt/d

应该把option 放在argument 前面 ok 了                 
不行的,有谁教教我呀?
请教怎么加载iso文件???
[quote:0c882eb442="王紫豪"]请教怎么加载iso文件???[/quote]
用loop设备:mount -o loop /home/xxx/xxx.iso /mnt/CD