[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: "DRQ after issuing write" error
- From: "Stephen C. Tweedie" <sct redhat com>
- To: David Gómez <davidge jazzfree com>
- Cc: Ext3-users <ext3-users redhat com>
- Subject: Re: "DRQ after issuing write" error
- Date: Mon, 8 Oct 2001 11:50:16 +0100
Hi,
On Sun, Oct 07, 2001 at 08:43:51PM +0200, David Gómez wrote:
>
> While writing a file to an ext3 filesystem, i get some drive errors on the
> console. I guess is a drive/ide related problem more that a ext3 one
Yep, the kernel is layered quite strictly and messages like
> Oct 7 20:31:36 fargo kernel: hdd: status timeout: status=0xd0 { Busy }
> Oct 7 20:31:36 fargo kernel: hdd: no DRQ after issuing WRITE
> Oct 7 20:31:37 fargo kernel: ide1: reset: success
> Oct 7 20:31:37 fargo kernel: hdd: status timeout: status=0xff { Busy }
> Oct 7 20:31:37 fargo kernel: hdd: drive not ready for command
are unrelated to the filesystem running on that drive: the ide driver
is running in a separate layer, and just sees arbitrary block IO
requests, not filesystem requests.
The error is a timeout error. That could be the ide controller, the
cable, or the drive itself failing. It _might_ be a software
interaction but it looks more like hardware.
Cheers,
Stephen
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]