Currently, I have Ubuntu 12.04 set up with the following partitions:
500G disk with LVM
80GB root
4GB swap_1
I want to move the folder /opt to a new LV, for example:
500G disk with LVM
root (80GB)
swap_1 (4GB)
lv_opt (200GB)
What is the right way to do this?