From owner-freebsd-questions Wed Apr 24 7:43:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from Thanatos.Shenton.Org (a3.ebbed1.client.atlantech.net [209.190.235.163]) by hub.freebsd.org (Postfix) with SMTP id 0C83537B41B for ; Wed, 24 Apr 2002 07:43:40 -0700 (PDT) Received: (qmail 537 invoked by uid 1000); 24 Apr 2002 14:42:14 -0000 To: freebsd-questions Subject: mount /dev/acd0c: Device not configured From: Chris Shenton Date: 24 Apr 2002 10:42:14 -0400 Message-ID: <87vgah2m61.fsf@thanatos.shenton.org> Lines: 25 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 I have in my /etc/fstab: /dev/acd0c /cdrom cd9660 ro,noauto 0 0 and used to mount by saying "mount /cdrom". Now it complains: thanatos# mount /cdrom cd9660: /dev/acd0c: Device not configured What exactly is this error message trying to tell me? The device is in /dev: crw-r----- 2 root operator 117, 0 Apr 24 10:29 acd0a crw-r----- 2 root operator 117, 2 Apr 24 10:29 acd0c crw-r----- 2 root operator 117, 0 Apr 24 10:29 racd0a crw-r----- 2 root operator 117, 2 Apr 24 10:29 racd0c I found accidentally that I *could* mount the "a" partition: thanatos# mount -t cd9660 /dev/acd0a /cdrom but I thought the "c" parition was the entire disk, and the one that's supposed to be mounted, not "a". Has something changed recently with paritions and slices? Am I missing something? Being stupid? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message