Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2004 22:00:16 +0100
From:      Thomas Krause -CI- <freebsd-stable@chef-ingenieur.de>
To:        freebsd-stable@freebsd.org
Subject:   Re: Creating an ISO-Image with 5.2
Message-ID:  <4050D360.7020401@chef-ingenieur.de>
In-Reply-To: <44y8q73yn3.fsf@be-well.ilk.org>
References:  <4050C4A6.3040904@chef-ingenieur.de> <44y8q73yn3.fsf@be-well.ilk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Lowell Gilbert schrieb:

> Thomas Krause -CI- <freebsd-stable@chef-ingenieur.de> writes:
> 
> 
>>this is (maybe) a stupid question: How do I create an ISO image from
>>an ATAPI cdrom (data CD) when there is no /dev/acd0c ?
> 
> 
> There's an acd0, right?
> 

Right, but Chapter 12 of the FreeBSD Handbook means:

  A c must be appended to the end of the device name to indicate the 
entire partition or, in the case of CDROMs, the entire disc.

# dd if=/dev/acd0c of=file.iso bs=2048

Now that you have an image, you can burn it to CD as described above.

?



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