From owner-freebsd-newbies Mon Sep 10 20: 0:44 2001 Delivered-To: freebsd-newbies@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id D0F7237B409 for ; Mon, 10 Sep 2001 20:00:41 -0700 (PDT) Received: from hades.hell.gr (patr530-b066.otenet.gr [195.167.121.194]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f8B30cA18607; Tue, 11 Sep 2001 06:00:38 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f8B318c27178; Tue, 11 Sep 2001 06:01:08 +0300 (EEST) (envelope-from charon@labs.gr) Date: Tue, 11 Sep 2001 06:01:07 +0300 From: Giorgos Keramidas To: "David C. Snyder" Cc: FREEBSD-NEWBIES@FreeBSD.ORG Subject: Re: CD -> ISO-9660 Image Message-ID: <20010911060107.B26672@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from dsnyder@web.turner.com on Mon, Sep 10, 2001 at 06:47:45PM -0400 X-PGP-Fingerprint: 3A 75 52 EB F1 58 56 0D - C5 B8 21 B6 1B 5E 4A C2 X-URL: http://students.ceid.upatras.gr/~keramida/index.html Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org From: David C. Snyder Subject: CD -> ISO-9660 Image Date: Mon, Sep 10, 2001 at 06:47:45PM -0400 > 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 > > 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. It works in FreeBSD too, but you have to explicitly request that bs=2048 (the size of single a sector is not 512 in cdroms). Example: # dd bs=2048 if=/dev/acd0c of=/home/ftp/ISO-IMAGES/win98osr2.iso -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message