I plan to use LVM. My Ubuntu is currently non-LVM based.
I wonder if I can do that without resintalling or if I can:
- resize current partition (call it part Old)
- create new partition (call it part LVM)
- clone part OLD files to part LVM files
- delete part old
And finally have the same Ubuntu LVM-based.
Is this naive vision possible ? If not, which is the normal way ?
Thanks.
gparted
tool. This question has been answered here: http://askubuntu.com/questions/115310/how-to-resize-enlarge-grow-a-non-lvm-ext4-partition?rq=1 – lemonslice Jul 31 '15 at 16:26/boot
on a real partition, not inside an LVM. Although GRUB is supposed to be able to read files off an LVM, I've never tested this, and I know of no distribution that attempts such a setup; they all use separate/boot
partitions when an LVM is used. Thus,/boot
inside an LVM is, at best, non-standard and poorly tested. It definitely will not work with some non-GRUB boot loaders. – Rod Smith Aug 01 '15 at 20:30