From owner-freebsd-questions Thu Jun 10 8:26:32 1999 Delivered-To: freebsd-questions@freebsd.org Received: from titan.metropolitan.at (mail.metropolitan.at [195.212.98.131]) by hub.freebsd.org (Postfix) with ESMTP id 56D6414E66 for ; Thu, 10 Jun 1999 08:26:29 -0700 (PDT) (envelope-from mladavac@metropolitan.at) Received: by TITAN with Internet Mail Service (5.0.1458.49) id ; Thu, 10 Jun 1999 17:29:25 +0200 Message-ID: <55586E7391ACD211B9730000C1100276179658@r-lmh-wi-100.corpnet.at> From: Ladavac Marino To: 'Woody Carey' , 'Sean WuGlazier' , freebsd-questions@FreeBSD.ORG Subject: RE: Toshiba CDROM Date: Thu, 10 Jun 1999 17:23:58 +0200 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: Woody Carey [SMTP:carey@roguewave.com] > Sent: Thursday, June 10, 1999 5:23 PM > To: 'Sean WuGlazier'; freebsd-questions@FreeBSD.ORG > Subject: RE: Toshiba CDROM > > > > > My problem is that I can't get the system to recognize or mount the > > cdrom. I know that toshiba scsi cdrom is supported. It is > > recommended by > > one of your folks as a favorite. > > > > What steps do I need to take to install / mount the cdrom. I > > tried mount > > -t cd9660 /dev/cd0c /cdrom and used /dev/scd0 . > > > > It comes back saying no such file or directory. > > > [ML] To the prevoius poster: if the CD-ROM was not there during the installation, it may well have happened that the device node was not created. As root: #cd /dev #./MAKEDEV cd0c #mount -t cd9660 /dev/cd0c /mnt (/mnt was certainly created by the installation; /cdrom not neccessarily--mkdir /cdrom if needed). /Marino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message