I tried this, and I 'm having trouble. Any help would be appreciated...
I am running stock RedHat 6.0 with Kernel 2.2.5-15 recompiled and patched with
raid0145-19990713.
I am also running raidtools-19990713. I get to where I mkraid and this is what
I get:
# mkraid /dev/md0
DESTROYING the contents of /dev/md0 in 5 seconds, Ctrl-C if unsure!
handling MD device /dev/md0
analyzing super-block
disk 0: /dev/hdc2, 4114530kb, raid superblock at 4114432kb
disk 1: /dev/hda2, failed
array md0 already exists!
mkraid: aborted, see the syslog and /proc/mdstat for potential clues.
# mke2fs /dev/md0
mke2fs 1.14, 9-Jan-1999 for EXT2 FS 0.5b, 95/08/09
/dev/md0: Invalid argument passed to ext2 library while setting up superblock
Any Ideas?
Thanks,
Ron Brinker
> ...
> Subject: Linux root mirror
>
> This guide assumes that there are two disks hda & hdc, and that "/" is
> /dev/hda2
>
> It also assumes that /boot (The kernel) is NOT on /. /boot requires
> special handling but I suggest simply maintaining a copy on both disks
> until LILO is raid aware.
>
> This example was done with Martin Bene's failed disk patch and raidtools
> snapshot 19990421 (+kernel patches) and Linux 2.2.6. All of which must be
> installed before you start! ...