linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: erik@debill.org
To: Chris Newland <chris.newland@emorphia.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.44 fs corruption
Date: Wed, 23 Oct 2002 22:30:22 -0500	[thread overview]
Message-ID: <20021024033022.GA2334@debill.org> (raw)
In-Reply-To: <OAEPKDBINGEGKPCJJAJDKEMDHJAA.chris.newland@emorphia.com>

On Wed, Oct 23, 2002 at 04:13:52PM +0100, Chris Newland wrote:
> My solution was to stick a USB->PS2 converter on my MS Intellimouse.
> Disabling DMA on my hard disks also worked (but causes a massive performance
> hit).
> 
> A good way to test if the problem has gone is to try to 'dd' the contents of
> an entire partition into /dev/null. This used to have a 100% lockup rate
> when I had the problem.
> 
> dd if=/dev/hda5 of=/dev/null bs=1048576


Well...  I went nuts with this and here's what I came up with:

2.5.44 generic driver no DMA no mouse:  works fine
2.5.44 + Viper driver no DMA no mouse:  works fine
2.4.18 generic driver no DMA no mouse:  works fine
2.4.18 generic driver + DMA no mouse:   works fine
2.5.44 + Viper driver + DMA + mouse:    works fine
2.5.44 + Viper driver + DMA no mouse:   lockup

yes.  2.4.18 with the generic PCI DMA driver will let me set the drive
to DMA.  And it works fine.  dd'd the whole drive.  The 2.5 generic
driver won't let me set DMA.

Looks like either I'm just plain lucky under 2.4.18, or there's
something bad w/ the Viper driver.  I've been running 2.4.18 since
June 1 (and other 2.4 kernels before that) without any problems, so
I'm inclined to blame the new kernel version.  It is, after all, a
development kernel.


Erik

      parent reply	other threads:[~2002-10-24  3:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-22 22:07 2.5.44 fs corruption erik
2002-10-23  4:51 ` module_init in interrupt context ? Armin Schindler
2002-10-23 16:13   ` Kai Germaschewski
2002-10-24 16:52     ` Armin Schindler
2002-10-24 17:14       ` Kai Germaschewski
2002-10-25  6:15         ` Armin Schindler
2002-10-25  9:04           ` Russell King
2002-10-23 10:19 ` 2.5.44 fs corruption Chris Newland
2002-10-23 14:46   ` erik
2002-10-23 15:13     ` Chris Newland
2002-10-23 21:08       ` Jose Luis Domingo Lopez
2002-10-24  3:30       ` erik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021024033022.GA2334@debill.org \
    --to=erik@debill.org \
    --cc=chris.newland@emorphia.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).