Re: [gentoo-user] BIG reiserfs problem

2006-11-02 Thread Joshua Schmidlkofer
While this is true, it also may dramatically lower the mean time to failure for your disk, due to increased ware and tear - consumer ATA drives are designed to operate with the write cache on. If you cannot afford to lose data due to poweroff corruption, then the only viable solution is a RAID

Re: [gentoo-user] BIG reiserfs problem

2006-11-01 Thread Mark Kirkwood
Joshua Schmidlkofer wrote: Daniels advice is actually the best that you can get. It will give you the smallest chance of corruption due out of order journal commits that caching can cause. While this is true, it also may dramatically lower the mean time to failure for your disk, due to

Re: [gentoo-user] BIG reiserfs problem

2006-10-31 Thread Alan McKinnon
On Monday 30 October 2006 22:49, Bryan Whitehead wrote: If you are so concerned with the awesomeness of XFS's caching... why not turn on data-journaling? Then data (not just meta-data) is committed to the journal. You can also tune XFS to not wait so long to hold cached data. It's not

Re: [gentoo-user] BIG reiserfs problem

2006-10-31 Thread Daniel Iliev
Alan McKinnon wrote: On Tuesday 31 October 2006 11:04, Uwe Thiem wrote: On 31 October 2006 09:17, Alan McKinnon wrote: I find it useful to keep in mind that XFS is a file-system (i.e. a system for files), and not necessarily a severly disk-bound filesystem Would you mind to

Re: [gentoo-user] BIG reiserfs problem

2006-10-31 Thread Alan McKinnon
On Tuesday 31 October 2006 11:04, Uwe Thiem wrote: On 31 October 2006 09:17, Alan McKinnon wrote: I find it useful to keep in mind that XFS is a file-system (i.e. a system for files), and not necessarily a severly disk-bound filesystem Would you mind to elaborate on this? I simply do not

Re: [gentoo-user] BIG reiserfs problem

2006-10-31 Thread Joshua Schmidlkofer
Daniels advice is actually the best that you can get. It will give you the smallest chance of corruption due out of order journal commits that caching can cause. js On 10/31/06, Daniel Iliev [EMAIL PROTECTED] wrote: Alan McKinnon wrote: On Tuesday 31 October 2006 11:04, Uwe Thiem wrote:

Re: [gentoo-user] BIG reiserfs problem

2006-10-31 Thread Etaoin Shrdlu
On Tuesday 31 October 2006 18:50, Daniel Iliev wrote: Then I would propose you to use hdparm -W0 /dev/(what-ever) to disable the write caching (no matter which FS you use). Nothing can give 100% guarantee against power failure. This disables only hard disk cache. If I understand correctly,

Re: [gentoo-user] BIG reiserfs problem

2006-10-31 Thread Etaoin Shrdlu
On Tuesday 31 October 2006 21:45, Ryan Tandy wrote: I think that's what Daniel intended. If you were *really* paranoid about power outages, you could do that AND mount your FS with -o sync... Ah ok, my misunderstanding then. Thank you! -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] BIG reiserfs problem

2006-10-30 Thread Uwe Thiem
On 28 October 2006 23:39, Alan McKinnon wrote: On Saturday 28 October 2006 16:41, b.n. wrote: Dale ha scritto: If you use XFS, make sure you have good power. XFS does not like power failures at all. I have had to reinstall on a second rig because of this very problem. If you have a

Re: [gentoo-user] BIG reiserfs problem

2006-10-30 Thread Alan McKinnon
On Monday 30 October 2006 12:04, Uwe Thiem wrote: On 28 October 2006 23:39, Alan McKinnon wrote: On Saturday 28 October 2006 16:41, b.n. wrote: Dale ha scritto: If you use XFS, make sure you have good power. XFS does not like power failures at all. I have had to reinstall on a

Re: [gentoo-user] BIG reiserfs problem

2006-10-30 Thread Bryan Whitehead
If you are so concerned with the awesomeness of XFS's caching... why not turn on data-journaling? Then data (not just meta-data) is committed to the journal. You can also tune XFS to not wait so long to hold cached data. Alan McKinnon wrote: On Saturday 28 October 2006 16:41, b.n. wrote:

Re: [gentoo-user] BIG reiserfs problem

2006-10-30 Thread Bryan Whitehead
After sending this I realized that XFS doesn't support journal=data... I thought journal=data was a general VFS part of the linux kernel... my bad. :) I guess you are just left with in kernel tuning (someone previously posted a link to). Bryan Whitehead wrote: If you are so concerned with

Re: [gentoo-user] BIG reiserfs problem

2006-10-30 Thread Joshua Schmidlkofer
On 10/30/06, Bryan Whitehead [EMAIL PROTECTED] wrote: After sending this I realized that XFS doesn't support journal=data... I thought journal=data was a general VFS part of the linux kernel... my bad. :) I guess you are just left with in kernel tuning (someone previously posted a link to).

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread William Kenworthy
On Sat, 2006-10-28 at 20:25 +0100, Neil Bothwick wrote: On Sat, 28 Oct 2006 14:14:06 -0500, Joe Menola wrote: And DON'T use XFS if you can't afford an UPS. Unless you're using a laptop. Solar UPS? Battery! actually laptops are worse - on mine laptop-mode doesnt detect

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Greg Bur
On 10/29/06, William Kenworthy [EMAIL PROTECTED] wrote: On Sat, 2006-10-28 at 20:25 +0100, Neil Bothwick wrote: On Sat, 28 Oct 2006 14:14:06 -0500, Joe Menola wrote: And DON'T use XFS if you can't afford an UPS. Unless you're using a laptop. Solar UPS? Battery! actually

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Chris Walters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joe Menola wrote: On Saturday 28 October 2006 2:02 pm, Neil Bothwick wrote: And DON'T use XFS if you can't afford an UPS. Unless you're using a laptop. Solar UPS? Nuclear Reactor UPS The good side, you can go a LONG time on UPS, and you can

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Novensiles divi Flamen
On Sunday 29 October 2006 16:03, Chris Walters wrote: Nuclear Reactor UPS The good side, you can go a LONG time on UPS, and you can run your whole house off from it... The bad side, you have to pay to build the reactor and to dispose of the waste (very expensive)... Too complex. Just get

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Benno Schulenberg
Hemmann, Volker Armin wrote: On Sunday 29 October 2006 02:33, Richard Fish wrote: Hmm, looks like man mount hasn't kept pace with the kernel. Apologies. yeah, that is a big problem. The data=journal option is AFAIR two years old. The manpages are pretty... out of sync. This calls for

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Hemmann, Volker Armin
On Sunday 29 October 2006 15:19, Benno Schulenberg wrote: Hemmann, Volker Armin wrote: On Sunday 29 October 2006 02:33, Richard Fish wrote: Hmm, looks like man mount hasn't kept pace with the kernel. Apologies. yeah, that is a big problem. The data=journal option is AFAIR two years

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Joshua Schmidlkofer
Dude - I use xfs w/o a UPS for desktops and laptops. I use it on servers with RAID and with UPS protection. I also keep good backups for the servers. I have been using XFS since _just_ _after_ it came to Linux. I have used XFS on several hundred systems (which I have been responsible for).

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Hemmann, Volker Armin
On Sunday 29 October 2006 16:56, Joshua Schmidlkofer wrote: On 10/28/06, Mark Kirkwood [EMAIL PROTECTED] wrote: Hemmann, Volker Armin wrote: On Saturday 28 October 2006 13:31, Mark Kirkwood wrote: I'd recommend changing to ext3 or xfs, as I've found both to be solid (I prefer xfs but

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Joshua Schmidlkofer
On 10/29/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote: On Sunday 29 October 2006 16:56, Joshua Schmidlkofer wrote: On 10/28/06, Mark Kirkwood [EMAIL PROTECTED] wrote: Hemmann, Volker Armin wrote: On Saturday 28 October 2006 13:31, Mark Kirkwood wrote: I'd recommend changing to ext3

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Norberto Bensa
Novensiles divi Flamen wrote: On Sunday 29 October 2006 16:03, Chris Walters wrote: Nuclear Reactor UPS The good side, you can go a LONG time on UPS, and you can run your whole house off from it... The bad side, you have to pay to build the reactor and to dispose of the waste (very

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Chris Walters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joshua Schmidlkofer wrote: That's not true. Up to 2.6.17.5 it /may/ eat your data. I ran 2.6.17, in the buggy state, for 2 weeks before I upgraded. It did _not_ eat my data. Don't get me wrong - it was lucky, and yes - it's a heinous bug.

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Joshua Schmidlkofer
Yeah, I will try JFS again some day. Not today, but someday. XFS slow deletion is my personal pet peeve. I have been using XFS for so long, so successfully, that I am hesitant to change. Plus, I have a large number of existing installs. Last year, I setup a JFS system on a dual-opteron.

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Alan McKinnon
On Saturday 28 October 2006 16:41, b.n. wrote: Dale ha scritto: If you use XFS, make sure you have good power. XFS does not like power failures at all. I have had to reinstall on a second rig because of this very problem. If you have a UPS, that may be OK. Thanks a lot for the advice.

Re: [gentoo-user] BIG reiserfs problem

2006-10-29 Thread Alan McKinnon
On Saturday 28 October 2006 19:51, Dale wrote: I'm thinking you could make the capacitors on the high voltage side MUCH larger so it would last longer. It would still have to be a fast shutdown though. Something like shutdown -h -t -5 minutes ago. LOL The only thing about that is charging

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread b.n.
CapSel ha scritto: It's now more than five times when reiserfs has sucked my data into /dev/null. At the begining I thout that was a hardware problem - disk, ram... but now I am almost 100% sure that reiserfs IS NOT stable file system. It doesn't matter if I have gentoo-sources or

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Uwe Thiem
On 28 October 2006 12:16, CapSel wrote: It's now more than five times when reiserfs has sucked my data into /dev/null. At the begining I thout that was a hardware problem - disk, ram... but now I am almost 100% sure that reiserfs IS NOT stable file system. It doesn't matter if I have

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Dale
b.n. wrote: CapSel ha scritto: It's now more than five times when reiserfs has sucked my data into /dev/null. At the begining I thout that was a hardware problem - disk, ram... but now I am almost 100% sure that reiserfs IS NOT stable file system. It doesn't matter if I have gentoo-sources or

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Mark Kirkwood
CapSel wrote: It's now more than five times when reiserfs has sucked my data into /dev/null. At the begining I thout that was a hardware problem - disk, ram... but now I am almost 100% sure that reiserfs IS NOT stable file system. It doesn't matter if I have gentoo-sources or hardened-sources,

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Mark Kirkwood
Dale wrote: If you use XFS, make sure you have good power. XFS does not like power failures at all. I have had to reinstall on a second rig because of this very problem. If you have a UPS, that may be OK. Interesting - I'm running an xfs system that has been through several power

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Hemmann, Volker Armin
On Saturday 28 October 2006 13:31, Mark Kirkwood wrote: I'd recommend changing to ext3 or xfs, as I've found both to be solid (I prefer xfs but that just my personal opinion). if you use XFS don't use 2.6.17 kernels. if you use ext3 don't use 2.6.18 kernels. ... -- gentoo-user@gentoo.org

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Novensiles divi Flamen
On Saturday 28 October 2006 18:40, Hemmann, Volker Armin wrote: if you use ext3 don't use 2.6.18 kernels. Is there a specific problem with ext3 and 2.6.18 kernels? I haven't heard anything yet, but if there is a prob it's likely to bite me very soon... references? - Noven -- -- Novensiles

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Dale
b.n. wrote: Dale ha scritto: If you use XFS, make sure you have good power. XFS does not like power failures at all. I have had to reinstall on a second rig because of this very problem. If you have a UPS, that may be OK. Thanks a lot for the advice. Power outages do happen and I don't

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Hemmann, Volker Armin
On Saturday 28 October 2006 16:41, b.n. wrote: Dale ha scritto: If you use XFS, make sure you have good power. XFS does not like power failures at all. I have had to reinstall on a second rig because of this very problem. If you have a UPS, that may be OK. Thanks a lot for the advice.

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Hemmann, Volker Armin
On Saturday 28 October 2006 14:16, Novensiles divi Flamen wrote: On Saturday 28 October 2006 18:40, Hemmann, Volker Armin wrote: if you use ext3 don't use 2.6.18 kernels. Is there a specific problem with ext3 and 2.6.18 kernels? I haven't heard anything yet, but if there is a prob it's

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Norberto Bensa
CapSel wrote: So my question is - how can I help to eliminate this bug(s)? Can you check your RAM please? Reiserfs (3.x that is) is very stable. I'm using it for five years now. No data loss or corruption. And DON'T use XFS if you can't afford an UPS. Regards, Norberto pgpUxWR1oDYh9.pgp

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread b.n.
Hemmann, Volker Armin ha scritto: On Saturday 28 October 2006 16:41, b.n. wrote: Dale ha scritto: If you use XFS, make sure you have good power. XFS does not like power failures at all. I have had to reinstall on a second rig because of this very problem. If you have a UPS, that may be OK.

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread b.n.
I don't know why I just know that I used Reiserfs after that and it worked fine, even after power failures, lots of them too. Yes, that's one of the reasons I like it. That said, nothing is perfect. A UPS is a good idea even if it can only last long enough for a proper shutdown. Yes, but

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread fire-eyes
Norberto Bensa wrote: CapSel wrote: So my question is - how can I help to eliminate this bug(s)? Can you check your RAM please? Reiserfs (3.x that is) is very stable. I'm using it for five years now. No data loss or corruption. And DON'T use XFS if you can't afford an UPS. Strongly

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Norberto Bensa
b.n. wrote: Yes, but it costs money :) Not that much really if you think how much it will save :) You don't need a keep-my-box-up-30-days UPS. A 15 minutes UPS will do just fine and they are very cheap nowdays. Regards, Norberto pgpovI7u8HIQu.pgp Description: PGP signature

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread fire-eyes
Norberto Bensa wrote: b.n. wrote: Yes, but it costs money :) Not that much really if you think how much it will save :) You don't need a keep-my-box-up-30-days UPS. A 15 minutes UPS will do just fine and they are very cheap nowdays. Another nice note is that APC and probably others can

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread b.n.
fire-eyes ha scritto: Norberto Bensa wrote: b.n. wrote: Yes, but it costs money :) Not that much really if you think how much it will save :) You don't need a keep-my-box-up-30-days UPS. A 15 minutes UPS will do just fine and they are very cheap nowdays. Last time I checked they were in

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Statux
This becomes a philosophical question but, shouldn't computers (hw and sw) be thought to resist hard power outages as much as possible? If UPS systems are the only feasible way to obtain it, why no one thought to somehow include them inside desktop systems? I'm sure that they're out there

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Hemmann, Volker Armin
On Saturday 28 October 2006 18:38, b.n. wrote: What about JFS? it is known to be pretty robust and you will have a hard time to find any 'horror stories' - but one reason for the lack of horror stories: there aren't many users. And it is very slow. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Hemmann, Volker Armin
On Saturday 28 October 2006 19:16, CapSel wrote: I wrote five because I started to count 5 times ago. My RAM is in good condition :) Problem with reiserfs (reiser4 is used across the net to specify version 4.X IMHO) so you are using reiser4? You know that is not even in a stable kernel and

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Dale
Statux wrote: This becomes a philosophical question but, shouldn't computers (hw and sw) be thought to resist hard power outages as much as possible? If UPS systems are the only feasible way to obtain it, why no one thought to somehow include them inside desktop systems?

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread CapSel
I use reiserfs (version 3.x, if correctly recall 3.6), haven't even touched reiser4(resierfs 4.X).On 10/28/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote:On Saturday 28 October 2006 19:16, CapSel wrote: I wrote five because I started to count 5 times ago. My RAM is in good condition :)

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Neil Bothwick
On Sat, 28 Oct 2006 11:21:25 -0300, Norberto Bensa wrote: And DON'T use XFS if you can't afford an UPS. Unless you're using a laptop. -- Neil Bothwick Approx. 1 in 36000 people will break a leg within 3 weeks of reading this post signature.asc Description: PGP signature

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Joe Menola
On Saturday 28 October 2006 2:02 pm, Neil Bothwick wrote: And DON'T use XFS if you can't afford an UPS. Unless you're using a laptop. Solar UPS? -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Neil Bothwick
On Sat, 28 Oct 2006 14:14:06 -0500, Joe Menola wrote: And DON'T use XFS if you can't afford an UPS. Unless you're using a laptop. Solar UPS? Battery! -- Neil Bothwick Bother, said Pooh, as someone flamed him for no reason. signature.asc Description: PGP signature

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Hemmann, Volker Armin
On Saturday 28 October 2006 19:33, CapSel wrote: I use reiserfs (version 3.x, if correctly recall 3.6), haven't even touched reiser4(resierfs 4.X). ah, ok. From your post it sounded like you were using 4. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Mark Kirkwood
Hemmann, Volker Armin wrote: On Saturday 28 October 2006 13:31, Mark Kirkwood wrote: I'd recommend changing to ext3 or xfs, as I've found both to be solid (I prefer xfs but that just my personal opinion). if you use XFS don't use 2.6.17 kernels. ... A good link that briefly discusses power

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Richard Fish
On 10/28/06, CapSel [EMAIL PROTECTED] wrote: 1. reiserfs breaks down on power failures even with option data=journal or sync Huh, reiserfs doesn't do this. It only logs metadata updates. 1. Is there the file system that preserves data metadata like UFS2 solid as rock! ext3 mounted

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Hemmann, Volker Armin
On Sunday 29 October 2006 01:45, Richard Fish wrote: On 10/28/06, CapSel [EMAIL PROTECTED] wrote: 1. reiserfs breaks down on power failures even with option data=journal or sync Huh, reiserfs doesn't do this. It only logs metadata updates. nope, it can log data too. --

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Richard Fish
On 10/28/06, fire-eyes [EMAIL PROTECTED] wrote: I'm not sure about the journaling, but the trick is that it caches writes very aggressively -- we're talking dozens of MB at a time, and it often holds onto those writes for not just minutes but even hours. Just want to point out that XFS offers

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Richard Fish
On 10/28/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote: On Sunday 29 October 2006 01:45, Richard Fish wrote: On 10/28/06, CapSel [EMAIL PROTECTED] wrote: 1. reiserfs breaks down on power failures even with option data=journal or sync Huh, reiserfs doesn't do this. It only logs

Re: [gentoo-user] BIG reiserfs problem

2006-10-28 Thread Hemmann, Volker Armin
On Sunday 29 October 2006 02:33, Richard Fish wrote: On 10/28/06, Hemmann, Volker Armin [EMAIL PROTECTED] wrote: On Sunday 29 October 2006 01:45, Richard Fish wrote: On 10/28/06, CapSel [EMAIL PROTECTED] wrote: 1. reiserfs breaks down on power failures even with option data=journal