-
-
Save anonymous/1d9503650d20b935da81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-bash-3.2# gpt -v show -l disk0 | |
gpt show: disk0: mediasize=500107862016; sectorsize=512; blocks=976773168 | |
start size index contents | |
0 1 PMBR | |
1 1 Pri GPT header | |
2 32 Pri GPT table | |
34 6 | |
40 409600 1 GPT part - "EFI system partition" | |
409640 404390464 2 GPT part - "Macintosh HD" | |
404800104 1269544 3 GPT part - "Recovery HD" | |
406069648 1269544 4 GPT part - "Recovery HD" | |
407339192 1269536 5 GPT part - "Recovery HD" | |
408608728 40 | |
408608768 279976563 6 GPT part - "Ubuntu" | |
688585331 1421 | |
688586752 974848 7 GPT part - "" | |
689561600 13410304 8 GPT part - "Apple_HFS_Untitled_6" | |
702971904 262144 | |
703234048 5597184 9 GPT part - "Apple_HFS_Untitled_5" | |
708831232 262144 | |
709093376 780288 10 GPT part - "Apple_HFS_Untitled_4" | |
709873664 258428928 11 GPT part - "Apple_HFS_Untitled_3" | |
968302592 262144 | |
968564736 7946248 12 GPT part - "Apple_HFS_Untitled_2" | |
976510984 262151 | |
976773135 32 Sec GPT table | |
976773167 1 Sec GPT header | |
-bash-3.2# fdisk /dev/disk0 | |
Disk: /dev/disk0 geometry: 60801/255/63 [976773168 sectors] | |
Signature: 0xAA55 | |
Starting Ending | |
#: id cyl hd sec - cyl hd sec [ start - size] | |
------------------------------------------------------------------------ | |
1: EE 1023 254 63 - 1023 254 63 [ 1 - 976773167] <Unknown ID> | |
2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused | |
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused | |
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment