Skip to content

Instantly share code, notes, and snippets.

@bigpresh
Created September 29, 2014 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigpresh/272ccbef14835226a69b to your computer and use it in GitHub Desktop.
Save bigpresh/272ccbef14835226a69b to your computer and use it in GitHub Desktop.
fdisk showing the protective MBR on a GPT drive
[davidp@supernova:~]$ sudo fdisk -l /dev/sdb
WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sdb: 3000.6 GB, 3000592982016 bytes
256 heads, 63 sectors/track, 363376 cylinders, total 5860533168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 1 4294967295 2147483647+ ee GPT
Partition 1 does not start on physical sector boundary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment