LVM

Revision as of 12:38, 1 December 2020 by Bpopp (talk | contribs) (Created page with "== Unmount the Volume == Good idea to look first and see who is using the volume and then manually stop those services <pre>sudo lsof | grep '/var'</pre> If that doesn't w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Unmount the Volume

Good idea to look first and see who is using the volume and then manually stop those services

sudo lsof | grep '/var'

If that doesn't work or you are feelign froggy, you can force it with

sudo umount -l /var

Expanding a Volume