linux:parted分区时报错:The resulting partition is not properly aligned for best performance

一,报错信息:

(parted) mkpart primary 0 100%
Warning: The resulting partition is not properly aligned for best performance: 34s % 2048s != 0s
Ignore/Cancel? C
(parted) mkpart primary 0 500GB
Warning: The resulting partition is not properly aligned for best performance: 34s % 2048s != 0s
Ignore/Cancel? C

二,解决:

注意不要用0,要用0%,0后面也要用百分号%

(parted) mkpart primary 0% 100%
(parted) 

 

posted @ 2025-02-15 11:11  刘宏缔的架构森林  阅读(282)  评论(0)    收藏  举报