From owner-freebsd-questions@FreeBSD.ORG Sun Feb 15 16:02:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0778916A4CE for ; Sun, 15 Feb 2004 16:02:08 -0800 (PST) Received: from mtaw4.prodigy.net (mtaw4.prodigy.net [64.164.98.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id F339A43D1D for ; Sun, 15 Feb 2004 16:02:07 -0800 (PST) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (d099f4429049d61946ddbfae456673c8@adsl-67-119-53-169.dsl.lsan03.pacbell.net [67.119.53.169]) by mtaw4.prodigy.net (8.12.10/8.12.10) with ESMTP id i1G0265l004981; Sun, 15 Feb 2004 16:02:07 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 56B2B66D0E; Sun, 15 Feb 2004 16:02:06 -0800 (PST) Date: Sun, 15 Feb 2004 16:02:06 -0800 From: Kris Kennaway To: "Mardoc Inc." Message-ID: <20040216000206.GA62170@xor.obsecurity.org> References: <403031DA.4080506@rogers.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <403031DA.4080506@rogers.com> User-Agent: Mutt/1.4.1i cc: freebsd-questions@FreeBSD.org Subject: Re: cdrom X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 00:02:08 -0000 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 15, 2004 at 06:58:34PM -0800, Mardoc Inc. wrote: > I am using FreeBSD 2.2.7-CAM. My motherboard is a Super P6SNE II, circa= =20 > 1997. This wasn't ever a supported FreeBSD release, let alone that 2.x releases have been out of support for years. However, > I am trying to read from a CD. I am currently using a Acer 640-272 CD=20 > (40x). >=20 > The BIOS recognizes the CD - dmesg gives (approximately - not quite=20 > verbatim) >=20 > wcd0 unit 1(atapi) > removeable drivem iondic, > wcd0 6890 kB/s, 128 kB cache, audioplay ... > wcd0 medium type ox11, unlocked >=20 >=20 >=20 > I have tried to mount it as >=20 > mount /dev/wcd0a /cdrom >=20 > but I get a message >=20 > "Incorrect superblock." This command tells FreeBSD to mount the CD as a UFS filesystem. It's possible to make CD images containing UFS filesystems, but it is unlikely to be what you want; most CDs use the cd9660 filesystem. Use mount -t cd9660 instead. Kris --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMAh+Wry0BWjoQKURAk2zAKDmha8MuRI2f6Piu6Wm8sfb0ZFGmwCfYWhC rtkmmi5vFCj7s8Tk/ZYPgPc= =1Q0/ -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X--