liqishan 发表于 2003-10-11 23:12:28

mount问题请教

用mount -t vfat /dev/hda5 /mnt/d可以正常加载,但请看下面
# 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
# 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
# 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
#
请教高手,这是什么原因呀?难道我不能在linux下看WIN中有中文的文件名?
我用的是新编译的2.6.0-test6的内核

linuxanselm 发表于 2003-10-12 21:41:04

那就试一试

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

应该把option 放在argument 前面 ok 了 :mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen::mrgreen:

liqishan 发表于 2003-10-13 22:01:42

不行的,有谁教教我呀?

王紫豪 发表于 2003-10-16 14:25:27

请教怎么加载iso文件???

ritou 发表于 2003-10-17 07:59:30

请教怎么加载iso文件???
用loop设备:mount -o loop /home/xxx/xxx.iso /mnt/CD
页: [1]
查看完整版本: mount问题请教