Le versioni recenti di fdisk
supportano GPT, vedi qui .
Ad esempio, su un disco con GPT, ottengo quanto segue:
fdisk
da util-linux 2.23.2
in RedHat / CentOS 7.2 dice:
# 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
da util-linux 2.27.1
in Linux Mint 18 / Ubuntu 16.04 LTS (Xenial Xerus) dice:
# 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
e non si lamenta affatto.
Ma comunque, usereigdisk
come suggerito da Mikeserv .
sudo parted -l
di root. Altrimenti l'output diventa vuoto, il che potrebbe creare confusione.