From owner-freebsd-questions Thu Nov 29 21:25:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id E84DC37B416 for ; Thu, 29 Nov 2001 21:25:08 -0800 (PST) Received: from bob.mindspring.com ([207.69.200.124] helo=) by maynard.mail.mindspring.net with smtp (Exim 3.33 #1) id 169gAJ-00058k-00 for freebsd-questions@freebsd.org; Fri, 30 Nov 2001 00:24:54 -0500 Subject: (sigh) cdrom mounting failure Message-Id: From: tarnation@mindspring.com Date: Fri, 30 Nov 2001 00:24:54 -0500 To: undisclosed-recipients:; 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 dmesg|grep acd0 acd0: DVD-ROM at ata1-master using PIO4 cat /etc/fstab |grep acd0 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 mount /cdrom/ /dev/acd0c: Operation not permitted (thats as normal user, as root-i see the cdrom drive spin, and lights flicker, but the system completely freezes and i have to manual reboot. The system reacts the same way for user/root respectively with: mount_cd9660 /dev/acd0c /cdrom and with: mount -t cd9660 /dev/acd0c /cdrom ls -la /dev/acd0c crw-r----- 2 root operator 117, 2 Nov 30 18:45 /dev/acd0c The operation should at least work for root, but the system completely freezes up. If anyone can help out with this inane, frustrating problem, I would be most grateful. shep To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message