Sun Apr 29 07:32:08 EST 2007 Using LVM in Ubuntu 7.04 -> Install the LVM2 packages: apt-get install lvm2 -> Load the kernel module [1]: modprobe dm-mod -> Detect the volumes, and change them to active: vgscan vgchange -a y -> From now on it's standard fare: mount, access, etc. [1] if you don't, it ISN'T autoloaded, and all you get from invoking the LVM commands vgscan and vgchange is the following message: No program "vgscan" found for your current version of LVM ==Eof==