Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2000 15:08:48 -0500 (EST)
From:      Tim McMillen <timcm@umich.edu>
To:        Qiang Xu <qiang_xu@mail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: How to mount a CD-ROM
Message-ID:  <Pine.SOL.4.10.10011091502240.29873-100000@centipede.gpcc.itd.umich.edu>
In-Reply-To: <385152577.973794692760.JavaMail.root@web105-mc>

next in thread | previous in thread | raw e-mail | index | archive | help


You probably need # mount -t cd9660 /dev/acd0c /mnt
                                         ^^

I don't know your cd-rom model specifically, but it probalby comes up as
acd0 in your dmesg, not cd0, if so, that is the device you need to
specify.  Try dmesg then scroll back through that (using the scroll lock
and pgup/pgdn keys) or dmesg | more.
Good luck,
						Tim


On Thu, 9 Nov 2000, Qiang Xu wrote:

> Dear Sir/Madam:
>  
>      I want to mount a CD-ROM, which is SANYO CRD-256PC. I have try to use 
> 
>     # mount -t cd9660 /dev/cd0c /mnt
> 
> and put a CDROM in the CDROM drive just like what the FAQ says in www.freebsd.org. But I still get Device not configured.
> 
>     Could you give me some advice?
> 
> Xu,Qiang
> 
> ______________________________________________
> FREE Personalized Email at Mail.com
> Sign up at http://www.mail.com/?sr=signup
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.10.10011091502240.29873-100000>