Possible Duplicate:
Cross-platform file system

Can you please tell me what kind of file system can be read by MacOS X, Linux and Windows? And it can create a file greater 4 GB?

link|improve this question

62% accept rate
duplicate of this, this, this, this, ... – lajuette Mar 15 '11 at 17:16
feedback

closed as exact duplicate by Sathya Mar 15 '11 at 17:16

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 2 down vote accepted

NTFS is probably your best bet.

link|improve this answer
feedback

NTFS, but it requires the NTFS-3G driver in Linux and OSX.

Take a gander at: http://en.wikipedia.org/wiki/Comparison_of_file_systems

link|improve this answer
Partially wrong. You don't need a driver to read NTFS in OS X. And the (free) NTFS implementations for OS X (e.g. via fuse) are quite slow when writing. – lajuette Mar 15 '11 at 17:15
feedback

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