GPT如何對整個硬盤劃出一個單獨分區(qū)?
現(xiàn)有硬盤:
(parted) print ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Model: VMware, VMware Virtual S (scsi)
Disk /dev/sdd: 21.5GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number ?Start ?End ?Size ?File system ?Name ?標(biāo)志
如何將硬盤分為一個區(qū)? 而且不會出現(xiàn) “警告: The resulting partition is not properly aligned for best performance.”的警告?
2016-03-08
這個就是所謂4k對齊的問題, 你就犧牲一點(1-3k)空間,讓整體是4的倍數(shù), 就不會出現(xiàn)警告