linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.2.18pre24 spurious diskchanges
@ 2000-12-12  8:28 Xavier Bestel
  2000-12-12 12:36 ` Alan Cox
  0 siblings, 1 reply; 4+ messages in thread
From: Xavier Bestel @ 2000-12-12  8:28 UTC (permalink / raw)
  To: linux-kernel

Hi,

on my ide CDROm I get, roughly each 2 seconds, disk changes although the
drive is empty and I don't touch it:

Dec 12 08:57:43 localhost kernel: VFS: Disk change detected on device
ide0(3,64) 
Dec 12 08:58:14 localhost last message repeated 16 times
Dec 12 08:59:16 localhost last message repeated 31 times
Dec 12 09:00:17 localhost last message repeated 30 times
Dec 12 09:01:19 localhost last message repeated 31 times
Dec 12 09:02:21 localhost last message repeated 31 times
etc ...


Xav
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.2.18pre24 spurious diskchanges
  2000-12-12  8:28 2.2.18pre24 spurious diskchanges Xavier Bestel
@ 2000-12-12 12:36 ` Alan Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2000-12-12 12:36 UTC (permalink / raw)
  To: Xavier Bestel; +Cc: linux-kernel

> on my ide CDROm I get, roughly each 2 seconds, disk changes although the
> drive is empty and I don't touch it:

some drives report a disk change every time they are asked when empty. This
confuses magicdev somewhat
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.2.18pre24 spurious diskchanges
  2000-12-12 10:23 ` Xavier Bestel
@ 2000-12-12 11:40   ` Jens Axboe
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2000-12-12 11:40 UTC (permalink / raw)
  To: Xavier Bestel; +Cc: Jonathan Morton, linux-kernel

On Tue, Dec 12 2000, Xavier Bestel wrote:
> > >on my ide CDROm I get, roughly each 2 seconds, disk changes although the
> > >drive is empty and I don't touch it:
> > >
> > >Dec 12 08:57:43 localhost kernel: VFS: Disk change detected on device
> > >ide0(3,64)
> > >Dec 12 08:58:14 localhost last message repeated 16 times
> > >Dec 12 08:59:16 localhost last message repeated 31 times
> > >Dec 12 09:00:17 localhost last message repeated 30 times
> > >Dec 12 09:01:19 localhost last message repeated 31 times
> > >Dec 12 09:02:21 localhost last message repeated 31 times
> > >etc ...
> > 
> > It would probably help if you told us what make/model CD-ROM drive, and
> > whether you're using any particular driver with it (usually the standard
> > ATAPI one).

Huh? It says (3,64) which would make it hdd -- the only driver possible
is ide-cd here.

> Oops, I just killed magicdev, as told by someone, and this is gone.

Yep, remove that awful beast.

-- 
* Jens Axboe <axboe@suse.de>
* SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.2.18pre24 spurious diskchanges
       [not found] <l03130303b65ba02ad4e6@[192.168.239.101]>
@ 2000-12-12 10:23 ` Xavier Bestel
  2000-12-12 11:40   ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Xavier Bestel @ 2000-12-12 10:23 UTC (permalink / raw)
  To: Jonathan Morton; +Cc: linux-kernel

> >on my ide CDROm I get, roughly each 2 seconds, disk changes although the
> >drive is empty and I don't touch it:
> >
> >Dec 12 08:57:43 localhost kernel: VFS: Disk change detected on device
> >ide0(3,64)
> >Dec 12 08:58:14 localhost last message repeated 16 times
> >Dec 12 08:59:16 localhost last message repeated 31 times
> >Dec 12 09:00:17 localhost last message repeated 30 times
> >Dec 12 09:01:19 localhost last message repeated 31 times
> >Dec 12 09:02:21 localhost last message repeated 31 times
> >etc ...
> 
> It would probably help if you told us what make/model CD-ROM drive, and
> whether you're using any particular driver with it (usually the standard
> ATAPI one).

Dec 11 17:13:38 localhost kernel: hdb: UJDA150, ATAPI CDROM drive 
Dec 11 17:13:38 localhost kernel: ide2: ports already in use, skipping probe 
Dec 11 17:13:38 localhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 
Dec 11 17:13:38 localhost kernel: hda: IBM-DADA-25400, 5153MB w/460kB Cache, CHS=698/240/63, UDMA 
Dec 11 17:13:38 localhost kernel: hdb: ATAPI 24X CD-ROM drive, 128kB Cache 
Dec 11 17:13:38 localhost kernel: Uniform CD-ROM driver Revision: 3.11 

It's the internal CDROM in a Compaq Armada 1700.

Oops, I just killed magicdev, as told by someone, and this is gone.

Xav
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-12-12 13:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-12  8:28 2.2.18pre24 spurious diskchanges Xavier Bestel
2000-12-12 12:36 ` Alan Cox
     [not found] <l03130303b65ba02ad4e6@[192.168.239.101]>
2000-12-12 10:23 ` Xavier Bestel
2000-12-12 11:40   ` Jens Axboe

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).