Best Long-term Large Filesystem

filesystems

I store all my Music CDs, Music, DVD Rips, etc on hard drives for quick access and long term storage. What file system should I use?

I use a bunch of drives glued together in an LVM so being able to grow and shrink would be nice, as well as efficient storage and quick access times. Compatibly is also nice (not having to install kernel drives is a plus).

So, what do you use and why?

Best Answer

I use ext3, because it's stable, well-known, very well supported, and is capable of online growth and offline shrinking. I've tried most of the exotics and typically found them a bit dangerous in the edge cases (bugs in XFS on ARM that regularly trashed filesystems was the most entertaining one).