From owner-freebsd-questions@FreeBSD.ORG Sun Feb 5 20:53:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 793C016A420 for ; Sun, 5 Feb 2006 20:53:07 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD57643D48 for ; Sun, 5 Feb 2006 20:53:06 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-169-72.dynamic.qsc.de [212.202.169.72]) by efacilitas.de (Postfix) with ESMTP id 6CCA84C62B; Sun, 5 Feb 2006 22:02:25 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id C0A735285F; Sun, 5 Feb 2006 21:51:46 +0100 (CET) Message-ID: <43E665B0.5000501@cs.tu-berlin.de> Date: Sun, 05 Feb 2006 21:53:04 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Peter References: <20060205200414.30713.qmail@web60024.mail.yahoo.com> In-Reply-To: <20060205200414.30713.qmail@web60024.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions Subject: Re: how do I create partitions? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2006 20:53:07 -0000 Peter schrieb: > Given that, on a windows client, I have backed up the partition the OS and > its applications reside on. > Given that the client's disk becomes unusable. > Given that I can recreate the correct partition size and type with this > CD. > > What is the best way to set up the MBR of the windows client so it will > boot? An aborted Windows install? I'm not sure what you are trying to do. sysinstall's fdisk programm which is on the CD writes suitable boot code to the MBR if you want it. Björn