I've spent a few hrs reading up on all the raid problems here and haven't yet found a variation that I have come across.
when I run
cat /proc/mdstat
I get:
Personalities : [raid1]
md2 : active raid1 sdb2[1]
292929088 blocks [2/1] [_U]
md1 : active raid1 sda1[0]
104320 blocks [2/1] [U_]
unused devices: <none>
when I run
mdadm --query --detail /dev/md[12]
I get:
/dev/md1:
Version : 00.90.01
Creation Time : Sat Mar 18 05:27:17 2006
Raid Level : raid1
Array Size : 104320 (101.89 MiB 106.82 MB)
Device Size : 104320 (101.89 MiB 106.82 MB)
Raid Devices : 2
Total Devices : 1
Preferred Minor : 1
Persistence : Superblock is persistent
Update Time : Sat Feb 14 15:40:53 2009
State : clean, degraded
Active Devices : 1
Working Devices : 1
Failed Devices : 0
Spare Devices : 0
UUID : 1b2e31c8:d62a150c:18733cf4:452550cd
Events : 0.18551
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 0 0 - removed
/dev/md2:
Version : 00.90.01
Creation Time : Sat Mar 18 05:27:17 2006
Raid Level : raid1
Array Size : 292929088 (279.36 GiB 299.96 GB)
Device Size : 292929088 (279.36 GiB 299.96 GB)
Raid Devices : 2
Total Devices : 1
Preferred Minor : 2
Persistence : Superblock is persistent
Update Time : Sat Feb 14 16:31:37 2009
State : clean, degraded
Active Devices : 1
Working Devices : 1
Failed Devices : 0
Spare Devices : 0
UUID : 6e3d0416:d1e50753:753b2da2:a6d774fc
Events : 0.35274281
Number Major Minor RaidDevice State
0 0 0 - removed
1 8 18 1 active sync /dev/sdb2
I had to do a fsck / to fix up the boot problem the server had after a power outage.
In the process of data retrieval I found that the second or other drive has not been syncing since 2006.
The people that own this server have just ignored the messages cause they didn't know what it was

So they called upon myself to fix there problem and implement a data backup scheme as well.
OK so back to the raid problem ... what would be the best thing here for me to do.
I have disconnected one drive at a time and Both drives boot up and can be accessed etc.
But only one drive has all the current data and operating system on it.
Regards,
Tib