> I am guessing that my problem are the files /etc/md0 and /etc/md1 which

I suspect you mean /dev/md0 and /dev/md1 ...

> disappeared when I lost my /dev directory.  Is there any way to recreate
> these short of rebuilding and therefor destroying the underlining data?

Unless I am missing something, what you need is something like

        mknod -m 600 /dev/md0 b 9 0
        mknod -m 600 /dev/md1 b 9 1

Reply via email to