gdisk info, please help
Hi. Can you please advise with that?
My Bootcamp partition boots ok (with option key on startup) but not showing in OSX (i think agter Vmware Fusion 3.0.1 installation).
Therefore i cannot backup with Winclone, to replace harddisk!
Can you help? Giving info below.
Thank you, Alex
Note the first letter of each line with size 0 begins with a d for directory. Directories always have file size of zero. That's normal.
Boot from Mac OS X, launch Terminal, and issue this command. It is a read only command, it makes no changes. Copy-paste the results into the forum, tagging the text with CODE tags for proper formatting. After pasting, highlight the text and use the # button in the toolbar to add the CODE tags.
Code:sudo gpt -r -vv show disk0
Hi. Can you please advise with that?
My Bootcamp partition boots ok (with option key on startup) but not showing in OSX (i think agter Vmware Fusion 3.0.1 installation).
Therefore i cannot backup with Winclone, to replace harddisk!
Can you help? Giving info below.
Thank you, Alex
Code:
sudo gpt -r -vv show disk0
gpt show: disk0: mediasize=1000204886016; sectorsize=512; blocks=1953525168
gpt show: disk0: Suspicious MBR at sector 0
gpt show: disk0: Pri GPT at sector 1
gpt show: error: bogus map
gpt show: unable to open device 'disk0': No such file or directory
Code:
sudo gdisk -l /dev/disk0
GPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: hybrid
BSD: not present
APM: not present
GPT: present
Found valid GPT with hybrid MBR; using GPT.
Disk /dev/disk0: 1953525168 sectors, 931.5 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): EDAC09CB-91A9-45DB-9F4F-28663959FACF
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1953525134
Partitions will be aligned on 8-sector boundaries
Total free space is 101668605 sectors (48.5 GiB)
Number Start (sector) End (sector) Size Code Name
1 40 409639 200.0 MiB EF00 EFI System Partition
2 409640 1683420823 802.5 GiB AF00 NotQuiteMaxDisk
3 1785088000 1953523711 80.3 GiB 0700 BOOTCAMP
Code:
sudo fdisk /dev/disk0
Disk: /dev/disk0 geometry: 121601/255/63 [1953525168 sectors]
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 0 0 2 - 25 127 14 [ 1 - 409639] <Unknown ID>
2: AF 25 127 15 - 1023 254 63 [ 409640 - 1683011184] HFS+
*3: 07 1023 254 63 - 1023 254 63 [1683435285 - 270084780] HPFS/QNX/AUX
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
Last edited: