Originally posted by: AndyHui
NTFS
I'm not familiar with the *NIX file systems, but I would think all of the modern ones likes ReiserFS and EXT3 do as well.
Most *NIX file systems can handle the larger files now, but some have more troubles than others. For systems that are still 32-bit based, you have to compile software with added options to handle larger file sizes (the cludges vary in how they implement 64-bit integers on 32-bit systems). All of our UNIX systems (AIX, Solaris, HP-UX, Dynix, Linux) are large-file capable, though TCSH on the AIX system is a bit flaky with files over 2GB (doing a 'ls *' on a directory will only list those files under 2GB in size. Similary, 'rm *' will only delete the files under 2GB, but doing 'rm filename' on a file over 2GB is fine).