Reviewing LVM commands
As a summary of the commands used to manage physical volumes, let's take a look at the following table:
Now, let's review the commands used to manage volume groups:
And finally, let's review the commands used to manage logical volumes:
Remember that you can always use the manual pages available for each command to get more information on the options you want to use and learn new ones, just by running man <command>
.
Important note
The web administration interface Cockpit, has an extension for managing storage components. It can be installed as root
(or with sudo
) with the following command, dnf install cockpit-storaged
. A good exercise for you would be to repeat the process done in this chapter using the storage interface in Cockpit.