Hello! On Thu, Jul 03, 2003 at 01:14:08AM +0300, Jussi Vainionp?? wrote:
> >>Apr 27 20:18:06 un kernel: journal-601, buffer write failed > >I do not know who to blame here. Try to heavily write to loop device > >itself (without using > >reiserfs) to see if something will break? Or bettr yet - upgrade to newer > >kernel and see if that's > >cures your problem? > I tried the same operation using ext2 instead of reiserfs and at least that > worked without any problems. ext2 does not wait on buffers unless you operate in sync mode, so it won't notice. Try the ext2 with -o sync then? Bye, Oleg