I've got a file server with two RAID volumes. The one in question is 6 1TB SATA drives in a RAID6 configuration. I recently thought one drive was becoming faulty, so I removed it from the set. After running some stress tests, I determined my underlying problem hadn't cleared up. I added the disk back, which started the resync. Later on, the underlying problem caused another lock up. After a hard-reboot, the array will not start. I'm out of ideas on how to kick this over.
Most commands do not seem to pull back info on the array,Code:$ cat /proc/mdstat Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] md0 : active raid1 sdd1[1] sdc1[0] 244139648 blocks [2/2] [UU] md1 : inactive sda1[5](S) sdb1[6](S) sdh1[4](S) sdg1[0](S) sdf1[3](S) sde1[2](S) 5860559616 blocks unused devices: <none>
And an attempt to force assembly meets with no success.Code:$ sudo mdadm -D /dev/md1 mdadm: md device /dev/md1 does not appear to be active.
The syslogs do not seem to have anything valuable.Code:$ sudo mdadm -A -f /dev/md1 /dev/sd[abefgh]1 mdadm: cannot open device /dev/sda1: Device or resource busy mdadm: /dev/sda1 has no superblock - assembly aborted
The disks all have the same partion lay out,
They all give about the same info on a mdadm --examine:Code:$ sudo fdisk -l /dev/sda Disk /dev/sda: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x0ea526da Device Boot Start End Blocks Id System /dev/sda1 1 121601 976760001 fd Linux raid autodetect
Code:$ sudo mdadm -E /dev/sda1 /dev/sda1: Magic : a92b4efc Version : 0.90.00 UUID : be6267fb:adfea5d0:c98f4fcf:6dfd4c27 (local to host XXXXX) Creation Time : Sat Apr 24 19:53:17 2010 Raid Level : raid6 Used Dev Size : 976759936 (931.51 GiB 1000.20 GB) Array Size : 3907039744 (3726.04 GiB 4000.81 GB) Raid Devices : 6 Total Devices : 6 Preferred Minor : 1 Update Time : Sat Jul 24 06:42:16 2010 State : active Active Devices : 5 Working Devices : 6 Failed Devices : 1 Spare Devices : 1 Checksum : 1f7e572f - correct Events : 904013 Layout : left-symmetric Chunk Size : 64K Number Major Minor RaidDevice State this 5 8 1 5 active sync /dev/sda1 0 0 8 97 0 active sync /dev/sdg1 1 1 0 0 1 faulty removed 2 2 8 65 2 active sync /dev/sde1 3 3 8 81 3 active sync /dev/sdf1 4 4 8 113 4 active sync /dev/sdh1 5 5 8 1 5 active sync /dev/sda1 6 6 8 17 6 spare /dev/sdb1



Adv Reply


Bookmarks