Skip to main content

Create A New lvm Partition

If you need to put more physical disk into the physical volume, do that:

# vgextend fedora /dev/sdb1

Create the new logical volume:

# lvcreate -n owncloud -l 100%FREE fedora

(Examples bodged from here)