Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2000 17:50:02 -0500
From:      Walter Brameld <brameld@twave.net>
To:        Danny <dannyh@idx.com.au>, yoav@bnt.co.il, freebsd-questions@FreeBSD.ORG
Subject:   Re: Mounting CDrom
Message-ID:  <00030817564002.00230@Bozo_3.BozoLand.domain>
In-Reply-To: <00031008503804.00345@freebsd.freebsd.org>
References:  <38C53FB7.21493.59615@localhost> <00031008503804.00345@freebsd.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 09 Mar 2000, Danny wrote:
> Hello,
> 
> Try the following :-
> 
> 1) Login as "root" and type in your "root" password
> 2) type in "mount /cdrom"
> 
> Looking forward to your feedback.
> 
> dannyh
> 
> dannyh@idx.com.au

Um , I belive that will only work if your cdrom is already described in
/etc/fstab thus:

#Device       Mountpoint   FStype    Options     Dump  Pass#
/dev/acd0c   /cdrom         cd9660   ro, noauto   0        0

Check dmesg for proper device name. If not so described, then the
command would be:

$ mount -t cd9660 /dev/acd0c /cdrom

Of course make sure you have a directory called /cdrom first.

Durn, didn't that sound a bit pedantic?

> 
> On Wed, 08 Mar 2000, yoav@bnt.co.il wrote:
> > Hi,
> > 
> > I'm having problems with mounting my cdrom. It's a simple x24 IDE 
> > cdrom. I've tried consulting the online documentation but still 
> > didn't work for me.
> > 
> > By the way, I'm new to FreeBSD :)
> > 
> > Thanks,
> > Yoav

-- 
Walter Brameld

Join the Army. Meet interesting people. Kill them.
TANSTAAFL


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?00030817564002.00230>