From owner-freebsd-questions@FreeBSD.ORG Sun Feb 15 16:36:46 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 9283516A4CF for ; Sun, 15 Feb 2004 16:36:46 -0800 (PST) Received: from radicalv.com (secure.radicalv.com [216.118.91.10]) by mx1.FreeBSD.org (Postfix) with SMTP id 348B543D1F for ; Sun, 15 Feb 2004 16:36:46 -0800 (PST) (envelope-from ecrist@adtechintegrated.com) Received: (qmail 97913 invoked from network); 16 Feb 2004 00:36:37 -0000 Received: from unknown (HELO localhost.invalid) (63.228.14.245) by mail.radicalv.com with SMTP; 16 Feb 2004 00:36:37 -0000 From: Eric F Crist Organization: AdTech Integrated Systems, Inc To: freebsd-questions@freebsd.org Date: Sun, 15 Feb 2004 18:36:32 -0600 User-Agent: KMail/1.6 References: <403031DA.4080506@rogers.com> In-Reply-To: <403031DA.4080506@rogers.com> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_ZCBMAIxVCqhrmyn"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200402151836.41191.ecrist@adtechintegrated.com> cc: "Mardoc Inc." Subject: Re: cdrom X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ecrist@adtechintegrated.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 00:36:46 -0000 --Boundary-02=_ZCBMAIxVCqhrmyn Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 15 February 2004 08:58 pm, Mardoc Inc. wrote: > To: FreeBSD advisors: > > Re: CDROM > > Dear Sir/Madam > > I am currently using FreeBSD to operate some digitizing equipment. I > cannot upgrade > to a newer version of FreeBSD because all the current equipment is somewh= at > locked to it. > > I am using FreeBSD 2.2.7-CAM. My motherboard is a Super P6SNE II, circa > 1997. > > 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) > 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." > > > Is there an easy way to mount the CD, or is the message telling me it > is too difficult, or my CD is too new?? If so, do you know what vintage CD > I could get to work? > > tks > > Wayne Hocking > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Try the following: mount -t cd9660 /dev/wcd0c /cdrom Note the c at the end of the device, instead of the a. I don't know why, b= ut=20 this is what I've got to do. Perhaps Kris or someone else who knows=20 something more than I can explain that part... HTH =2D-=20 Eric F Crist AdTech Integrated Systems, Inc (612) 998-3588 --Boundary-02=_ZCBMAIxVCqhrmyn Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAMBCYzdyDbTMRQIYRAqWxAKCN/AMOd0OC7OvyJDzEndzehGd1/gCfW0dj 8o9f3vLQBYV6F91noxKnGLk= =iZL5 -----END PGP SIGNATURE----- --Boundary-02=_ZCBMAIxVCqhrmyn--