Fred Donck <fred@donck.com> wrote at Thu, Feb 24, 2005 at 09:35:03AM +0100: > > Paul, > > The url below is what i used and it runs perfectly. > http://gentoo-wiki.com/HOWTO_Gentoo_Install_on_Software_RAID_mirror_and_LVM2_on_top_of_RAID > > I have a 4x250Gb machine with disk 0 and 3 as raid pair. My fstab looks > like this: > > /dev/md0 /boot ext3 noauto,noatime 1 1 > /dev/md2 / reiserfs noatime 0 0 > /dev/md1 none swap sw 0 0 > /dev/vg/usr /usr reiserfs noatime 0 0 > /dev/vg/var /var reiserfs noatime 0 0 > /dev/vg/tmp /tmp reiserfs noatime 0 0 > /dev/vg/opt /opt reiserfs noatime 0 0 > /dev/vg/home /home reiserfs noatime 0 0 > > have a look at the URL forgot to mentions few things: o) make sure you have latest available version of lvm2 from gentoo using ACCEPT_KEYWORDS="~x86" emerge lvm2 o) in my case the volumegroup 'vg' is on /dev/md3 > > > cheers, > -- > Fred > > Buzzwords are like annoying little flies that deserve to be swatted > --- End of fred@donck.com's quote --- -- Fred Objects in a mirror are closer than you think! _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/