From owner-freebsd-questions Fri Jan 12 6:34: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gdmckee.local (gdm.demon.co.uk [193.237.88.62]) by hub.freebsd.org (Postfix) with ESMTP id 0A8AD37B401 for ; Fri, 12 Jan 2001 06:33:41 -0800 (PST) Received: from [192.168.0.5] (helo=p300) by gdmckee.local with smtp (Exim 3.20 #1) id 14H5AV-0000Lc-00; Fri, 12 Jan 2001 14:27:03 +0000 Message-ID: <001301c07ca3$a6662780$0500a8c0@gdmckee.local> From: "G D McKee" To: Cc: , "freebsd-questions" References: <002b01c079b8$36158fe0$0500a8c0@gdmckee.local> <3A5A3558.E82D6A76@urx.com> <003801c079c6$20398560$0500a8c0@gdmckee.local> <3A5A7865.4E6A330E@urx.com> <002501c07c25$9d62b5a0$0500a8c0@gdmckee.local> <3A5E46EF.933849E1@i-clue.de> Subject: Re: CD-ROM Drive Date: Fri, 12 Jan 2001 14:26:27 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Using mount_CD9660 method works, but the other method fails every time. How can I get the normal method to work, just using the mount command, not mount_cd9660? Also, I tried to do a RedHat thing on the FreeBSD box, symbolically linking /dev/cdrom to /dev/acd0c dev and it also fails. How could I do this in FreeBSD. One last question, how can you force a CD to umount? Sometime the device comes up and says busy. Is there a way around this. This usually happens when you are in the /cdrom/ dir and cd to home dir useualy fixes this, but not always. Gordon ----- Original Message ----- From: "Christoph Sold" To: "G D McKee" Cc: ; "freebsd-questions" Sent: Thursday, January 11, 2001 11:51 PM Subject: Re: CD-ROM Drive > > > G D McKee schrieb: > > > > Hi > > > > Sorry for the delay in replying, been in Scotland all week on business. > > > > I was trying a burnt CD before. Tried a normal data CD off a magazine cover > > and I get this error: > > > > kursk# mount /dev/acd0c /cdrom/ > > mount: /dev/acd0c on /cdrom: incorrect super block > > kursk# > > > > Has anyone got any ideas? > > > check /etc/fstab contains the correct entry: > > # Device Mountpoint FStype Options Dump Pass# > /dev/acd0c /cdrom cd9660 ro,noauto 0 0 > ^^^^^^^^ > as well as the CD you're trying to read is indeed in CD9660 format. > > Alternatively, try > > so:amnesix$ su > Password: > so:amnesix# mount_cd9660 -v /dev/acd0c /cdrom > > If this works, most likely your entry in fstab is messed up. > > HTH > -Christoph Sold > > > 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