Adding extra disk on Raid1?

2000-03-19 Thread Brian Lavender
everest kernel: md6: no spare disk to reconstruct array! -- continuing in degraded mode Mar 19 02:30:06 everest kernel: md5: no spare disk to reconstruct array! -- continuing in degraded mode -- Brian Lavender http://www.brie.com/brian/

Patch Application Problem

2000-03-18 Thread Brian Lavender
8. 2 out of 4 hunks FAILED -- saving rejects to init/main.c.rej patching file `include/linux/raid/linear.h' patching file `include/linux/raid/hsm_p.h' patching file `include/linux/raid/md.h' patch: malformed patch at line 411: rint_devices(); } -- Brian Lavender http://www.brie.com/brian/

patch succeeded!

2000-03-18 Thread Brian Lavender
nload, and it worked! $ cd /usr/src $ patch -p0 < raid-2.2.14-B1 Watch the way you get the patch! brian -- Brian Lavender http://www.brie.com/brian/

Re: What version of the raidtools and other patches do I need?

2000-03-01 Thread Brian Lavender
I really found no suitable information that would tell about this. > > Either use your current kernel with that patch or get 2.2.14 > and grab the patch at http://www.redhat.com/~mingo/raid. > > Happy RAIDing! > > > Brian -- Brian Lavender http://www.brie.com/brian/

Re: persistent superblock in HOWTO / raidtools

2000-02-29 Thread Brian Lavender
ve two choices: either recompile the kernel > with the RAID-1 built-in, or load the module via an initial ramdisk. > > Having said that, I don't think this step is necessary, unless you are > trying to boot off one of the raid partitions. They only need to be > started before you actually mount them. > > Let me know how you get on! > > XOX DOM -- Brian Lavender http://www.brie.com/brian/

error in dmesg

2000-02-29 Thread Brian Lavender
I transceiver #1 config 3100 status 7809 advertising 01e1. Bad md_map in ll_rw_block EXT2-fs: unable to read superblock -- Brian Lavender http://www.brie.com/brian/

persistent superblock in HOWTO / raidtools

2000-02-29 Thread Brian Lavender
device/dev/sdc5 raid-disk 1 fig 2: mammoth:/# mkraid /dev/md0 unrecognized option peristent-superblock detected error on line 9: peristent-superblock1 mkraid: aborted, see the syslog and /proc/mdstat for potential clues. brian -- Brian

/etc/raid/raid1.conf configured properly?

2000-02-29 Thread Brian Lavender
1 raiddev /dev/md1 raid-level 1 nr-raid-disks 2 nr-spare-disks 0 device /dev/sda10 raid-disk 0 device /dev/sdb10 raid-disk 1 -- Brian Lavender http://www.brie.com/brian/

Cookbook way to set up raid1

2000-02-28 Thread Brian Lavender
I have a virgin system. I have two 9 Gig drives and Debian GNU/Linux. I want to create raid1 of /var and /home What's the best way to go about this? The software-RAID Howto is very _unclear_. brian -- Brian Lavender http://www.brie.com/brian/

make raid and retain data

2000-02-28 Thread Brian Lavender
temporary location, then restoring it to the /dev/md0 /home mount point later on. I succeeded at creating raid1 of /home with /dev/sda10 and /dev/sdb10, but I had to tar up all the data, create the raid, and then untar it all back onto the raid1 mount point? brian -- Brian Lavender http