From 81d7d503a39e20f10cad9f483df4d1a854edb222 Mon Sep 17 00:00:00 2001 From: Klaus Agnoletti Date: Thu, 15 Aug 2002 09:35:44 +0000 Subject: * Files added for fully automated creation of RAID system. These files should be copied to /etc (except maybe mkraid.sh) to a Debian system with RAID kernel support and raidtools2 package installed. The source harddrive MUST be /dev/hdb and the two RAID-1 drives MUST be /dev/hda and /dev/hdc. The two RAID harddrives MUST be partitioned like this : /dev/hda1 and /dev/hdc1 MUST be swap (type 82). /dev/hda2 and /dev/hdc2 MUST both de raid-autodetect (type fd). After this is done, just run mkraidfs.sh and sit back and play a game or two on you PDA if you have one ;-). Mail me for questions. --- raidtab | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 raidtab (limited to 'raidtab') diff --git a/raidtab b/raidtab deleted file mode 100644 index 30f01b6..0000000 --- a/raidtab +++ /dev/null @@ -1,19 +0,0 @@ -# This goes with mkraid.sh and should be placed in /etc of the harddisc used to create the RAID system. -# -# The two harddrives used for the RAID should be partitioned as follows : first partition should be a primary swap partition. -# The second partition should also be primary and take up the rest of the harddrive. Partitiontype must be fd (RAID autodetect) -# -# Questions goes out to Klaus Agnoletti - klaus@xenux.dk -# - -raiddev /dev/md0 - raid-level 1 - nr-raid-disks 2 - nr-spare-disks 0 - chunk-size 4 - persistent-superblock 1 - device /dev/hda2 - raid-disk 0 - device /dev/hdc2 - raid-disk 1 - -- cgit v1.2.3