How can I mount a USB drive that's been formatted on a Mac?

1

Is it possible, using Ubuntu 9.04, to mount a USB HDD that's been formatted on a Mac (HFS+?)

How about under windows?

chris

Posted 2010-05-01T23:36:57.927

Reputation: 8 607

Answers

4

Linux has read-only support for journaled HFS+ volumes and read/write support for unjournaled volumes. a quick Google search finds MacDrive for Windows.

Ignacio Vazquez-Abrams

Posted 2010-05-01T23:36:57.927

Reputation: 100 516

1

If you want to read a flash drive cross-platform I would recommend formatting FAT32, which will allow you to read/write in all platforms without installing new file system drivers.

Although, FAT32 only supports files up to 4GB, I believe. Microsoft has introduced exFAT to help users who have large flash drives, ie >4GB, and still want to use a FAT file system (for compatibility reasons). I do not know if Mac can read/write exFAT.

Natalie Adams

Posted 2010-05-01T23:36:57.927

Reputation: 2 071

1

I recommend cross-platform Mac users format their portable drives (flash or otherwise) using the GUID Partition Table format at the low level, and have one HFS+J (Mac OS Extended, Journaled) volume, and one FAT32 (MS-DOS, Windows) volume. Any modern OS can work with the FAT partition, but Mac files do better with the HFS+ partition. Journaling is important for flash drives since it's all to common that you'll unplug it without properly ejecting it sometime.

Spiff

Posted 2010-05-01T23:36:57.927

Reputation: 84 656

1

It's best to simply use Fat32, since it's the only file system that is RELIABLY cross-compatible. NTFS works on non-Windows systems but the implementations are usually buggy and require 3rd party software.

As for exFat, it works well on Windows (I think it's what the Xbox 360 uses for file storage as well) but it does not work with OS X. I just plugged an exFat formatted drive into my Macbook Pro and it did not recognize the drive or the partition in Disk Utility. FYI, I am running Snow Leopard 10.6.3.

Iwasakabukiman

Posted 2010-05-01T23:36:57.927

Reputation: 111

The xbox 360 does not use exFAT as a file system it uses FAT32 as a File system and it is compatible with NTFS, NTFC (for media i.e. music, and video), exFAT, HFS, and HFS+ – None – 2011-01-04T22:46:15.200