Re: Exabyte EXB-10 tape changer

Philip Blundell (Philip.Blundell@pobox.com)
Sat, 24 Jul 1999 08:54:44 +0100


> > open("/dev/sch0", O_RDONLY) = -1 ENODEV (No such device)
>
>That last one indicates that the node /dev/sch0 doesn't exist on your
>system. I can confirm that it doesn't exist on mine, so that wouldn't
>surprise me.

No, that would be ENOENT. ENODEV means that the device node does exist, but
there is no actual device associated with it - typically because you forgot to
load the driver.

p.

-
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/