[olug] Ubuntu home to RAID0

Phil Brutsche phil at brutsche.us
Wed Jul 14 16:04:33 UTC 2010


Since /home isn't managed by LVM it is far simpler to:

umount /home
setup partitions on the 2 drives the way you need them. Make sure you
set the FS type to raid autodetect
mdadm --create /dev/md0 ...
mkfs.ext4 /dev/md0
edit /etc/fstab to reflect new /home
mount /home

On 7/14/2010 9:42 AM, Obi-Wan wrote:
> Thanks for the info.  LVM is not currently in use on the system.
> The old /home is an ancient beast that probably predates the stable
> use of LVM in Linux.  Just ext3 on a bare partition.
> 
> I definitely want striping on this new /home, not just JBOD.  I
> feel the need... the need for speed.  I'm tired of waiting for my
> hard drive to catch up with the rest of the system.

-- 

Phil Brutsche
phil at brutsche.us



More information about the OLUG mailing list