1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-17 06:04:23 +03:00
lvm2/man/pvcreate.8_end

14 lines
426 B
Plaintext
Raw Normal View History

2021-04-16 15:57:01 +02:00
.
2017-02-10 16:20:19 -06:00
.SH EXAMPLES
2021-04-16 15:57:01 +02:00
.
2017-02-10 16:20:19 -06:00
Initialize a partition and a full device.
.br
.B pvcreate /dev/sdc4 /dev/sde
2021-04-16 15:57:01 +02:00
.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
2017-02-10 16:20:19 -06:00
boundary) manually account for this when initializing for use by LVM.
.br
.B pvcreate --dataalignmentoffset 7s /dev/sdb