I had a corrupted filesystem overnight, and repaired the filesystems using fsck this morning. The server appears to boot up and work, and apart from some fragments of log files in lost+found, everything appears intact.
Except: when I look at /proc/mdstat, I only have two partitions:
md2 : active raid1 hdc2[0] hda2[1]
312464128 blocks [2/2] [UU]
md1 : active raid1 hdc1[0] hda1[1]
104320 blocks [2/2] [UU]
unused devices: <none>
So, where is /dev/md0, what was it when it was there, and how is my server still working without it? Is is swap space? Am I now automatically using a swap file on my main data partition or something?
And I'd better add: how can I get it back?
-- JJ
PS Tell me I'm not imagining things either. SME always had three partitions, and has three partitions on every other server I run, but this one just has the two now. I can't find any reference to '/dev/md0' in any of the log files, which is really confusing me.