Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create HFS+ and FAT32 partitions on one external drive.' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create HFS+ and FAT32 partitions on one external drive.
Authored by: salvatore on May 17, '05 04:35:33PM

I had the same problem. You can still read the partition by mounting it with mount_hfs:


$ diskutil list
   1:             DOS_FAT_16                    26.6 GB   disk2s1
$ mkdir /mydata
$ sudo mount_hfs /dev/disk2s1 /mydata
$ ls /mydata
I suggest that you backup the data and reformat the drive using the instructions posted above.

[ Reply to This | # ]