Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2001 00:30:34 -0600
From:      Christopher Farley <chris@northernbrewer.com>
To:        Gary Kline <kline@tao.thought.org>
Cc:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   Re: howto mount a dos cdrom?
Message-ID:  <20011205003031.A4299@northernbrewer.com>
In-Reply-To: <200112050543.fB55hlJ23139@tao.thought.org>; from kline@tao.thought.org on Tue, Dec 04, 2001 at 09:43:42PM -0800
References:  <200112050543.fB55hlJ23139@tao.thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011205003031.A4299>