From owner-freebsd-stable@FreeBSD.ORG Fri Mar 12 05:57:02 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48CC216A4CE for ; Fri, 12 Mar 2004 05:57:02 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24E0743D2D for ; Fri, 12 Mar 2004 05:57:02 -0800 (PST) (envelope-from freebsd-stable-local@be-well.no-ip.com) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc13) with ESMTP id <20040312135701015005dgs2e>; Fri, 12 Mar 2004 13:57:01 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id D6B47E; Fri, 12 Mar 2004 08:57:00 -0500 (EST) Sender: lowell@be-well.ilk.org To: Thomas Krause -CI- References: <4050C4A6.3040904@chef-ingenieur.de> <44y8q73yn3.fsf@be-well.ilk.org> <4050D360.7020401@chef-ingenieur.de> From: Lowell Gilbert Date: 12 Mar 2004 08:57:00 -0500 In-Reply-To: <4050D360.7020401@chef-ingenieur.de> Message-ID: <4465danp77.fsf@be-well.ilk.org> Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-stable@freebsd.org Subject: Re: Creating an ISO-Image with 5.2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 13:57:02 -0000 Thomas Krause -CI- writes: > Lowell Gilbert schrieb: > > > Thomas Krause -CI- 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. > > ? In 5.x, the device is just acd0 instead of acd0c. The documentation is still lagging a little in covering 5.x; why don't you submit changes so that this particular difference can be covered before 5.x is officially recommended for ordinary users?