Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2002 00:47:43 +0200
From:      Mark Pearce <mark@netchat.co.za>
To:        "jogegabsd" <jogegabsd@myrealbox.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: can't mount cdrom FreeBSD 4.6
Message-ID:  <20020621004743.5bd665f0.mark@netchat.co.za>
In-Reply-To: <GIEELJEJOBIMBIMFKPNKEEDHCEAA.jogegabsd@myrealbox.com>
References:  <GIEELJEJOBIMBIMFKPNKEEDHCEAA.jogegabsd@myrealbox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 Jun 2002 15:17:08 -0600
"jogegabsd" <jogegabsd@myrealbox.com> grunted:

> I just upgrade to 4.6-RELEASE.
> In the 4.5-RELEASE I was able to mount and umount my 
> CD-R/DVD with no problems. In both versions my dmesg
> shows:
> 
> acd0: CD-RW <TOSHIBA DVD-ROM SD-R2002> at ata1-master PIO4
> 
> But after the upgrade I try to mount a cd and I get
> 
> # mount_cd9660 /dev/acd0c /cdrom
> /dev/acd0c: Device not configured
> #
> 
> I check in /dev/ and there it is. Try to reconfigure it by
> 
> # sh MAKEDEV acd0
> #
> 
> But still the same.
> What I don't get is, why it works with 4.5-RELEASE and not
> with 4.6-RELEASE.
> Is this posiible?

Copy the new MAKEDEV file to your /dev directory and do a MAKEDEV all
You are still using the old MAKEDEV!

cp /usr/src/etc/MAKEDEV /dev
cd /dev
sh MAKEDEV all


Mark
> 
> I will really apreciate your help, I need to burn some info.
> 
> thanks in advance
> 
> Gerardo Amaya
> 
> 
> 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?20020621004743.5bd665f0.mark>