[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to make cdrom drive work???




Alan Wilson said:
> when I attempt to mount the cdrom with
> 	mount -t iso9660 /dev/sr0 /mnt/cdrom
> I receive the message
>  	mount: special device /dev/sr0 does not exist
> 
> Sure enough, there is no sr0 in /dev.

These days everybody uses /dev/scd0.  The kernel still calls it sr0
though, but that doesn't mean anything.  If it bugs you, just

    cd /dev && ln -s scd0 sr0

Steve
-- 
steve@silug.org           | Linux Users of Central Illinois
(217)698-1694             | Meetings the 4th Tuesday of every month
Steven Pritchard          | http://www.luci.org/ for more info

--
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.