Removing a LVM Volume Group in Linux
What if you created a volume group in LVM and no longer need it? Well, to properly clean everything up follow the steps below. First, let’s identify the target. In this case, I made a temporary /u2 partition, that I now no longer need: # df -h /u2 Filesystem Size Used Avail Use% Mounted on [...]