From owner-freebsd-questions Thu Jan 11 15:50:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id F337B37B69B for ; Thu, 11 Jan 2001 15:50:10 -0800 (PST) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id BAA31060; Fri, 12 Jan 2001 01:56:59 +0100 Message-ID: <3A5E46EF.933849E1@i-clue.de> Date: Fri, 12 Jan 2001 00:51:11 +0100 From: Christoph Sold Reply-To: christoph.sold@server.i-clue.de Organization: i-clue interactive X-Mailer: Mozilla 4.75 [de] (WinNT; U) X-Accept-Language: de MIME-Version: 1.0 To: G D McKee Cc: kstewart@urx.com, freebsd-questions Subject: Re: CD-ROM Drive References: <002b01c079b8$36158fe0$0500a8c0@gdmckee.local> <3A5A3558.E82D6A76@urx.com> <003801c079c6$20398560$0500a8c0@gdmckee.local> <3A5A7865.4E6A330E@urx.com> <002501c07c25$9d62b5a0$0500a8c0@gdmckee.local> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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