At home I have multiple operating systems, Linux (debian), Mac OS X Lion and Winders 7. I have a large USB drive that I want to use to backup/transport files. What filesystem should I use that will allow multiple OS's to read/write to it. It is a 500 GB USB drive using USB 2.0.

link|improve this question
feedback

closed as off topic by SvenW, sysadmin1138 Jan 1 at 19:25

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

3 Answers

FAT32 is your best option for read/write access from Windows, OS X and Linux with no third-party add-ons. Note that it won't support individual files larger than 4GB.

link|improve this answer
feedback

The only universal FS (without additional software) is sadly FAT32.

link|improve this answer
feedback

FAT32 is the lowest common demoninator and is a virtual guarantee of compatibilty but you'd probably be interested to know that NTFS is possible, http://hints.macworld.com/article.php?story=20090913140023382, http://www.lifehack.org/articles/lifehack/how-to-read-and-write-ntfs-windows-partition-on-mac-os-x.html

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.