Hey, thanks very much for the response.
I remade the partition in FAT32, went into the hard disk settings and the data and boot camp partitions were both selected (correctly labeled as FAT32 and NTFS respectively). Now it works, although I don't seem to have changed any settings. Not complaining though!
I noticed that now the SHARED drive (in addition to the Boot Camp one) disappears from my OSX now whenever parallels runs. I assume this is to protect the boot camp drive from being messed with while the vm is running?
Is there a way to allow both OSX and parallels access to the SHARED drive at the same time (cuz there aren't any system files in there to mess up), or is that just an unchangeable aspect of parallels?
Here's the results of the commands you gave me now that things work, btw. In case there's some hidden issue that I wouldn't be aware of.
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 71.0 GB disk0s2
3: Microsoft Basic Data SHARED 181.2 GB disk0s3
4: Microsoft Basic Data BOOTCAMP 247.6 GB disk0s4
sudo gpt -r show -l /dev/disk0
gpt show: /dev/disk0: Suspicious MBR at sector 0
start size index contents
0 1 MBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - "EFI System Partition"
409640 138657152 2 GPT part - "Macintosh HD"
139066792 262744
139329536 353912832 3 GPT part - "Untitled"
493242368 483530752 4 GPT part - "BOOTCAMP"
976773120 15
976773135 32 Sec GPT table
976773167 1 Sec GPT header
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 - 138657152] HFS+
3: 0B 1023 254 63 - 1023 254 63 [ 139329536 - 353912832] Win95 FAT-32
*4: 07 1023 254 63 - 1023 254 63 [ 493242368 - 483530752] HPFS/QNX/AUX
This is all gibberish to me, but it looks very cool.
Thanks again for the help thus far!