From owner-freebsd-questions Mon Sep 10 18:55:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ezwv.com (hermes.ezwv.com [208.163.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 932AA37B40B for ; Mon, 10 Sep 2001 18:55:40 -0700 (PDT) Received: from k6-2.weeble.com (ip206102035057.dlup.ezwv.com [206.102.35.57]) by mail.ezwv.com (8.9.3/8.9.3) with SMTP id VAA28884; Mon, 10 Sep 2001 21:55:37 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Randy Pratt To: "David C. Snyder" Subject: Re: CD -> ISO-9660 Image Date: Mon, 10 Sep 2001 21:55:38 -0400 X-Mailer: KMail [version 1.2] References: In-Reply-To: Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Message-Id: <0109102155380C.00362@k6-2.weeble.com> Content-Transfer-Encoding: 8bit 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 I'm cc'ing freebsd-questions which is the best place to ask technical questions. On Monday 10 September 2001 18:47, you wrote: > Hello, > > I'm in the process of _upgrading_ my last Linux box to FreeBSD. The > only common task for which I have not found a FreeBSD equivalent is > creating an ISO 9660 image from a CD-ROM. Under Linux, I could do > something like this: > > dd if=/dev/scd0 of=/data/images/new-image.iso These have worked well for me: Copying a data CD: dd bs=2048 if=/dev/acd0c of=duplicate.iso Copying an audio CD: dd bs=2352 if=/dev/acd0c of=cd.image > Once this is done, I can either record the image to a blank CD, or > mount it as a vnode disk that can be NFS exported or shared via SAMBA. See the handbook section on creating cd's as well as using vnconfig to mount the iso image: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html > I've grep'ed the FAQ's and the handbook, but couldn't find anything > about this. If you have a pointer, I'd be grateful if you could pass > it along. Thanks! > > -- David Hope this helps! Randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message