Ich versuche, eine neue Partition in Linux mit parted zu erstellen. Ich fange wie folgt an.
# parted -a optimal /dev/sda
Unten finden Sie die aktuelle Partitionstabelle.
Number Start End Size Type File system Flags
1 1049kB 211MB 210MB primary ext4 boot
2 211MB 10.7GB 10.5GB primary ext4
3 10.7GB 15.9GB 5243MB primary linux-swap(v1)
4 15.9GB 150GB 134GB extended lba
Beim Erstellen der Partition wird die folgende Warnung angezeigt.
(parted) mkpart extended 10957 149504
Warning: You requested a partition from 11.0GB to 150GB.
The closest location we can manage is 15.9GB to 150GB.
Is this still acceptable to you?
Yes/No? yes
Warning: WARNING: the kernel failed to re-read the partition table on /dev/sda (Device or resource busy). As a result, it may not reflect all of your changes until after reboot.
(parted) mkpart logical ext4 10957 149504
Warning: You requested a partition from 11.0GB to 150GB.
The closest location we can manage is 15.9GB to 150GB.
Is this still acceptable to you?
Yes/No? yes
Warning: The resulting partition is not properly aligned for best performance.
Ignore/Cancel?
Warum wird nicht mit der optimalen Ausrichtung getrennt. Hilfe wird sehr geschätzt.
linux
partitioning
alignment
Indika K
quelle
quelle