From owner-freebsd-questions Sun Oct 25 17:02:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA06565 for freebsd-questions-outgoing; Sun, 25 Oct 1998 17:02:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA06543; Sun, 25 Oct 1998 17:02:02 -0800 (PST) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id LAA15355; Mon, 26 Oct 1998 11:30:57 +1030 (CST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19981023174049.A3035@marso.com> Date: Mon, 26 Oct 1998 11:30:57 +1030 (CST) From: "Daniel O'Connor" To: "Larry S. Marso" Subject: RE: solved: writing multisession cd9660 Cc: freebsd-scsi@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 23-Oct-98 Larry S. Marso wrote: > I've found it's important to **save** the cdimage.raw file (which is > downright inconvenient ... please share with me any alternatives you > uncover), You can read a raw ISO image back off a CD.. I did this to copy my FreeBSD CD's.. dd if=/dev/wcd0c of=/tmp/freebsd-1.iso bs=64k cdrecord -speed=4 -v -fs=6m -dev=0,6,0 /tmp/freebsd-1.iso (You could probably glue them together, but I wasn't feeling game at the time :) --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message