From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail01.tacticuscommunications.net (mail01.tacticuscommunications.net [74.2.138.133]) by speech.braille.uwo.ca (Postfix) with ESMTP id 1666910ACA for ; Wed, 24 Sep 2008 04:07:13 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail01.tacticuscommunications.net (Postfix) with ESMTP id 8892D10892 for ; Wed, 24 Sep 2008 03:48:05 -0400 (EDT) Received: from mail01.tacticuscommunications.net ([127.0.0.1]) by localhost (mail01.tacticuscommunications.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7zYFVTAYV-33 for ; Wed, 24 Sep 2008 03:48:04 -0400 (EDT) Received: from [10.0.10.20] (unknown [10.0.10.20]) by mail01.tacticuscommunications.net (Postfix) with ESMTPA id 9DB621089C for ; Wed, 24 Sep 2008 03:48:04 -0400 (EDT) Date: Wed, 24 Sep 2008 04:07:38 -0400 (EDT) From: luke To: "Speakup is a screen review system for Linux." Subject: Re: Somewhat OT: cloning hard disks In-Reply-To: <20080923202727.GA14857@gmx.net> Message-ID: References: <20080923202727.GA14857@gmx.net> Organization: Tacticus Communications, Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.11 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 08:07:13 -0000 You should at least be able to dd the MBR: dd if=/dev/sda of=mbr.file bs=512 count=1 Then, to write it back out: dd if=mbr.file of=/dev/sdb Caveat emptor Luke On Tue, 23 Sep 2008, Alex Snow wrote: > Hi, > Was just given the task of cloning several machines from a master that I > installed. THe master has both Windows XP and Ubuntu 8.04 installed. > What's the best way to make an image of this drive so it can be copied > to several other drives? I was thinking of just using DD, but is there > any faster way? partimage looked interesting, but it looked like a pain > to clone an entire disk (doing it one partition at a time, then losing > the MBR from the original drive). > Also looked at clonezilla which looked somewhat promising (it uses a > console interface so could have speakup integrated into it), but I was > unable to find any source (or even a copy of the kernel config so I > could recompile) > Any advice would be greatly apreciated. > >