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
[-- Attachment #1 --] 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 > 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 > (40x). > > The BIOS recognizes the CD - dmesg gives (approximately - not quite > verbatim) > > 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 > > > > I have tried to mount it as > > mount /dev/wcd0a /cdrom > > but I get a message > > "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 [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAMAh+Wry0BWjoQKURAk2zAKDmha8MuRI2f6Piu6Wm8sfb0ZFGmwCfYWhC rtkmmi5vFCj7s8Tk/ZYPgPc= =1Q0/ -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040216000206.GA62170>
