
lvm
List of commands for lvm:
-
lvm:tldr:18348 lvm: Create a logical volume with size 10G from volume group vg1.$ sudo lvm lvcreate -L ${10G} ${vg1}try on your machineexplain this command
-
lvm:tldr:35541 lvm: Display information about physical volumes.$ sudo lvm pvdisplaytry on your machineexplain this command
-
lvm:tldr:68f14 lvm: Initialize a drive or partition to be used as a physical volume.$ sudo lvm pvcreate ${-dev-sdXY}try on your machineexplain this command
-
lvm:tldr:97b85 lvm: Display information about logical volumes.$ sudo lvm lvdisplaytry on your machineexplain this command
-
lvm:tldr:abaab lvm: Create a volume group called vg1 from the physical volume on `/dev/sdXY`.$ sudo lvm vgcreate ${vg1} ${-dev-sdXY}try on your machineexplain this command
-
lvm:tldr:adb9b lvm: Display information about volume groups.$ sudo lvm vgdisplaytry on your machineexplain this command
-
lvm:tldr:b7759 lvm: List the Logical Volume Manager commands.$ sudo lvm helptry on your machineexplain this command
-
lvm:tldr:c508c lvm: Start the Logical Volume Manager interactive shell.$ sudo lvmtry on your machineexplain this command