From owner-freebsd-questions@FreeBSD.ORG Sat May 14 22:29:22 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4D6E16A4CE for ; Sat, 14 May 2005 22:29:22 +0000 (GMT) Received: from smtprelay04.ispgateway.de (smtprelay04.ispgateway.de [80.67.18.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4A6543D7F for ; Sat, 14 May 2005 22:29:18 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 30342 invoked from network); 14 May 2005 22:29:16 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[83.129.74.140]) (envelope-sender ) by smtprelay04.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 14 May 2005 22:29:16 -0000 Date: Sun, 15 May 2005 00:29:13 +0200 From: Fabian Keil To: fbsd_user@a1poweruser.com Message-ID: <20050515002913.262d295c@localhost> In-Reply-To: References: <20050514232144.3b4d81d8@localhost> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: clone cd disk to cd disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 22:29:22 -0000 "fbsd_user" wrote: > "fbsd_user" wrote: > > > Looking for command line job that will clone a bootable cdrom disk > raw > > sector by sector to blank cdrom so its also bootable. > > > > Any recommendations on how to do this so? > > I would chose readcd + cdrecord, but dd + burncd should work > as well and can be used with the GENERIC kernel. > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-c > ds.html > > Fabian > -- > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Fabian Keil > Sent: Saturday, May 14, 2005 5:22 PM > To: fbsd_user@a1poweruser.com > Cc: freebsd-questions@FreeBSD. ORG > Subject: Re: clone cd disk to cd disk > > Its my understanding both of your suggestions only read the contents > of the source cd as files thus no MBR or any of those imbedded > hidden hardware security measures would get cloned. Which is the > purpose of asking for a cdrom sector cloning program or utility. 1. Neither dd nor readcd does "file reading". 2. You don't need to clone sectors to copy a bootable cd. 3. readcd has a clone switch. 4. If your "hidden hardware security measures" read the ATIP, you are lost anyway. Fabian -- http://www.fabiankeil.de/