I have an SD card which was partitioned using uboot. The card is used to boot an ARM board I've been working on. Besides the rootfs, I've created a bunch of fat32 partitions on the card to store user data.
I want to read/write to/from the partitions on mac osx and windows. On mac osx, I can see the partitions and I get no complaints that the card should be formatted.
On windows, I don't see any partitions and I get a popup dialog box saying the card should be formatted. Is there a way to make windows show the fat32 partitions like mac osx does and not complain about the card?
It's a well known fact that Windows treats removable drives as only one partition.
See here for detailed explanation.