Which file system to use for portable hard drive shared among different operating systems

filesystemshard driveusb

Something similar has been asked already but my criteria is a little different. I need to share a portable hard drive (USB/Firewire) between Mac OSX, Linux and Windows XP systems where the files being shared are sometimes >4GB. Is there a file system that is available out of the box on all these operating systems that support this and allows read/write access? If not, what's the next best solution in terms of installing additional software on these operating systems?

Best Answer

The option for the most coverage is the FAT32 file system. But you won't be able to create files larger than 4GB.

If you use NTFS (Windows format) then Mac systems will be able to read it but cannot write to it unless third party software is installed. MacFuse and NTFS-3G will let you have full access to NTFS volumes on a Mac system.

Update:

NTFS-3G Stable Read/Write Driver - Apparently, NTFS-3G also supports Linux, FreeBSD, Mac OS X, NetBSD, Solaris, Haiku, and other operating systems.

Enjoy,

Robert C. Cartaino

Related Topic