Partitioning using command line and parted

Getting this error when trying to partition my disk

Warning: The resulting partition is not properly aligned for best performance.

Finding this out to get past this took more googling than it should (a hint in parted's response would have saved about 20 minutes here).

parted will calculate proper alignment if you use percentages instead of sectors:

(parted) mkpart
Partition name?  []? part1
File system type?  [ext2]? ext4
Start? 0%
End? 100%

from: https://askubuntu.com/questions/932545/the-resulting-partition-is-not-properly-aligned-for-best-performance


Comments

Popular posts from this blog

Getting networking going with new Archlinux installation

Raspberry PI fun with a second hand B+... setting up wifi