summaryrefslogtreecommitdiff
path: root/fstab.raid
diff options
context:
space:
mode:
authorKlaus Agnoletti <klaus@xenux.dk>2002-08-15 09:35:44 +0000
committerKlaus Agnoletti <klaus@xenux.dk>2002-08-15 09:35:44 +0000
commit81d7d503a39e20f10cad9f483df4d1a854edb222 (patch)
tree8f9137fa09cfb7c2b64f7e2e184921073287addb /fstab.raid
parentc53cabc164561b51e581ba1fe5a37b2f139109a4 (diff)
* 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.
Diffstat (limited to 'fstab.raid')
-rw-r--r--fstab.raid16
1 files changed, 0 insertions, 16 deletions
diff --git a/fstab.raid b/fstab.raid
deleted file mode 100644
index c785053..0000000
--- a/fstab.raid
+++ /dev/null
@@ -1,16 +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
-#
-# /etc/fstab: static file system information.
-#
-# <file system> <mount point> <type> <options> <dump> <pass>
-/dev/md0 / ext3 defaults,errors=remount-ro 0 0
-/dev/hda1 none swap sw 0 0
-/dev/hdc1 none swap sw 0 0
-proc /proc proc defaults 0 0
-/dev/fd0 /floppy auto defaults,user,noauto 0 0
-/dev/cdrom /cdrom iso9660 defaults,ro,user,noauto 0 0