/
githubmirror
/
lvm2
Обзор
Документация
Войти
/
githubmirror
/
lvm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
man/pvcreate.8_end
13 строк
426 B
Zdenek Kabelac
man: space after size
11 июл 2022, 02:18
11 июл 2022, 02:18
fe6fb1e
Код
Авторство
О чём код?
. .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