R
robinwu
Unregistered / Unconfirmed
GUEST, unregistred user!
由于操作失误
在没有UMOUNT掉磁盘阵列的情况下就把磁盘阵列断电了
导致重新开机后,MOUNT 不上磁盘阵列了 提示:
mount: you must specify the filesystem type
磁盘阵列里的文件系统是ext2格式
输入如下命令:
# mount -t ext2 /dev/sdb1 /mnt/diskarray/
提示:
wrong fs type, bad option, bad superblock on /dev/sdb1,
or too many mounted file systems
在没有UMOUNT掉磁盘阵列的情况下就把磁盘阵列断电了
导致重新开机后,MOUNT 不上磁盘阵列了 提示:
mount: you must specify the filesystem type
磁盘阵列里的文件系统是ext2格式
输入如下命令:
# mount -t ext2 /dev/sdb1 /mnt/diskarray/
提示:
wrong fs type, bad option, bad superblock on /dev/sdb1,
or too many mounted file systems