From owner-freebsd-questions Fri Nov 30 7:32: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jxmls03.se.mediaone.net (jxmls03.se.mediaone.net [24.129.0.111]) by hub.freebsd.org (Postfix) with ESMTP id 0AB5A37B41A; Fri, 30 Nov 2001 07:31:45 -0800 (PST) Received: from [192.168.0.25] (rr-92-156-62.atl.mediaone.net [24.92.156.62]) by jxmls03.se.mediaone.net (8.11.1/8.11.1) with ESMTP id fAUFWoX09815; Fri, 30 Nov 2001 10:32:50 -0500 (EST) Date: Fri, 30 Nov 2001 10:30:20 -0500 (EST) From: Shep Proudfoot X-X-Sender: Reply-To: To: Cc: Subject: Re: (sigh) cdrom mounting failure Message-ID: 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 hmm this looks messy: cdcontrol -f /dev/acd0c info cdcontrol: getting toc header: Input/output error Dec 1 11:23:07 mule /kernel: acd0: TEST_UNIT_READY - NOT READY asc=3a ascq=00 error=04 Any thoughts, Ruslan? Thanks ! Shep >> 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. >> >What does "cdcontrol -f /dev/acd0c info" tell you? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message