|
下面是我执行客服给的方法的记录,最后直到死机(ip地址从路由器消失),只能强制关机
Processing /etc/profile... (nas)#hostname
Tnas-771661
(nas)#ls
bin etc lib mnt proc sbin tmp var
dev home linuxrc opt run sys usr
(nas)#mdadm -A /dev/md0 /dev/sd[a-z]2 --force
mdadm: /dev/md0 has been started with 2 drives.
(nas)#mdadm -A /dev/md9 /dev/sd[a-z]1 --force
mdadm: no recogniseable superblock on /dev/sda1
mdadm: /dev/sda1 has no superblock - assembly aborted
(nas)#mdadm -A /dev/md9 /dev/sd[a-z]1 --force
mdadm: no recogniseable superblock on /dev/sda1
mdadm: /dev/sda1 has no superblock - assembly aborted
(nas)#mke2fs -t ext4 /dev/md9
mke2fs 1.41.14 (22-Dec-2010)
Could not stat /dev/md9 --- No such file or directory
The device apparently does not exist; did you specify it correctly?
(nas)#
(nas)#
(nas)#/usr/init.d/userspace
mdadm: stopped /dev/md0
mdadm: No md superblock detected on /dev/sda1.
mdadm: /dev/md9 assembled from 0 drives and 1 rebuilding - not enough to start the array.
/dev/sdb1
prepare mount path:/mnt/base
check filesystem on /dev/md9
e2fsck: Invalid argument while trying to open /dev/md9
/dev/md9:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
mounting /dev/md9 on /mnt/base
mount: /dev/md9: can't read superblock
(nas)#/usr/init.d/dataspace
mdadm: /dev/md0 has been started with 2 drives.
*****************************************************************************************************************
check filesystem on /dev/md0
tune2fs 1.41.14 (22-Dec-2010)
Setting maximal mount count to -1
Setting interval between checks to 0 seconds
quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid running quotacheck after an unclean shutdown.
quotacheck: Scanning /dev/md0 [/mnt/md0] Connection closed by foreign host.
请各位大神帮助! |
|