unknown filesystem type ‘isw_raid_member’
Saturday, January 18th, 2014 - 12:30 pm - System Administration
RAID hardware failed and both SATA x 2 TB stops working, tried enable/disable RAID controller without luck, Add/Remove drives but no boot, kernel panic and stuck.
Now what I want is to boot one hard disk to restore services so I tried:
1 | fsck /dec/sda |
but it gives error
1 | unknown filesystem type 'isw_raid_member' |
So the solution is , remove RAID metadata from the drives and boot normally.
1 | dmraid -rE /dev/sda |
1 | reboot |
And Hard disk start working…..
thanks!!
good.