Archive for ottobre, 2011

raid degraded started with ubuntu

fast command:
try with

 #mdadm -As /dev/md0 

if don’t start

 #mdadm --stop /dev/md0 
#mdadm --assemble --force /dev/md0 /dev/sda1 /dev/sdb1 /dev/sdc1 

good look