Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 1998 11:30:57 +1030 (CST)
From:      "Daniel O'Connor" <doconnor@gsoft.com.au>
To:        "Larry S. Marso" <larry@marso.com>
Cc:        freebsd-scsi@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG
Subject:   RE: solved: writing multisession cd9660
Message-ID:  <XFMail.981026113057.doconnor@gsoft.com.au>
In-Reply-To: <19981023174049.A3035@marso.com>

next in thread | previous in thread | raw e-mail | index | archive | help

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



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