Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2001 00:24:54 -0500
From:      tarnation@mindspring.com
To:        undisclosed-recipients:;
Subject:   (sigh) cdrom mounting failure
Message-ID:  <E169gAJ-00058k-00@maynard.mail.mindspring.net>

next in thread | raw e-mail | index | archive | help
dmesg|grep acd0
acd0: DVD-ROM <MATSHITADVD-ROM SR-8582> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E169gAJ-00058k-00>