Differences between version 8 and predecessor to the previous major change of RaidOnLinux.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 8 | Last edited on Tuesday, October 18, 2005 8:27:08 pm | by KragenSitaker | Revert |
Older page: | version 7 | Last edited on Sunday, September 4, 2005 6:23:59 pm | by ScottWalsh | Revert |
@@ -11,9 +11,9 @@
It is a good idea to ensure the Hardware RAID is a SupportedRaidController (unless planning on hacking it into going).
! Software RAID
-Software RAID is performed in the kernel. Linux 2.6.11 has support for RAID levels , 1, 1+, 4, 5 and 6. You can probably do RAID +1 and RAID 1+0 using the individual RAID 0 and RAID 1 modules, but there is specific support for 1+. See SoftwareRaid for some more infomation about this under linux
+Software RAID is performed in the kernel. Linux 2.6.11 has support for RAID levels , 1, 1+, 4, 5 and 6. You can probably do RAID +1 and RAID 1+0 using the individual RAID 0 and RAID 1 modules, but there is specific support for 1+. See SoftwareRaid and RaidNotes
for some more infomation about this under linux
There is some debate over software RAID's performance and reliability, but I've not seen anything other than anecdotal evidence to confirm this. SoftwareRaidVsHardwareRaid has some more notes on the relative benefits of the two.
You can apply Software RAID to any block devices, regardless of their physical nature, so you only need to get simple controllers for whichever sort of devices you want. I've heard people joking about building a RAID5 volume of usb memory sticks or floppy disks, and I know of at least one turnkey NAS system that offers RAID-1 across external USB disks - this will almost certainly be running linux and doing software RAID across the volumes.