> Would it be possible to setup up a software redundancy like RAID5 with > LVM so I can keep this manageability LVM gives me? Yes. It's in the docs. LVM can do (in effect) linear appending and RAID0 internally. If you want RAID5, you just do it underneath LVM. Create one or more RAID5 set(s) using RAID tools (not part of LVM). This will give you one or more software RAID device(s). Then create LVM PVs on the RAID devices. The rest is all normal LVM stuff. http://www.google.com/search?q=linux+software+raid Bill -- William H. Blunn - <bill+s.20020227@tao-group.com> Tao 62/63 Suttons Business Park, Earley, READING, RG6 1AZ, United Kingdom Tel: +44 118 901 2999 - Fax: +44 118 901 2963 - http://tao-group.com/ _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html