Hi,
I have a similar problem. I have just installed a new Mac with Windows 7 on Boot Camp and Parallels 6.
These are the steps I have done so far:
1) using Boot Camp Assistant, I have repartitioned my HD: 350 GB for Mac OS X, 115 GB for Windows,
2) while installing Windows, I have deleted the 115 GB partition and created a 64 GB and a 50 GB partition,
Yes, this was not a smart move as I have read above, but I now have a lot of work in that Windows install and do not wish to restart from scratch.
3) afterwards, I went on installing Windows on the 64 GB drive (C
, and then I started Windows via Boot Camp,
4) and I formatted the 50 GB drive (D
to NTFS and installed Boot Camp Tool so I can see the Mac drive (E
.
When I installed Parallels, it recognized the Boot Camp partition with no problem, but not the other NTFS partition. I belive the MBR is OK, the problem is with GPT, but I am fairly new to the Mac world.
Can someone please post me the terminal commands to fix this issue? If possible, I would like to achieve what the original poster has, a shared NTFS drive.
Here are some screen shots of my current configuration as seen from Windows:
a) via Boot Camp (Windows Explorer & Disk Management):
![[IMG]](http://img440.imageshack.us/img440/6295/bootcampexplorer.png)
![[IMG]](http://img139.imageshack.us/img139/545/bootcampdiskmgmt.png)
b) via Parallels:
![[IMG]](http://img804.imageshack.us/img804/8427/parallelsexplorer.png)
![[IMG]](http://img221.imageshack.us/img221/9308/parallelsdiskmgmt.png)
Here is my terminal output from Mac OS X:
Code:
diskutil list /dev/disk0
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk0
1: EFI 209.7 MB disk0s1
2: Apple_HFS Macintosh HD 375.8 GB disk0s2
3: Microsoft Basic Data BOOTCAMP 124.0 GB disk0s3
sudo gpt -r show -l /dev/disk0
gpt show: /dev/disk0: Suspicious MBR at sector 0
gpt show: error: bogus map
gpt show: unable to open device '/dev/disk0': Unknown error: 0
sudo 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 - 409639] <Unknown ID>
2: AF 1023 254 63 - 1023 254 63 [ 409640 - 734003200] HFS+
*3: 07 1023 254 63 - 1023 254 63 [ 734676992 - 134217728] HPFS/QNX/AUX
4: 07 1023 254 63 - 1023 254 63 [ 868894720 - 104857600] HPFS/QNX/AUX
Thanks,
~Ounce
Last edited: Oct 30, 2010