lvm question
Create the new volume group. Create an LV in the new VG of appropriate
size to hold the /usr data, & 'mke2fs' it. Boot the machine from a LiveCD
or installation media, mount the appropriate LVs (/ & the new /usr), &
'cpio' the data from the /usr subdir to the new LV. Rename /usr to
something else, create an empty '/usr'. Edit /etc/fstab to mount /usr at
boot. Boot the machine normally. When you're sure everything is OK,
delete the old /usr subdir.
|