红联Linux门户
Linux帮助

mount: wrong fs type, bad option,请帮忙!

发布时间:2007-11-15 20:29:54来源:红联作者:wrhclone
出问题经过
以前mount fat32时,很正常.
1 安装ntfs 软件包.
2 mount -t ntfs -o iocharset=ntf8,umask=000 /dev/hda5 /mnt/win
打开正常,但是无'写操作权利'
3 umount win
4 重复第2步,报错:mount: wrong fs type, bad option, bad superblock on /dev/hda5,
or too many mounted file systems
5 mount -t vfat -o iocharset=ntf8,umask=000 /dev/hda1 /mnt/win1
文件也出同样的错误.
6 mount -t vfat -o rw,codepage=936,iocharset=utf8 /dev/hda1 /mnt/hda5
正常
7 重复2 5操作仍然出错

请指点,谢谢!

[ 本帖最后由 wrhclone 于 2007-11-15 20:31 编辑 ]
文章评论

共有 3 条评论

  1. shuxiaxue 于 2008-05-26 13:33:48发表:

    你好,我也碰到过这种情况,我试了好几次,发现开机后只能挂一次,umount后便出现这种情况,除非重新启动,你可以试试,我的邮箱是526854392@qq.com 有结果了可以再交流

  2. kemen 于 2007-11-16 09:56:20发表:

    在centOS5 上使用:

    mount -a -o username=username,pasword=password //ip/文件夹 /mnt/文件夹

    -a -o 参数可以让mount自动挂载,不用指定磁盘分区格式参数.觉得很方便,并少出问题.

    其中username 和password是可以省略的.
    username 和 password中间的是逗号.

  3. gxf 于 2007-11-15 23:11:42发表:

    iocharset=ntf8?