Date: Fri, 30 Apr 1999 02:05:35 -0400 From: James Kalmadge <kalmadg@banet.net> To: collen <arkane@dpnet.net> Cc: freebsd-questions@freebsd.org Subject: Re: troubles w/ my cdrom Message-ID: <3729482F.167EB0E7@banet.net> References: <000301be928c$8096dd40$0200000a@water>
next in thread | previous in thread | raw e-mail | index | archive | help
Hey, Collen, I have a Sony CDU611 which is the Secondary slave on my system. It works fine. Maybe you can adapt. Here's a peek at my fstab: # Device Mountpoint FStype Options Dump Pass# /dev/wd0s2b none swap sw 0 0 /dev/wd0s2a / ufs rw 1 1 /dev/wd0s2g /tmp ufs rw 2 2 /dev/wd0s2h /u0 ufs rw 2 2 /dev/wd0s2f /usr ufs rw 2 2 /dev/wd0s2e /var ufs rw 2 2 proc /proc procfs rw 0 0 /dev/wcd0c /hpcd cd9660 rw,noauto 0 0 /dev/wcd1c /sonycd cd9660 ro,noauto 0 0 /dev/fd0 /Adrive msdos rw,noauto 0 0 /dev/wd0s1 /Cdrive msdos rw,noauto 0 0 /dev/wd2s1 /Edrive msdos rw,noauto 0 0 /dev/wcd0c /Qdrive msdos rw,noauto 0 0 /dev/wcd1c /Sdrive msdos rw,noauto 0 0 /dev/wd2s2h /test ufs rw,noauto 0 0 I just say 'mount /sonycd' and voila! I have not had an opportunity to try mount /Qdrive or mount /Sdrive yet. But it should work, no? For compatibilty's sake I have: lrwxrwxrwx 1 root wheel 5 Dec 6 02:11 /cdrom -> /hpcd Good Luck, James collen wrote: > > Hey > I have a Sony CDU701 cdrom and it's the Secondary IDE Master. > The kernel can detect it and everything (as device acd0), but when i try to > mount it, it gives me the error: > > atapi1.0: controller not ready for cmd > > i've tried the following in order to try to get it to work: > > mount -t cd9660 /dev/wcd0c /cdrom > mount_cd9660 /dev/wcd0c /cdrom > mount -t cd9660 /dev/acd0c /cdrom > mount_cd9660 /dev/acd0c /cdrom > > I've tried modifying atapi.c and have received no luck. > I tried adding options IDE_DELAY 8000 to the kernel but that did not help > either. > Do you have any suggestions? > > Thanks. > > 'collen > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message 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?3729482F.167EB0E7>