| 7.4.2 Can I have a RAID if my computer has two or more IDE (or other) harddrives? | ||
| Learn advanced Linux commands | ||
|
mkraid - initializes/upgrades RAID device arrays raid0run - starts up old (superblock-less) RAID0/LINEAR arrays raidstart - command set to manage md devices raidstop - command set to manage md devices raidtab - configuration file for md (RAID) devices RAID operates by joining two or more disks into a single logical device. There are several layers of RAID: RAID 0 layer ("striping") just joins two or more disks into a single logical device, without giving any redundancy. It is often used to join RAID 1 or RAID 5 layers. RAID 0 + RAID 1 is called RAID 10. RAID 0 + RAID 5 is called RAID 50. RAID 1 (mirroring) combines two disks, each containing the same data. RAID 4 combines three or more disks, with one of the disks dedicated to parity. If any disk fails, the whole logical device remains available, but with degraded performance. It is not used very often because of the performance. RAID 5 combines three or more disks, with parity distributed accross the disks. Functionality similar to RAID 4 but apparently better performance. Try http://www.osfaq.com/vol1/linux_softraid.htm for more information. RH7.2 gives
me an option to set up a software raid almost automatically during the
initial operationg system installation procedure. The (simple) procedure
is outlined at http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/custom-guide/software-raid.html.
Briefly, during RH installation, part "partition the hard drive" : Note: "If you are making a RAID partition of /boot, you must choose RAID level 1 and it must use one of the first two drives (IDE first, SCSI second). If you are not creating a RAID partition of /boot, and you are making a RAID partition of /, it must be RAID level 1 and it must use one of the first two drives (IDE first, SCSI second)" Next > 7.4.3 Network traffic shaping using shapecfg
|
||

