Date: 20 May 2002 15:13:10 -0500 From: Larry Rosenman <ler@lerctr.org> To: Jesse Rock <jesse@accretive-networks.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mounting CDROM Message-ID: <1021925591.74459.15.camel@lerlaptop> In-Reply-To: <20020520130151.Y24989-100000@localhost> References: <20020520130151.Y24989-100000@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2002-05-20 at 15:06, Jesse Rock wrote: > > Hello, > > I've been getting an error message when attempting to mount cdroms on a > new machine: > > FreeBSD 4.5-RELEASE-p4 #2: Wed May 8 17:00:47 PDT 2002 > jesse@box50.mycompany.net:/usr/obj/usr/src/sys/BOX50 > > box50# mount /cdrom > cd9660: /dev/acd0c: Invalid argument > > box50# dmesg | grep cd > acd0: CDROM <ASUS CD-S500/A> at ata0-slave using PIO4 > > box50# cat /etc/fstab | grep acd > /dev/acd0c /cdrom cd9660 ro,noauto 0 0 > > Any thoughts would be appreciated. Old /dev/MAKEDEV. The current /dev/MAKEDEV has the same minor numbers for acd0c and acd0a. get the current /dev/MAKEDEV and run it. > > _____________________________________________________________ > > Jesse J. Rock Accretive Technology Group > Network Operations www.accretive-networks.net > Seattle,Washington jesse@accretive-networks.net > > "Eschew Obfuscation" > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 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?1021925591.74459.15.camel>