Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 2002 19:09:17 -0600
From:      Aaron J Siegel <Aaron.Siegel@attbi.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: cdrom can't be mounted under freeBSD 4.5-stable
Message-ID:  <3CCB4BBD.50803@attbi.com>
References:  <20020427090531.69089.qmail@web13409.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Search the output of dmesg for your cdrom device
    # dmesg | grep acd
If it is present you need to make the dev
     # cd /dev
     # ./MAKEDEV  <the device name>
you can get the device name from the output of dmesg
If it does not appear in the dmesg then check your bios setup when you 
start up your computer.

Hongbo Li wrote:

>Today I updated src and compiled the kernel using the
>old kernel config file. After rebooting the box, I
>found the cdrom can't be mounted. The message is:
>
>cd9660: /dev/acd0c: Device not configured
>
>what's wrong? 
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Health - your guide to health and wellness
>http://health.yahoo.com
>
>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?3CCB4BBD.50803>