lvcreate, lvextend, lvreduce, lvremove, lvresize, lvs, pvcreate, pvs, vgcreate, vgs: harmonize descriptions (#5316)

translation-badges
Adam Herst 2021-03-08 14:25:12 -05:00 committed by GitHub
parent df5439818b
commit 84d537deb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 23 additions and 11 deletions

View File

@ -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: <https://man7.org/linux/man-pages/man8/lvcreate.8.html>.
- Create a logical volume of 10 gigabytes in the volume group vg1:

View File

@ -1,8 +1,8 @@
# lvextend
> Increase the size of a logical volume.
> One of the Logical Volume Manager (LVM) tools.
> More information: <https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/logical_volume_manager_administration>.
> See also: `lvm`.
> More information: <https://man7.org/linux/man-pages/man8/lvextend.8.html>.
- Increase a volume's size to 120GB:

View File

@ -1,6 +1,8 @@
# lvreduce
> Reduce the size of a logical volume.
> See also: `lvm`.
> More information: <https://man7.org/linux/man-pages/man8/lvreduce.8.html>.
- Reduce a volume's size to 120GB:

View File

@ -1,7 +1,8 @@
# lvremove
> Remove one or more logical volumes.
> More information: <https://sourceware.org/lvm2/>.
> See also: `lvm`.
> More information: <https://man7.org/linux/man-pages/man8/lvremove.8.html>.
- Remove a logical volume in a volume group:

View File

@ -1,6 +1,7 @@
# lvresize
> Change the size of a logical volume.
> See also: `lvm`.
> More information: <https://man7.org/linux/man-pages/man8/lvresize.8.html>.
- Change the size of a logical volume to 120GB:

View File

@ -1,7 +1,8 @@
# lvs
> Display information about LVM logical volumes.
> More information: <https://www.man7.org/linux/man-pages/man8/lvs.8.html>.
> Display information about logical volumes.
> See also: `lvm`.
> More information: <https://man7.org/linux/man-pages/man8/lvs.8.html>.
- Display information about logical volumes:

View File

@ -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: <https://man7.org/linux/man-pages/man8/pvcreate.8.html>.
- Initialize the `/dev/sda1` volume for use by LVM:

View File

@ -1,7 +1,8 @@
# pvs
> Display information about LVM physical volumes.
> More information: <https://www.man7.org/linux/man-pages/man8/pvs.8.html>.
> Display information about physical volumes.
> See also: `lvm`.
> More information: <https://man7.org/linux/man-pages/man8/pvs.8.html>.
- Display information about physical volumes:

View File

@ -1,6 +1,8 @@
# vgcreate
> Create volume groups combining multiple mass-storage devices.
> See also: `lvm`.
> More information: <https://man7.org/linux/man-pages/man8/vgcreate.8.html>.
- Create a new volume group called vg1 using the `/dev/sda1` device:

View File

@ -1,6 +1,7 @@
# vgs
> Display information about LVM volume groups.
> Display information about volume groups.
> See also: `lvm`.
> More information: <https://man7.org/linux/man-pages/man8/vgs.8.html>.
- Display information about volume groups: