yaohanping 发表于 2004-9-6 15:49:05

升级内核后的问题

bash-2.05b# mount /dev/hdc9 /root/gz
mount: wrong fs type, bad option, bad superblock on /dev/hdc9,
       or too many mounted file
请问怎么办啊?

pjc5520 发表于 2004-9-6 15:56:43

是不是这条指令写得不完整吧
没有指定 fs type

xue_hu2001 发表于 2004-9-7 12:49:37

mount 后得加选项

yaohanping 发表于 2004-9-7 13:42:48

加什么啊?大哥
你怎么说一半不讲了
我的2.4.20一直就这样用,没有加啊
升级后就不行了,真郁闷

yaohanping 发表于 2004-9-7 13:44:44

bash-2.05b# mount /dev/hdc9 /root/gz -o iocharste=cp936
mount: wrong fs type, bad option, bad superblock on /dev/hdc9,
       or too many mounted file systems
加了也没有用的

Amorous 发表于 2004-9-7 16:56:28

try-t(ntfs,vfat.reiserfs......)

xue_hu2001 发表于 2004-9-7 17:41:34

你试试下面的方法:
5)Sysfs问题

解决方法是:

◆ 建立目录/sys:#mkdir /sys

◆ 在/etc/rc.d/rc.sysinit文件中找到“mount -f /proc”,在其下一行加入“mount -f /sys”。

◆ 同样在/etc/rc.d/rc.sysinit文件中找到“action $"Mounting proc filesystem: " mount -n -t proc /proc /proc”,在其下一行加入“action $"Mounting sysfs filesystem: " mount -n -t sysfs /sys /sys”。

◆ 在/etc/fstab文件中加入“none /sys sysfs defaults 0 0”。

◆ 在/etc/init.d/halt的halt_get_remaining函数中找到“awk '$2 ~ /^\/$|^\/proc|^\/dev/{next}”,改为“awk '$2 ~ /^\/$|^\/proc|^\/sys|^\/dev/{next}”。

我不知道时不是这个毛病,你试试吧!!!

yaohanping 发表于 2004-9-8 07:37:11

楼上的大哥,我这个已经用了,但没用

Amorous 发表于 2004-9-8 09:34:32

wrong fs type, bad option明显是-t的选项没有a

yaohanping 发表于 2004-9-10 08:08:07

楼上的各位兄弟,谢谢了,问题解决了。办法是我把这个分区格式成了fat32了,就可以用mount ******** **** -o iocharset=cp936来挂载了
但为什么fat16格式就挂不上去
我也没搞明白

dannycat 发表于 2004-9-10 14:04:10

你的内核里编译进“MSDOS FS”支持了吗?

yaohanping 发表于 2004-9-10 19:35:10

编进去了,现在没有问题了,我没有用-t 试一下,呵呵说不定可以
页: [1]
查看完整版本: 升级内核后的问题