DLloyd wrote: > Hello, > > Are there any XSF gurus here please ?? > > I'm in the process of setting up my 'super-duper' SlimServer Debian box > with three SATA hard disks: > > /dev/sda > /dev/sdb > /dev/sdc > > Grub is installed to sda, along with the "/" partition (bootable, > formatted as reiser). Then I have two equal sized swap partitions on > /dev/sdb & /dev/sdc. > > What I'd like to do is setup an XFS stripe across the remaining space > on all three 500 GB disks for /home. (This is where all of my .wav > files will reside). > > Any advice would be appreciated...
Personally, I'd use mdadm to create a RAID5 array over those three partitions. Then, either drop a filesystem directly on the md device, or use lvm (make the md device a pv, create a vg, and then an lv). Confused? You will be :) R. _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
