Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2003 12:09:14 +0100
From:      Ian Dowse <iedowse@maths.tcd.ie>
To:        Marek Denis <marek@messiah.marek.org>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: cdrom after installing kernel 
Message-ID:  <200306151209.aa20964@salmon.maths.tcd.ie>
In-Reply-To: Your message of "Sun, 15 Jun 2003 12:23:53 -0000." <20030615122353.GA193@messiah.marek.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20030615122353.GA193@messiah.marek.org>, Marek Denis writes:
>
>I have solved my problem. in my /etc/fstab file there was a line
>/dev/acd0c              /cdrom          cd9660  ro,noauto       0       0
>
>/dev/acd0c worked only with GENERIC, but when I tried 
>
>marek# mount -t cd9660 /dev/acd0a /cdrom (acd0a also listed in /dev)
> everything worked great. So, the next step is only to modify /etc/fstab
>and everything works all right.

If this fixed it, it means that you forgot to run

	cd /dev; sh MAKEDEV all

when updating, or you missed the mergemaster step that does this.
At some stage before 4.6-RELEASE, the minor number for the acd0c
device changed, so attempting to use the old device node would give
the "Device not configured" error. The minor number for acd0a did
not change however, so its old device node continues to work (in
fact, acd0c now has the same minor number as acd0a).

Ian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306151209.aa20964>