Rebuilding my RAID for the 5th time now. Here's the complete shell session, so in case I'm doing something wrong, PLEASE point it out! Let's hope it works this time! .... And here we go..... trinitronx@saturn:/media$ sudo fdisk -l /dev/sde Disk /dev/sde: 750.2 GB, 750156374016 bytes 255 heads, 63 sectors/track, 91201 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: 0x00000000 Disk /dev/sde doesn't contain a valid partition table trinitronx@saturn:/media$ cat /proc/mdstat Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] md_d0 : inactive sde1[3](S) 732571904 blocks md0 : inactive sdb1[0](S) sdc1[1](S) sdd1[2](S) 2197715712 blocks unused devices: trinitronx@saturn:/media$ sudo mdadm --stop /dev/md_d0 [sudo] password for trinitronx: mdadm: stopped /dev/md_d0 trinitronx@saturn:/media$ sudo mdadm --examine /dev/md_d0 mdadm: cannot open /dev/md_d0: No such file or directory trinitronx@saturn:/media$ sudo mdadm --examine /dev/sde mdadm: No md superblock detected on /dev/sde. trinitronx@saturn:/media$ sudo mdadm --examine /dev/sde1 /dev/sde1: Magic : a92b4efc Version : 00.90.00 UUID : 7a0e5ba8:669595fc:852484a6:e390a598 (local to host saturn) Creation Time : Fri Jan 9 03:40:39 2009 Raid Level : raid5 Used Dev Size : 732571904 (698.64 GiB 750.15 GB) Array Size : 2197715712 (2095.91 GiB 2250.46 GB) Raid Devices : 4 Total Devices : 4 Preferred Minor : 0 Update Time : Sun May 16 22:13:13 2010 State : clean Active Devices : 4 Working Devices : 4 Failed Devices : 0 Spare Devices : 0 Checksum : b38b3b34 - correct Events : 122066 Layout : left-symmetric Chunk Size : 64K Number Major Minor RaidDevice State this 3 8 65 3 active sync /dev/sde1 0 0 8 17 0 active sync /dev/sdb1 1 1 8 33 1 active sync /dev/sdc1 2 2 8 49 2 active sync /dev/sdd1 3 3 8 65 3 active sync /dev/sde1 trinitronx@saturn:/media$ sudo mdadm --zero-superblock /dev/sde1 trinitronx@saturn:/media$ sudo mdadm --examine /dev/sde1 mdadm: No md superblock detected on /dev/sde1. trinitronx@saturn:/media$ sudo mdadm --zero-superblock /dev/sde mdadm: Unrecognised md component device - /dev/sde ------------------------------------------------------------------------------------------------- ####### HERE'S WHERE I DELETED OLD PARTITION, ADDED NEW TABLE, AND REFORMATTED IN GPARTED ####### ------------------------------------------------------------------------------------------------- trinitronx@saturn:/media$ sudo fdisk -l /dev/sde Disk /dev/sde: 750.2 GB, 750156374016 bytes 255 heads, 63 sectors/track, 91201 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: 0x0008b84d Device Boot Start End Blocks Id System /dev/sde1 1 91201 732572001 fd Linux raid autodetect trinitronx@saturn:/media$ sudo mdadm --detail /dev/md0 mdadm: md device /dev/md0 does not appear to be active. trinitronx@saturn:/media$ sudo mdadm --examine /dev/sde1 mdadm: No md superblock detected on /dev/sde1. trinitronx@saturn:/media$ sudo mdadm --examine /dev/sde mdadm: No md superblock detected on /dev/sde. trinitronx@saturn:/media$ sudo mdadm --examine /dev/sdb mdadm: No md superblock detected on /dev/sdb. trinitronx@saturn:/media$ sudo mdadm --examine /dev/sdb1 /dev/sdb1: Magic : a92b4efc Version : 00.90.00 UUID : 7a0e5ba8:669595fc:852484a6:e390a598 (local to host saturn) Creation Time : Fri Jan 9 03:40:39 2009 Raid Level : raid5 Used Dev Size : 732571904 (698.64 GiB 750.15 GB) Array Size : 2197715712 (2095.91 GiB 2250.46 GB) Raid Devices : 4 Total Devices : 4 Preferred Minor : 0 Update Time : Sun May 16 22:13:13 2010 State : clean Active Devices : 4 Working Devices : 4 Failed Devices : 0 Spare Devices : 0 Checksum : b38b3afe - correct Events : 122066 Layout : left-symmetric Chunk Size : 64K Number Major Minor RaidDevice State this 0 8 17 0 active sync /dev/sdb1 0 0 8 17 0 active sync /dev/sdb1 1 1 8 33 1 active sync /dev/sdc1 2 2 8 49 2 active sync /dev/sdd1 3 3 8 65 3 active sync /dev/sde1 trinitronx@saturn:/media$ sudo mdadm --examine /dev/sdc1 /dev/sdc1: Magic : a92b4efc Version : 00.90.00 UUID : 7a0e5ba8:669595fc:852484a6:e390a598 (local to host saturn) Creation Time : Fri Jan 9 03:40:39 2009 Raid Level : raid5 Used Dev Size : 732571904 (698.64 GiB 750.15 GB) Array Size : 2197715712 (2095.91 GiB 2250.46 GB) Raid Devices : 4 Total Devices : 4 Preferred Minor : 0 Update Time : Sun May 16 22:13:13 2010 State : clean Active Devices : 4 Working Devices : 4 Failed Devices : 0 Spare Devices : 0 Checksum : b38b3b10 - correct Events : 122066 Layout : left-symmetric Chunk Size : 64K Number Major Minor RaidDevice State this 1 8 33 1 active sync /dev/sdc1 0 0 8 17 0 active sync /dev/sdb1 1 1 8 33 1 active sync /dev/sdc1 2 2 8 49 2 active sync /dev/sdd1 3 3 8 65 3 active sync /dev/sde1 trinitronx@saturn:/media$ sudo mdadm --examine /dev/sdd1 /dev/sdd1: Magic : a92b4efc Version : 00.90.00 UUID : 7a0e5ba8:669595fc:852484a6:e390a598 (local to host saturn) Creation Time : Fri Jan 9 03:40:39 2009 Raid Level : raid5 Used Dev Size : 732571904 (698.64 GiB 750.15 GB) Array Size : 2197715712 (2095.91 GiB 2250.46 GB) Raid Devices : 4 Total Devices : 4 Preferred Minor : 0 Update Time : Sun May 16 22:13:13 2010 State : clean Active Devices : 4 Working Devices : 4 Failed Devices : 0 Spare Devices : 0 Checksum : b38b3b22 - correct Events : 122066 Layout : left-symmetric Chunk Size : 64K Number Major Minor RaidDevice State this 2 8 49 2 active sync /dev/sdd1 0 0 8 17 0 active sync /dev/sdb1 1 1 8 33 1 active sync /dev/sdc1 2 2 8 49 2 active sync /dev/sdd1 3 3 8 65 3 active sync /dev/sde1 trinitronx@saturn:/media$ sudo mdadm --examine /dev/sde1 mdadm: No md superblock detected on /dev/sde1. trinitronx@saturn:/media$ cat /proc/mdstat Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] md0 : inactive sdb1[0](S) sdc1[1](S) sdd1[2](S) 2197715712 blocks unused devices: trinitronx@saturn:/media$ sudo mdadm --stop /dev/md0 mdadm: stopped /dev/md0 trinitronx@saturn:/media$ cat /etc/mdadm/mdadm.conf # mdadm.conf # # Please refer to mdadm.conf(5) for information about this file. # # by default, scan all partitions (/proc/partitions) for MD superblocks. # alternatively, specify devices to scan, using wildcards if desired. #DEVICE partitions # auto-create devices with Debian standard permissions CREATE owner=root group=disk mode=0660 auto=yes # automatically tag new arrays as belonging to the local system HOMEHOST # instruct the monitoring daemon where to send mail alerts MAILADDR "