On Fri, May 28, 2004 at 10:02:16AM +0300, Shlomi Fish wrote: > Hi all! > > How can we bring back the RAID array? Someone has already complained to me > about the lack of mirrors. Can someone do it?
Already done: 1. Copy raidtab from backup /etc to current /etc 2. apt-get install raidtools2 3. /etc/init.d/raid2 start In process: 4. e2fsck -c /dev/md0 -- including a badblocks check, due to multiple read errors Afterwards: 5. tune2fs -j /dev/md0 -- recreate the ext3 journal 6. mount /storage 7. Set /storage to mount on boot
