2002-01-20 10:07:42

by Borsenkow Andrej

[permalink] [raw]
Subject: Query removable drives (CD-ROMs, flopies etc) for media presence

Is there reliable way to query drives for media presence? I have tried
query_disk_change but it returns 1 if called without media inserted (it
correctly works if media is present when it is called). I need it for
CD-ROMs (IDE or SCSI) and possibly for other drives with removable media
like floppy, Zip, Jaz.

So far I tried with two IDE CD-ROMs and floppy and all show the same -
query_disk_change always 1 when no media is present.

The reason is I'd like to avoid media access when it is known no media
is present. The kernel is 2.4.17.

TIA

-andrej



2002-01-21 18:51:52

by Kevin P. Fleming

[permalink] [raw]
Subject: Re: Query removable drives (CD-ROMs, flopies etc) for media presence

I have working media change (and presense) detection for the ide-floppy
driver, that handles nearly every situation. It will be even better (and
handle all situations) when Andre's new IDE driver gets merged into 2.4.x
and I can use taskfile I/O to implement some more drive features.

The code is ready to be reviewed, I've asked Paul Bristow to do so but so
far haven't gotten any response.

----- Original Message -----
From: "Borsenkow Andrej" <[email protected]>
To: "linux-kernel list" <[email protected]>
Sent: Sunday, January 20, 2002 3:07 AM
Subject: Query removable drives (CD-ROMs, flopies etc) for media presence


> Is there reliable way to query drives for media presence? I have tried
> query_disk_change but it returns 1 if called without media inserted (it
> correctly works if media is present when it is called). I need it for
> CD-ROMs (IDE or SCSI) and possibly for other drives with removable media
> like floppy, Zip, Jaz.
>
> So far I tried with two IDE CD-ROMs and floppy and all show the same -
> query_disk_change always 1 when no media is present.
>
> The reason is I'd like to avoid media access when it is known no media
> is present. The kernel is 2.4.17.
>
> TIA
>
> -andrej
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
>