GPT如何對(duì)整個(gè)硬盤(pán)劃出一個(gè)單獨(dú)分區(qū)?
現(xiàn)有硬盤(pá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)志
如何將硬盤(pán)分為一個(gè)區(qū)? 而且不會(huì)出現(xiàn) “警告: The resulting partition is not properly aligned for best performance.”的警告?
2016-03-08
這個(gè)就是所謂4k對(duì)齊的問(wèn)題, 你就犧牲一點(diǎn)(1-3k)空間,讓整體是4的倍數(shù), 就不會(huì)出現(xiàn)警告