Posts

Showing posts with the label lvm

Unable to create new logical volume with no extents

If you try to make a snapshot and that you get the following error message : Unable to create new logical volume with no extents Simply list the active logical volumes using this command : lvdisplay  If you see in the list a logical volume that corresponds to your snapshot, you can simply delete it with the following command : lvremove /dev/YOUR_PATH/YOUR_LV_NAME