Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Windows not recognizing bootcamp space

Hi everyone, I couldn't find the answer I needed searching the forums so I thought maybe you guys could help me out.

I have a friend with a 2011 MacBook Pro and I helped him set up Windows 7 with bootcamp. I made the bootcamp partition 30GB (his drive is just a 128gb SSD) but he quickly realized that was too small. I then made used the Windows tools to create a system image on a portable hard drive, erased the bootcamp partition, made a new bootcamp partition of 60GB, reinstalled Windows, and then restored from the system image. When I look at the partitions from the Mac side it shows 60GB but from Windows it shows 27GB like I haven't changed anything. I assume this is because the system image restored it to exactly like it was? How can I get Windows to see the extra space? Or should I have went about it entirely differently. I'm not really used to dealing with Windows stuff anymore so if anyone has some help that would be great.

Posted on Mar 4, 2015 10:44 PM

Reply
28 replies

Mar 5, 2015 8:16 AM in response to Cgood12

Restoring a system image uses the same partition size as the original backup.


If your Windows partition has not been resized using any tools, it may be possible to correct the problem.


Can you post the output of the following Terminal commands?


diskutil list

diskutil cs list

sudo gpt -vv -r show /dev/disk0

sudo fdisk /dev/disk0


The "sudo" commands will prompt for your password, and it will not be echoed back. You may also see a warning about improper use of "sudo" and potential data loss due to "abuse" of the command.

Mar 5, 2015 4:26 PM in response to Cgood12

Ok he would rather I just deal with it.

Last login: Thu Mar 5 10:21:50 on console

Dales-MacBook:~ cashamerica$ diskutil list

/dev/disk0

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *121.3 GB disk0

1: EFI EFI 209.7 MB disk0s1

2: Apple_CoreStorage 60.5 GB disk0s2

3: Apple_Boot Recovery HD 650.0 MB disk0s3

4: Microsoft Basic Data 60.0 GB disk0s4

/dev/disk1

#: TYPE NAME SIZE IDENTIFIER

0: Apple_HFS Macintosh HD *60.1 GB disk1

Logical Volume on disk0s2

BE347BD4-4DA6-462F-B21E-06012494E40C

Unencrypted

Dales-MacBook:~ cashamerica$ diskutil cs list

CoreStorage logical volume groups (1 found)

|

+-- Logical Volume Group 8501A1BE-F49B-4B8B-955D-F702529AC3D2

=========================================================

Name: Macintosh HD

Status: Online

Size: 60473065472 B (60.5 GB)

Free Space: 18948096 B (18.9 MB)

|

+-< Physical Volume 2D0A997A-C5E7-4A90-AE73-D90E93B557CC

| ----------------------------------------------------

| Index: 0

| Disk: disk0s2

| Status: Online

| Size: 60473065472 B (60.5 GB)

|

+-> Logical Volume Family 70B22581-C760-460E-AC5E-9524BCAA15A4

----------------------------------------------------------

Encryption Status: Unlocked

Encryption Type: None

Conversion Status: NoConversion

Conversion Direction: -none-

Has Encrypted Extents: No

Fully Secure: No

Passphrase Required: No

|

+-> Logical Volume BE347BD4-4DA6-462F-B21E-06012494E40C

---------------------------------------------------

Disk: disk1

Status: Online

Size (Total): 60101795840 B (60.1 GB)

Conversion Progress: -none-

Revertible: Yes (no decryption required)

LV Name: Macintosh HD

Volume Name: Macintosh HD

Content Hint: Apple_HFS

Dales-MacBook:~ cashamerica$ sudo gpt -vv -r show /dev/disk0


WARNING: Improper use of the sudo command could lead to data loss

or the deletion of important system files. Please double-check your

typing when using sudo. Type "man sudo" for more information.


To proceed, enter your password, or type Ctrl-C to abort.


Password:

gpt show: /dev/disk0: mediasize=121332826112; sectorsize=512; blocks=236978176

gpt show: /dev/disk0: Suspicious MBR at sector 0

gpt show: /dev/disk0: Pri GPT at sector 1

gpt show: error: bogus map

gpt show: unable to open device '/dev/disk0': Undefined error: 0

Dales-MacBook:~ cashamerica$ sudo fdisk /dev/disk0

Disk: /dev/disk0 geometry: 14751/255/63 [236978176 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: AC 25 127 15 - 1023 254 63 [ 409640 - 178658336] <Unknown ID>

3: AB 1023 254 63 - 1023 254 63 [ 179067976 - 1269536] Darwin Boot

*4: 07 1023 254 63 - 1023 254 63 [ 180338688 - 56637440] HPFS/QNX/AUX

Dales-MacBook:~ cashamerica$

Mar 5, 2015 6:06 PM in response to Cgood12

GPT Fdisk (from the link above) can be installed on the OSX or Windows side.


On the OSX side, once it is installed, you can use sudo gdisk /dev/disk0 and use the 'P' command to print the GPT.


type gdisk

gdisk is /usr/sbin/gdisk


sudo gdisk /dev/disk0

Password:

GPT fdisk (gdisk) version 0.8.9


Warning: Devices opened with shared lock will not have their

partition table automatically reloaded!

Partition table scan:

MBR: hybrid

BSD: not present

APM: not present

GPT: present


Found valid GPT with hybrid MBR; using GPT.


Command (? for help): p

Disk /dev/disk0: 1954210120 sectors, 931.8 GiB

Logical sector size: 512 bytes

Disk identifier (GUID): 6ED0C429-00D1-4759-B50E-04B6FB80D0E3

Partition table holds up to 128 entries

First usable sector is 34, last usable sector is 1954210086

Partitions will be aligned on 8-sector boundaries

Total free space is 2013 sectors (1006.5 KiB)


Number Start (sector) End (sector) Size Code Name

1 40 409639 200.0 MiB EF00 EFI System Partition

2 409640 1449034287 690.8 GiB AF00 Customer

3 1449034288 1450303823 619.9 MiB AB00 Recovery HD

4 1450305536 1954209791 240.3 GiB 0700 BOOTCAMP


Command (? for help): q


On the Windows side, once it is installed, you can use gdisk64 0: in the CMD prompt window with Admin privileges, and use the 'P' command.

Mar 5, 2015 6:57 PM in response to Loner T

Ok here this is

Found valid GPT with hybrid MBR; using GPT.


Command (? for help): p

Disk /dev/disk0: 236978176 sectors, 113.0 GiB

Logical sector size: 512 bytes

Disk identifier (GUID): 0AD31243-7919-4C8E-B681-002636AA5471

Partition table holds up to 128 entries

First usable sector is 34, last usable sector is 236978142

Partitions will be aligned on 8-sector boundaries

Total free space is 3005 sectors (1.5 MiB)


Number Start (sector) End (sector) Size Code Name

1 40 409639 200.0 MiB EF00 EFI System Partition

2 409640 118521095 56.3 GiB AF05 Macintosh HD

3 118521096 119790631 619.9 MiB AB00 Recovery HD

4 119791616 236976127 55.9 GiB 0700 BOOTCAMP

Mar 5, 2015 7:33 PM in response to Cgood12

1. You should now be able to post the output of sudo gpt -vv -r show /dev/disk0.

2. Can you post the output of sudo dd if=/dev/rdisk0s4 count=1 2>/dev/null | hexdump -C (this dumps the NTFS header based on the GPT not the MBR).

3. Your GPT 4 is

4 119791616 236976127 55.9 GiB 0700 BOOTCAMP

but your MBR is

*4: 07 1023 254 63 - 1023 254 63 [ 180338688 - 56637440] HPFS/QNX/AUX


Here is a table which explains the discrepancy.


MBRMBR 4 StartMBR 4 SizeMBR 4 End Size (MB)
MBR3 Calc1803386885663744023697612827655
GPTGPT 3 StartGPT 3 Size GPT 3 End
GPT3 Calc1185210961269535119790631619.9
GPT4GPT 4 StartGPT 4 SizeGPT 4 End
GPT4 Calc11979161611718451123697612757219


You may have to use a tool like Gparted (found on Linux Live CD) and 'stretch' the 27GB to the GPT4 Start, without losing the NTFS header.

Mar 5, 2015 8:02 PM in response to Cgood12

This is what the output should look like. The second command may look a bit different because of the sizing issue.


sudo gpt -vv -r show /dev/disk0

Password:

gpt show: /dev/disk0: mediasize=1000555581440; sectorsize=512; blocks=1954210120

gpt show: /dev/disk0: Suspicious MBR at sector 0

gpt show: /dev/disk0: Pri GPT at sector 1

gpt show: /dev/disk0: Sec GPT at sector 1954210119

start size index contents

0 1 MBR

1 1 Pri GPT header

2 32 Pri GPT table

34 6

40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B

409640 1448624648 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC

1449034288 1269536 3 GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC

1450303824 1712

1450305536 503904256 4 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7

1954209792 295

1954210087 32 Sec GPT table

1954210119 1 Sec GPT header



sudo dd if=/dev/rdisk0s4 count=1 2>/dev/null | hexdump -C

00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|

00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 e8 71 56 |........?.....qV|

00000020 00 00 00 00 80 00 80 00 f8 f7 08 1e 00 00 00 00 |................|

00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|

00000040 f6 00 00 00 01 00 00 00 13 32 6d 13 b7 bb b5 32 |.........2m....2|

00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|

00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|

00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|

00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|

00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|

000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|

000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|

000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|

000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|

000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|

000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|

00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|

00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|

00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|

00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|

00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|

00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|

00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|

00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|

00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |

00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |

000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|

000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|

000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|

000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|

000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|

000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|

00000200

Mar 5, 2015 8:26 PM in response to Cgood12

Ok I had to restart Terminal

gpt show: /dev/disk0: mediasize=121332826112; sectorsize=512; blocks=236978176

gpt show: /dev/disk0: Suspicious MBR at sector 0

gpt show: /dev/disk0: Pri GPT at sector 1

gpt show: error: bogus map

gpt show: unable to open device '/dev/disk0': Undefined error: 0

Dales-MacBook:~ cashamerica$ sudo dd if=/dev/rdisk0s4 count=1 2>/dev/null | hexdump -C

00000000 eb 52 90 4e 54 46 53 20 20 20 20 00 02 08 00 00 |.R.NTFS .....|

00000010 00 00 00 00 00 f8 00 00 3f 00 ff 00 00 e0 23 07 |........?.....#.|

00000020 00 00 00 00 80 00 80 00 ff 17 fc 06 00 00 00 00 |................|

00000030 00 00 0c 00 00 00 00 00 02 00 00 00 00 00 00 00 |................|

00000040 f6 00 00 00 01 00 00 00 d6 18 c3 88 2a c3 88 04 |............*...|

00000050 00 00 00 00 fa 33 c0 8e d0 bc 00 7c fb 68 c0 07 |.....3.....|.h..|

00000060 1f 1e 68 66 00 cb 88 16 0e 00 66 81 3e 03 00 4e |..hf......f.>..N|

00000070 54 46 53 75 15 b4 41 bb aa 55 cd 13 72 0c 81 fb |TFSu..A..U..r...|

00000080 55 aa 75 06 f7 c1 01 00 75 03 e9 dd 00 1e 83 ec |U.u.....u.......|

00000090 18 68 1a 00 b4 48 8a 16 0e 00 8b f4 16 1f cd 13 |.h...H..........|

000000a0 9f 83 c4 18 9e 58 1f 72 e1 3b 06 0b 00 75 db a3 |.....X.r.;...u..|

000000b0 0f 00 c1 2e 0f 00 04 1e 5a 33 db b9 00 20 2b c8 |........Z3... +.|

000000c0 66 ff 06 11 00 03 16 0f 00 8e c2 ff 06 16 00 e8 |f...............|

000000d0 4b 00 2b c8 77 ef b8 00 bb cd 1a 66 23 c0 75 2d |K.+.w......f#.u-|

000000e0 66 81 fb 54 43 50 41 75 24 81 f9 02 01 72 1e 16 |f..TCPAu$....r..|

000000f0 68 07 bb 16 68 70 0e 16 68 09 00 66 53 66 53 66 |h...hp..h..fSfSf|

00000100 55 16 16 16 68 b8 01 66 61 0e 07 cd 1a 33 c0 bf |U...h..fa....3..|

00000110 28 10 b9 d8 0f fc f3 aa e9 5f 01 90 90 66 60 1e |(........_...f`.|

00000120 06 66 a1 11 00 66 03 06 1c 00 1e 66 68 00 00 00 |.f...f.....fh...|

00000130 00 66 50 06 53 68 01 00 68 10 00 b4 42 8a 16 0e |.fP.Sh..h...B...|

00000140 00 16 1f 8b f4 cd 13 66 59 5b 5a 66 59 66 59 1f |.......fY[ZfYfY.|

00000150 0f 82 16 00 66 ff 06 11 00 03 16 0f 00 8e c2 ff |....f...........|

00000160 0e 16 00 75 bc 07 1f 66 61 c3 a0 f8 01 e8 09 00 |...u...fa.......|

00000170 a0 fb 01 e8 03 00 f4 eb fd b4 01 8b f0 ac 3c 00 |..............<.|

00000180 74 09 b4 0e bb 07 00 cd 10 eb f2 c3 0d 0a 41 20 |t.............A |

00000190 64 69 73 6b 20 72 65 61 64 20 65 72 72 6f 72 20 |disk read error |

000001a0 6f 63 63 75 72 72 65 64 00 0d 0a 42 4f 4f 54 4d |occurred...BOOTM|

000001b0 47 52 20 69 73 20 6d 69 73 73 69 6e 67 00 0d 0a |GR is missing...|

000001c0 42 4f 4f 54 4d 47 52 20 69 73 20 63 6f 6d 70 72 |BOOTMGR is compr|

000001d0 65 73 73 65 64 00 0d 0a 50 72 65 73 73 20 43 74 |essed...Press Ct|

000001e0 72 6c 2b 41 6c 74 2b 44 65 6c 20 74 6f 20 72 65 |rl+Alt+Del to re|

000001f0 73 74 61 72 74 0d 0a 00 8c a9 be d6 00 00 55 aa |start.........U.|

00000200

Windows not recognizing bootcamp space

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.