Warning: The resulting partition is not properly aligned for best performance.
在 Linux 使用 parted 建立分割區出現了警告訊息[code]
# parted /dev/sda
(parted) mkpart primary ext4 0 -0
Warning: The resulting partition is not properly aligned for best performance.
Ignore/Cancel? i
(parted)
[/code]改用[code]
# parted -a optimal /dev/sda
(parted) mkpart primary ext 1 -1
[/code]
頁:
[1]