|
|
内核升级到2.6.11 ,
mount 出错 , 帮看看是怎么回事.
[root@String]# mount -t vfat /dev/hda5 /mnt/c
mount: wrong fs type, bad option, bad superblock on /dev/hda5,
or too many mounted file systems
[root@String]# mount -t fat /dev/hda5 /mnt/c
mount: fs type fat not supported by kernel
[root@String msphell]# mount -t vfat -o iocharset=cp936 /dev/hda5 /mnt/c
mount: wrong fs type, bad option, bad superblock on /dev/hda5,
or too many mounted file systems
内核编译的时候,file system 里面我基本上全部都选上了 ~ |
|