http://forums.gentoo.org/viewtopic-p-59 ... ight-.html
Ext3 works for me, no complaints yet.



i'm quite happy to see i'm not the only one thinking that wayfrostschutz wrote:I use a different filesystem for my backup disk (ext3) than for my system disk (xfs).....

Try lessfs or zfs-fuse if you have lot of duplicative data. They are both very good for archival because they do block level dedup. zfs-fuse is better because it can detect (and even correct if you have redundancy) bit-rot.lord_sesshomaru wrote:Hi,
I have a new 1,5 TB extrernal hard drive and I am not sure what fs to put on it. Any ideas?
The disk is mainly for archiving - putting a lot of files there (typically with sizes from hundreds megabytes to several gigabytes), and reading them from time to time. Intensive usage or many parallel access are not planned. I don't see usage for any fancy features in this setup so even basic filesystem could do the work. My concerns are about overhead - I don't want to spend my precious disk space on fs datastructures.
What is good fs for this use case? Does anybody know of some benchmarks how much space does different fs take?


Same here. I've tried numerous other file systems and each had their own merits and weaknesses, but ext3 is just solid. I think of ext3 like a loyal girlfriend with a weight problem. She's not the fastest thing around, but she'll do everything you want without complaints and won't run off with all of your data when mistreated.kukibl wrote:I opened topic with similar question some time ago.
http://forums.gentoo.org/viewtopic-p-59 ... ight-.html
Ext3 works for me, no complaints yet.

NTFS should be fine. FATn is a horrible file system that should be avoided if at all possible. Well, it was "meh" in its day, but the only reason to use it today is as a "lowest common denominator" for flash drives if you're jumping from OS to OS.mattwood2000 wrote:Correct me if I'm wrong, but I'm thinking FAT32 is out from an efficiency standpoint, NTFS-FUSE is probably not that stable for data integrity standpoint...any suggestions?



I once lost data on ext4dev, like 10GiB spread over multiple files. I have no clue what it was caused by, but appearently ext4(dev) and the proprietary nvidia driver which i was using back then are not working well together.Ormaaj wrote:Why are people still recommending ext3 over ext4? Ext4 ought to be the safe choice these days for the stability needs of the average user. Most of the criticisms of ext4 are equally applicable to ext3 aside from it being newer (which I find to be a particularly lame criticism.)

I'm actually testing EXT4 on my box with gentoo-sources 2.6.35 and it's a little bit faster.Ormaaj wrote:Why are people still recommending ext3 over ext4? Ext4 ought to be the safe choice these days for the stability needs of the average user. Most of the criticisms of ext4 are equally applicable to ext3 aside from it being newer (which I find to be a particularly lame criticism.)
One year ago... Linus himself was prefering...Ormaaj wrote:Why are people still recommending ext3 over ext4? Ext4 ought to be the safe choice these days for the stability needs of the average user. Most of the criticisms of ext4 are equally applicable to ext3 aside from it being newer