の最近のバージョンはfdisk
GPTをサポートしています。こちらを参照してください。
たとえば、GPTを備えたディスクでは、次のようになります。
fdisk
util-linux 2.23.2
RedHat / CentOS 7.2 から:
# fdisk -l /dev/sdb
WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own discretion.
Disk /dev/sdb: 1000.0 GB, 999989182464 bytes, 1953103872 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: gpt
# Start End Size Type Name
1 2048 1953103838 931,3G Linux filesyste Linux filesystem
fdisk
util-linux 2.27.1
Linuxのミント18 / Ubuntuの16.04 LTS(Xenial Xerus)は言います:
# fdisk -l /dev/sda
Disk /dev/sda: 223,6 GiB, 240057409536 bytes, 468862128 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 36CB5C9A-A274-43A0-9EBF-A4C457FFC56F
Device Start End Sectors Size Type
/dev/sda1 2048 526335 524288 256M EFI System
/dev/sda2 526336 468862094 468335759 223,3G Linux filesystem
と文句を言うことはありません。
しかし、それでもまだ、私が使用するgdisk
ようmikeservが示唆されました。
sudo parted -l
rootでない場合は、必要になることがあります。そうしないと、出力が空白になり、混乱する可能性があります。