On 23 April 2013 11:40, Walter Dnes <waltd...@waltdnes.org> wrote: > I recently got a new Dell "desktop PC" at home, and ran Windows for a > while to make sure nothing is broken. Now I'm getting ready to > partition and reformat for a Gentoo install. My understanding is that > BTRFS and EXT4 are still a bit "bleeding edge". I've used ReiserFS3 for > years with no problems, but I keep hearing horror stories about it. > This will be my biggest main hard drive yet (1 terabyte), so I'm > considering EXT3 for the main partition. Comments?
I too have been using ReiserFS for years without problems. It must have gotten close to 10 years. This is with power failures every couple of months and of course the occasional PEBKAC. Whenever I needed to install something on a VM I would try some other filesystem. Usually Ext3 as that was supposed to be really good. It never worked well for me, I would always run out of inodes. AFAIK, Ext4 does not have dynamic inode allocation either. For me, that means they don't make the short list. Still, ReiserFS is showing its age and I do get the impression that it's not getting much dev love any more. So when I needed to install a new machine, I looked around and settled on JFS. This box has been running for about half a year now (so that includes several power failures) without any problems. I certainly am very pleased with JFS so perhaps you might want to consider it.