[NCLUG] error: "mount: No medium found"

Sean Reifschneider jafo-nclug at tummy.com
Mon Sep 10 01:19:13 MDT 2001


On Sun, Sep 09, 2001 at 09:53:46PM -0600, S. Luke Jones wrote:
>What's up, though, with this CDRW? It shows up in dmesg as hdc
>but then I mount it as scd0. I looked at the /dev/cdrom* and
>found that

The deal is that cdrecord, the CD burning software only talks to SCSI
burners.  For IDE, somone built a delightfully perverse emulation layer
that makes an IDE drive act like a SCSI drive.  It works delightfully...
you can remove the "ide-scsi" line from lilo.conf if you really don't want
it to show up as SCSI when you're not burning...  Otherwise just use
/dev/scd0 and be happy...

>	... /dev/cdrom1 -> /dev/scd0
>	... /dev/cdrom  -> /dev/hdd
>Which isn't the ordering I'd prefer but I'm not sure how to
>make the CDRW "cdrom" and the DVD "cdrom1" (or, better yet,

rm /dev/cdrom /dev/cdrom1
ln -s /dev/scd0 /dev/cdrom
ln -s /dev/hdd /dev/cdrom

>Any pointers as to where I can find out more about the ide-scsi
>device? What's the deal there?

If you need more than the above, try searching google?

Sean
-- 
 "McGuyver stole all his tricks from Dr. Who."
Sean Reifschneider, Inimitably Superfluous <jafo at tummy.com>
tummy.com - Linux Consulting since 1995. Qmail, KRUD, Firewalls, Python



More information about the NCLUG mailing list