I have a 500 GB external drive that I use with my Windows 7 PC and Snow Leopard laptop. It has the following 4 partitions:
1. Leopard Installer (HFS+)
2. Backup (HFS+)
3. Snow Leopard Installer (HFS+)
4. Storage (NTFS)
1 and 3 contain Mac OS X install CD images in case of any problems, and 2 contains a bootable backup of my entire Mac. The last partition is the one I store movies, music and docs on. The PC recognizes only partition 4, while the Mac recognizes all 4, which is perfect. All this is with the GUID Partition Table (GPT). But since its recognized on both Macs and PCs, I'm guessing it uses something like a hybrid MBR. I don't know what that means, but I remember having to do a lot adjustment to get it to play well with both my computers.
However, I no longer needed the leopard installer, so I erased that partition using disk utility, and formatted it with exFAT, and then again with normal FAT, so that I could use it with my fonera. Now, the Windows PC recognizes the FAT partition, but not the NTFS one it used to. It shows up in Disk Management as Unallocated space, but EASEUS partition manager can read the files off it, and the Mac recognizes it fine.
Any ideas about what's wrong or how I can fix it?
Update (diskpart.exe output):
Microsoft DiskPart version 6.1.7601 DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 37 GB 2048 KB * Disk 1 Online 149 GB 0 B Disk 2 Online 465 GB 0 B DISKPART> select disk=2 Disk 2 is now the selected disk. DISKPART> list partition Partition ### Type Size Offset ------------- ---------------- ------- ------- Partition 1 Primary 200 MB 512 B Partition 2 Primary 10 GB 201 MB Partition 3 Primary 116 GB 11 GB Partition 4 Primary 17 GB 128 GB
It's not listing the 300 or so GB Storage partition.
diskpartand run thelist diskcommand. It will tell you what partitioning scheme is used. Then run thelist partitioncommand, which will tell you exactly what Windows is seeing as your partition table. Place that information in your question. – JdeBP Jun 16 '11 at 16:57diskpartit's fairly clear what's going on. However before I write an answer, rundetail partitionon each of those four partitions on that disc and add that information. The output will probably tell you straightaway what is happening. It almost certainly will tell one or more people reading this. – JdeBP Jun 16 '11 at 21:25