4K-sector drives and Linux
4K-sector drives and Linux
Posted Mar 10, 2010 9:25 UTC (Wed) by Darkmere (subscriber, #53695)In reply to: 4K-sector drives and Linux by pheldens
Parent article: 4K-sector drives and Linux
parted even goes as far as to yell at you if you have the wrong alignment, and offers to fix it for you.
However, you may have to use % based partitions for parted to be able to fix the auto-alignment, otherwise it complains.
mkpart primary ext3 0% +200M
mkpart primary ext4 200M 100%
Or however you want to work things.
Posted Mar 18, 2010 20:38 UTC (Thu)
by till (guest, #50712)
[Link]
4K-sector drives and Linux