bestlong 怕失憶論壇

標題: Warning: The resulting partition is not properly aligned for best performance. [打印本頁]

作者: bestlong    時間: 2013-5-17 10:42     標題: Warning: The resulting partition is not properly aligned for best performance.

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





歡迎光臨 bestlong 怕失憶論壇 (http://www.bestlong.idv.tw/) Powered by Discuz! X1.5