summaryrefslogtreecommitdiff
path: root/raidtab
blob: 30f01b6dbf8bb6f8087ce35dbe807bb97a5f8edb (plain)
  1. # This goes with mkraid.sh and should be placed in /etc of the harddisc used to create the RAID system.
  2. #
  3. # The two harddrives used for the RAID should be partitioned as follows : first partition should be a primary swap partition.
  4. # The second partition should also be primary and take up the rest of the harddrive. Partitiontype must be fd (RAID autodetect)
  5. #
  6. # Questions goes out to Klaus Agnoletti - klaus@xenux.dk
  7. #
  8. raiddev /dev/md0
  9. raid-level 1
  10. nr-raid-disks 2
  11. nr-spare-disks 0
  12. chunk-size 4
  13. persistent-superblock 1
  14. device /dev/hda2
  15. raid-disk 0
  16. device /dev/hdc2
  17. raid-disk 1