GPT如何對整個硬盤劃出一個單獨分區?
現有硬盤:
(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 ?標志
如何將硬盤分為一個區? 而且不會出現 “警告: The resulting partition is not properly aligned for best performance.”的警告?
2016-03-08
這個就是所謂4k對齊的問題, 你就犧牲一點(1-3k)空間,讓整體是4的倍數, 就不會出現警告