Filesystem to use for external hard drive to be used with Mac, Linux and Windows machines [duplicate]

Possible Duplicate:
Cross-platform file system

I have a rather large USB drive that I'd like to be able to use across the different machines I own. I'm having a hard time figuring out what would be the best file system to use on it to be able to read/write things from the 3 OSs I'm in contact with: Windows, Linux and Mac.

Suggestions?


Solution 1:

The best choice might be Universal Disk Format. Windows XP, Mac OS, and Linux all support UDF reading and writing. UDF has good Unicode support and does not have the 4gb maximum size limit of FAT32.

I believe that NTFS is a bad choice because you cannot ensure that you will be able to install the appropriate drivers on every Mac OS computer you use. UDF is the accepted format for removable media and does not require reverse-engineered drivers on any operating system.

Solution 2:

This is a possible duplicate of this question, but to help the individual out, here is the information that they want.

It is possible to use NTFS with all three OSs. NTFS has a maximum file size of 16TB. There are drivers made for Linux and Mac that can allow you to read and write to an NTFS file system. If you need help finding these drivers, check out this link.

Solution 3:

You could use NTFS.

Windows: NTFS is built in. Most Linux distros come with NTFS-3g driver to read NTFS.
With OSX you need to get the OSX-version of NTFS-3g installed,
for that try: http://forums.applenova.com/showthread.php?t=21842&page=4

Solution 4:

FAT32 is supported by all of those Operating Systems natively. The only limitation with FAT32 is that the largest single file you can store has to be less than 4GB.