Re: [PATCH] pre8/asm-i386/string.h + de4x5 -> no go

Matthew Kirkwood (weejock@ferret.lmh.ox.ac.uk)
Wed, 20 Jan 1999 10:10:37 +0000 (GMT)


On Tue, 19 Jan 1999, Jens Axboe wrote:

> If you don't open O_NONBLOCK cdrom tries to open the device for data
> and fails when no medium is inserted. You should be able to eject
> it fine (or issue other ioctl's), as long as you do that. strace of
> eject :
>
> open("/dev/hdb", O_RDONLY) = -1 ERRNO_123 (No medium found)
>
> Whereas
>
> fd = open("/dev/hdb", O_RDONLY | O_NONBLOCK);
> ioctl(fs, CDROMEJECT);

That'll explain why I haven't seen this since installing RH5.2, then :)

Matthew.

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