Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
09-03-2012, 02:21 PM
|
#16
|
|
Member
Registered: Dec 2010
Location: California, USA
Distribution: Slackware
Posts: 84
Original Poster
Rep:
|
Quote:
Originally Posted by durval
Ditto ;-) I expect to be in your situation when ZFSOnLinux stabilizes enough (and has good enough performance) for me to migrate to it; with any luck I will be able to bypass ext4 completely and (I hope) migrate to BtrFS if and when it achieves a reasonable level of maturity.
|
I initially resisted moving to ext4 because the code has a lot of cruft. I thought that ext4 would be a step backwards from ReiserFS, which is quite elegant.
I'm now finding that the crufty working filesystem is infinitely preferable to the elegant broken one. 
Cheers,
Ed
|
|
|
|
09-03-2012, 02:52 PM
|
#17
|
|
LQ Newbie
Registered: Mar 2012
Posts: 6
Rep: 
|
Hi EdGr,
Quote:
Originally Posted by EdGr
I initially resisted moving to ext4 because the code has a lot of cruft. I thought that ext4 would be a step backwards from ReiserFS, which is quite elegant.
|
My problem with ext4 is the same as with ext3: in my experience, it's not a reliable file system if things go wrong. Even simple things like a lockup/panic, or an unexpected poweroff, has a high probability of corrupting the filesystem in a way that it can't recover by itself on the next boot (and to think that a *log* structured filesystem was supposed to solve almost exactly that problem... :-/). Reiserfs, on the other hand, has had its (virtual) power plug yanked from it hundreds of times in my tests (resetting the VM where I'm running it) and it has never ever lost any data, or been incapable of booting.
My problem with btrfs for now is that it's simply too immature (the patch descriptions that people are constantly submitting reads like a bizantine horror story)... I do hope that the developers manage to stabilize things quickly and also that they change its stupid (IMNSHO) behavior regarding the handling of free space vs erased files... the current behavior is very unintitive and manages to crash my tests using dledford-memtest (and other stressing programs that I use to validate an installation) due to "out-of-disk-space" conditions, even though (when you account for the files that have been removed) there's still a whole lot of space left.
Quote:
I'm now finding that the crufty working filesystem is infinitely preferable to the elegant broken one.
|
LOL! You are so right... ;-) in fact, I think I will copy your phrase to our local "fortune" file... how do you want to be cited?
Cheers,
--
Durval.
Last edited by durval; 09-03-2012 at 02:53 PM.
|
|
|
|
09-03-2012, 03:06 PM
|
#18
|
|
Member
Registered: Jan 2011
Location: Czech Republic
Distribution: Slackware, Gentoo
Posts: 87
Rep:
|
I wanted to use ReiserFS on new servers I'm going to install very soon, because I use ReiserFS almost exclusively from 2004. But now I see that while it works flawlessly on my single-cpu machines (don't have any multi-core around), things may go haywire on much newer hardware. So I'll give ext4 try. Thanks for this thread and suggestions.
|
|
|
|
09-03-2012, 03:07 PM
|
#19
|
|
Member
Registered: Dec 2010
Location: California, USA
Distribution: Slackware
Posts: 84
Original Poster
Rep:
|
Quote:
Originally Posted by durval
My problem with ext4 is the same as with ext3: in my experience, it's not a reliable file system if things go wrong. Even simple things like a lockup/panic, or an unexpected poweroff, has a high probability of corrupting the filesystem in a way that it can't recover by itself on the next boot (and to think that a *log* structured filesystem was supposed to solve almost exactly that problem... :-/). Reiserfs, on the other hand, has had its (virtual) power plug yanked from it hundreds of times in my tests (resetting the VM where I'm running it) and it has never ever lost any data, or been incapable of booting.
|
Agreed: ReiserFS was very good at surviving power outages and crashes. Thanks for the warning about ext4 - I haven't been using it for long enough to find out how robust it is.
Quote:
Originally Posted by durval
LOL! You are so right... ;-) in fact, I think I will copy your phrase to our local "fortune" file... how do you want to be cited?
|
EdGr at linuxquestions.org. Thanks!
Ed
|
|
|
|
09-03-2012, 03:55 PM
|
#20
|
|
LQ Newbie
Registered: Mar 2012
Posts: 6
Rep: 
|
Hi EdGr,
Quote:
Originally Posted by EdGr
Agreed: ReiserFS was very good at surviving power outages and crashes.
|
As far as I'm concerned (and while ZFSOnLinux and btrfs don't become viable options), ReiserFS still is :-)
Quote:
Originally Posted by EdGr
Thanks for the warning about ext4 - I haven't been using it for long enough to find out how robust it is.
|
You are welcome. Resisting power outages is really important for us here because some of our clients have really bad electrical infrastructure and additionally can't afford an UPS for every machine, specially when they are widely dispersed in a plant. And resisting crashes is important for our development, as we do crazy server-crashing stuff frequently and it sucks having to reinstall an entire machine from backup because the filesystem just went poo-poo on you... :-)
Cheers,
--
Durval.
|
|
|
|
09-03-2012, 10:49 PM
|
#21
|
|
Member
Registered: May 2008
Distribution: Slackware64, Arch
Posts: 88
Rep:
|
Quote:
Originally Posted by EdGr
Agreed: ReiserFS was very good at surviving power outages and crashes. Thanks for the warning about ext4 - I haven't been using it for long enough to find out how robust it is.
EdGr at linuxquestions.org. Thanks!
Ed
|
LOL I do not want to laugh but ReiserFS is among the least robust filesystem I have ever used. I had nothing but problems with ReiserFS, as i said before lame ass FAT(16/32) was a better FS for stability in my experience than reiser.
Last edited by Pixxt; 09-03-2012 at 10:52 PM.
|
|
|
|
09-03-2012, 11:02 PM
|
#22
|
|
Senior Member
Registered: Jul 2011
Distribution: Slackware64-14.0, LFS-7.3, FreeBSD 9.1
Posts: 1,110
Rep: 
|
Unless ZFS, or at least ZFSOnLinux gets forked gets re-licensed to maybe MIT, or Linux gets relicensed to something other than GPL, like MIT, that's more open to other open-source licenses, we'll never get ZFS on Linux officially.
It's a shame because ZFS has withstood the test of time for over 10 years now and has been the premiere of UNIX file systems. heck BtrFS can barely mimic and has yet perform the same functions as ZFS.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:41 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|