1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/man/pvcreate.8_end
Zdenek Kabelac fe6fb1ec52 man: space after size
Put space between size and SI unit.
Automatically make this 'space' as fixed size by Makefile sed script.
2022-07-11 01:18:24 +02:00

14 lines
426 B
Plaintext

.
.SH EXAMPLES
.
Initialize a partition and a full device.
.br
.B pvcreate /dev/sdc4 /dev/sde
.P
If a device is a 4 KiB sector drive that compensates for windows
partitioning (sector 7 is the lowest aligned logical block, the 4 KiB
sectors start at LBA -1, and consequently sector 63 is aligned on a 4 KiB
boundary) manually account for this when initializing for use by LVM.
.br
.B pvcreate --dataalignmentoffset 7s /dev/sdb