1

Currently, Ubuntu 14.04 is my only OS. so, i decide to shrink my root to install windows 7. i use logical volume management but it says: "Logical volume is not mounted but is in use. Please close all applications using this device (eg iscsi)"

so, how can i solve this problem? or is there any better ways to shrink the root?

1 Answers1

1

You can take a look here. How can I resize an LVM partition? (i.e: physical volume)

You'll basically have to boot from a live CD, use system-config-lvm to shrink the logical volume and then use gparted to shrink the physical volume. Please pay attention to the details listed on that topic. You can ignore the commands if you're not experienced with the terminal.

codingEnthusiast
  • 754
  • 6
  • 16
  • hmm, with regular partitions you can use gparted, and on reboot it will resize. Nothing like that for LVM? – Thufir Feb 01 '15 at 12:56