Date: Sun, 15 Feb 2004 16:02:06 -0800 From: Kris Kennaway <kris@obsecurity.org> To: "Mardoc Inc." <mardoc-inc@rogers.com> Cc: freebsd-questions@FreeBSD.org Subject: Re: cdrom Message-ID: <20040216000206.GA62170@xor.obsecurity.org> In-Reply-To: <403031DA.4080506@rogers.com> References: <403031DA.4080506@rogers.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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) <ATAPI CD-ROM DRIVE 40x Maximum/NOAP> > 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040216000206.GA62170>