[plug] Linux File Systems under Woody
Craig Ringer
craig at postnewspapers.com.au
Thu Jan 30 09:37:33 WST 2003
> My reccomendation is boot on a small ext3 partition (easier to deal with
> when using lilo/grub, fsck's in seconds when it happens) and raid0
> stripe with reiserfs for the rest. Put a large identical swap on each
> disk and set priority to same in fstab (enables parallel swap similar to
> a raid 0 stripe).
I'll agree with all of that up to RAID 0. Raid zero is /asking/ for
trouble. If either disk fails, you're likely to lose the data off both.
As a result a RAID 0 array will fail at the failure time of the
shortest-lived disk, so it'll tend to fail much earlier /on average/
than an individual disk.
If you need RAID, use RAID 1 (mirroring) for nice safe data or RAID 5
for a compromise that while it eats some CPU time and slows down writes,
allows you to use 2/3 or more of your data storage and provides a
measure of protection against disk failures.
Craig Ringer
More information about the plug
mailing list