diff --git a/pages/linux/lvcreate.md b/pages/linux/lvcreate.md index 00be05dfa1..a2243c9d7d 100644 --- a/pages/linux/lvcreate.md +++ b/pages/linux/lvcreate.md @@ -1,7 +1,8 @@ # lvcreate -> Creates a logical volume in an existing volume group. -> A volume group is a collection of logical and physical volumes. +> Creates a logical volume in an existing volume group. A volume group is a collection of logical and physical volumes. +> See also: `lvm`. +> More information: . - Create a logical volume of 10 gigabytes in the volume group vg1: diff --git a/pages/linux/lvextend.md b/pages/linux/lvextend.md index a1eebea797..f52212262b 100644 --- a/pages/linux/lvextend.md +++ b/pages/linux/lvextend.md @@ -1,8 +1,8 @@ # lvextend > Increase the size of a logical volume. -> One of the Logical Volume Manager (LVM) tools. -> More information: . +> See also: `lvm`. +> More information: . - Increase a volume's size to 120GB: diff --git a/pages/linux/lvreduce.md b/pages/linux/lvreduce.md index 584820d61e..324e7f1e13 100644 --- a/pages/linux/lvreduce.md +++ b/pages/linux/lvreduce.md @@ -1,6 +1,8 @@ # lvreduce > Reduce the size of a logical volume. +> See also: `lvm`. +> More information: . - Reduce a volume's size to 120GB: diff --git a/pages/linux/lvremove.md b/pages/linux/lvremove.md index 3883ba9da7..2ba1fe73ea 100644 --- a/pages/linux/lvremove.md +++ b/pages/linux/lvremove.md @@ -1,7 +1,8 @@ # lvremove > Remove one or more logical volumes. -> More information: . +> See also: `lvm`. +> More information: . - Remove a logical volume in a volume group: diff --git a/pages/linux/lvresize.md b/pages/linux/lvresize.md index 907a770b68..3a72c4f946 100644 --- a/pages/linux/lvresize.md +++ b/pages/linux/lvresize.md @@ -1,6 +1,7 @@ # lvresize > Change the size of a logical volume. +> See also: `lvm`. > More information: . - Change the size of a logical volume to 120GB: diff --git a/pages/linux/lvs.md b/pages/linux/lvs.md index 1063c35ab7..e03f9481e7 100644 --- a/pages/linux/lvs.md +++ b/pages/linux/lvs.md @@ -1,7 +1,8 @@ # lvs -> Display information about LVM logical volumes. -> More information: . +> Display information about logical volumes. +> See also: `lvm`. +> More information: . - Display information about logical volumes: diff --git a/pages/linux/pvcreate.md b/pages/linux/pvcreate.md index 2cccd9b90b..97cbf28569 100644 --- a/pages/linux/pvcreate.md +++ b/pages/linux/pvcreate.md @@ -1,6 +1,8 @@ # pvcreate -> Initialize a physical volume (disk or partition) for use by the Logical Volume Manager (LVM). +> Initialize a disk or partition for use as a physical volume. +> See also: `lvm`. +> More information: . - Initialize the `/dev/sda1` volume for use by LVM: diff --git a/pages/linux/pvs.md b/pages/linux/pvs.md index d7a56d5520..50663835a0 100644 --- a/pages/linux/pvs.md +++ b/pages/linux/pvs.md @@ -1,7 +1,8 @@ # pvs -> Display information about LVM physical volumes. -> More information: . +> Display information about physical volumes. +> See also: `lvm`. +> More information: . - Display information about physical volumes: diff --git a/pages/linux/vgcreate.md b/pages/linux/vgcreate.md index 0302fe2eea..1092b619c3 100644 --- a/pages/linux/vgcreate.md +++ b/pages/linux/vgcreate.md @@ -1,6 +1,8 @@ # vgcreate > Create volume groups combining multiple mass-storage devices. +> See also: `lvm`. +> More information: . - Create a new volume group called vg1 using the `/dev/sda1` device: diff --git a/pages/linux/vgs.md b/pages/linux/vgs.md index a8ac375c50..b7fcca2a17 100644 --- a/pages/linux/vgs.md +++ b/pages/linux/vgs.md @@ -1,6 +1,7 @@ # vgs -> Display information about LVM volume groups. +> Display information about volume groups. +> See also: `lvm`. > More information: . - Display information about volume groups: