From owner-freebsd-questions Fri Aug 30 7: 5:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A907737B401 for ; Fri, 30 Aug 2002 07:05:10 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA03243E3B for ; Fri, 30 Aug 2002 07:05:09 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198]) by be-well.ilk.org (8.12.5/8.12.5) with ESMTP id g7UE53NE002006; Fri, 30 Aug 2002 10:05:03 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.5/8.12.5/Submit) id g7UE53kk002003; Fri, 30 Aug 2002 10:05:03 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: paul beard Cc: questions Reply-To: questions Subject: Re: ?? cd9660: /dev/cd0c: Operation not permitted/Device not configured References: <3D6DAD53.4090603@mac.com> From: Lowell Gilbert Date: 30 Aug 2002 10:05:03 -0400 In-Reply-To: <3D6DAD53.4090603@mac.com> Message-ID: <447ki8wigg.fsf@be-well.ilk.org> Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG paul beard writes: > My understanding is that "Device not configured" means there's no > media in the drive. Not specifically. In a few cases, that could be the case, but I think the message is intended to refer to the device *node* (not the physical device) being unconfigured. > [/home/paul]:: sudo mount /cdrom > cd9660: /dev/acd0c: Invalid argument > (paul@red.paulbeard.org)-(10:04 PM / Wed Aug 28) > [/home/paul]:: sudo mount /cdrw > cd9660: /dev/cd0c: Device not configured You're depending on your fstab here, which you didn't show. How about "mount -t cd9660 /dev/acd0c /cdrom"? Do /cdrom and /cdrw exist? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message