From owner-freebsd-questions Tue Dec 4 22:30:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (sparge.nbrewer.com [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id 99CD737B417 for ; Tue, 4 Dec 2001 22:30:38 -0800 (PST) Received: by mail.nbrewer.com (Postfix, from userid 1001) id 7C9B44B7197; Wed, 5 Dec 2001 00:30:34 -0600 (CST) Date: Wed, 5 Dec 2001 00:30:34 -0600 From: Christopher Farley To: Gary Kline Cc: FreeBSD Mailing List Subject: Re: howto mount a dos cdrom? Message-ID: <20011205003031.A4299@northernbrewer.com> Mail-Followup-To: Christopher Farley , Gary Kline , FreeBSD Mailing List References: <200112050543.fB55hlJ23139@tao.thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112050543.fB55hlJ23139@tao.thought.org>; from kline@tao.thought.org on Tue, Dec 04, 2001 at 09:43:42PM -0800 Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gary Kline (kline@tao.thought.org) wrote: > > Is there some magic to reading a DOS/W95 CD (of fonts) from > either my CDROM (4.3) or DVD (4.4)? Several years ago I bought > a CDROM full of cheap fonts and somehow got the entire disk > into my FreeBSD 2.2.6. I may have use dd to get the data off > /dev/cd0c. Last night I tried using dd with the same fonts CD > and /dev/acd0c. No joy. If the CD is a standard computer CD (with an iso-9660 filesystem), you should be able to just do this: mount -t cd9660 /dev/acd0c /cdrom You seem to be not sure as to whether your CD-ROM is /dev/cd0c or /dev/acd0c. I believe SCSI CD-ROMs are /dev/cd0c, while ATAPI CD-ROMs are /dev/acd0c. You can `cat /var/run/dmesg.boot | grep cd` to confirm what device to use for CD. -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message