summaryrefslogtreecommitdiff
path: root/fstab.raid
diff options
context:
space:
mode:
Diffstat (limited to 'fstab.raid')
-rw-r--r--fstab.raid16
1 files changed, 16 insertions, 0 deletions
diff --git a/fstab.raid b/fstab.raid
new file mode 100644
index 0000000..c785053
--- /dev/null
+++ b/fstab.raid
@@ -0,0 +1,16 @@
+# 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