From owner-freebsd-questions@FreeBSD.ORG Tue Apr 10 05:41:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AA2D16A403 for ; Tue, 10 Apr 2007 05:41:26 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: from mail.rwxrwxrwx.net (carpetsmoker.xs4all.nl [82.93.23.199]) by mx1.freebsd.org (Postfix) with ESMTP id B576B13C45B for ; Tue, 10 Apr 2007 05:41:23 +0000 (UTC) (envelope-from carpetsmoker@rwxrwxrwx.net) Received: by mail.rwxrwxrwx.net (Postfix, from userid 1001) id 75ABC6D471; Tue, 10 Apr 2007 07:41:14 +0200 (CEST) Date: Tue, 10 Apr 2007 07:41:14 +0200 From: Martin Tournoij To: freebsd-questions@freebsd.org Message-ID: <20070410054114.GA27639@glitch.rwxrwxrwx.net> References: <463aea570704092141l2b540856i772be93808fe2513@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <463aea570704092141l2b540856i772be93808fe2513@mail.gmail.com> User-Agent: mutt-ng/devel-r804 (FreeBSD) Cc: gobbledegeek@gmail.com Subject: Re: tinybsd not recognizing /dev/acd0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2007 05:41:26 -0000 On Tue 10 Apr 2007 10:04, Gobbledegeek wrote: > Hi > I build tinybsd from freebsd 6.2, copying sbin/mount_cd9660 and all > other sbin/mount_* files via the tinybsd.basefiles. > /dev/acd0 is listed correctly during startup in dmesg and /dev/acd0 > exisits as a device file. > > > However when I try to mount with > > mount -t cd9660 /dev/acd0 /mnt get a "/dev/acd0: no such file or > directory" error. > > Any ideas why? > > Please cc me as I'm not subscribed. > Do you have options CD9660 in your kernel configuration and/or a cd9660.ko kernel module in /boot/kernel?