Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2003 16:03:19 -0500
From:      David Kelly <dkelly@hiwaay.net>
To:        Steve Lyle <sslyle@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: your mail
Message-ID:  <20030515210319.GA35482@grumpy.dyndns.org>
In-Reply-To: <Law11-F43d4vJFRFWMo0000f19c@hotmail.com>
References:  <Law11-F43d4vJFRFWMo0000f19c@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 15, 2003 at 08:25:40PM +0000, Steve Lyle wrote:
> Why can I boot from a cd disk created with an ISO to install FreeBSD 4.8
> but
> After install I can not "mount -t cd9660 /dev/acd0c /cdrom" ?
> When I try try the console reports "cd9660: /dev/acd0c device not 
> configured"
> This cd is mountable on a different system.
> acd0 is in the kernel config.

It shouldn't be. It should be "atapicd" for RELENG_4: 
device          atapicd                 # ATAPI CDROM drives

The above is the GENERIC default. It not only has to be "in the config"
but has to be compiled into the kernel. The config is only used to build
the kernel. Again, this is for the 4 series, not for FreeBSD 5 and up.

> I do not yet understand /dev &/ MAKEDEV &/ files with the "c" attribute

Obviously.

Sysinstall writes a correct mount for the cdrom in /etc/fstab. Don't do
that "mount -t" stuff, try a simple, "mount /cdrom" as root. Be sure to
"umount /cdrom" before removing it.

"device not configured" may very well mean the node in /dev is missing.
Use "ls" to verify it exists. Otherwise:

% su
# cd /dev
# sh MAKEDEV acd0

Heck, just remake everything:

# sh MAKEDEV all

-- 
David Kelly N4HHE, dkelly@hiwaay.net
=====================================================================
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.



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