Yes, I did get the "GPT (GUID Partition Table) detected on '/dev/sda'!" warning.
Here is the result of sudo gdisk -l /dev/sda:
Code:
GPT fdisk (gdisk) version 0.5.1
Partition table scan:
MBR: hybrid
BSD: not present
APM: not present
GPT: present
Found valid GPT with hybrid MBR; using GPT.
Disk /dev/sda: 312581808 sectors, 149.1 GiB
Disk identifier (GUID): C478108C-9661-4180-B22B-1A18CC61A043
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 312581774
Total free space is 266178 sectors (130.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 40 409639 200.0 MiB EF00 EFI System Partition
2 409640 166425271 79.2 GiB AF00 Mac OS X
3 166688768 254389274 41.8 GiB 0700 BOOTCAMP
4 254390272 312580095 27.7 GiB 0700
Here is sudo gdisk -l /dev/sdb with MBR chosen:
Code:
GPT fdisk (gdisk) version 0.5.1
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: present
Found valid MBR and GPT. Which do you want to use?
1 - MBR
2 - GPT
3 - Create blank GPT
Your answer: Disk /dev/sdb: 976773168 sectors, 465.8 GiB
Disk identifier (GUID): D647A4F0-6209-0F57-E51E-D6B9F36ADB05
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Total free space is 933861 sectors (456.0 MiB)
Number Start (sector) End (sector) Size Code Name
2 409640 976248879 465.3 GiB AF00 Apple HFS/HFS+
and here is sudo gdisk -l /dev/sdb with GPT chosen:
Code:
GPT fdisk (gdisk) version 0.5.1
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: present
Found valid MBR and GPT. Which do you want to use?
1 - MBR
2 - GPT
3 - Create blank GPT
Your answer: Using GPT and creating fresh protective MBR.
Disk /dev/sdb: 976773168 sectors, 465.8 GiB
Disk identifier (GUID): 448F2655-2040-422E-8612-C21BF3D183B6
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Total free space is 933861 sectors (456.0 MiB)
Number Start (sector) End (sector) Size Code Name
2 409640 976248879 465.3 GiB AF00 Seagate
Bookmarks