From owner-freebsd-questions@FreeBSD.ORG Sun Dec 4 10:42:50 2005 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 E38FA16A420 for ; Sun, 4 Dec 2005 10:42:50 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACD5443D7C for ; Sun, 4 Dec 2005 10:42:49 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 12490 invoked by uid 510); 4 Dec 2005 10:43:29 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.87/1146. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-4.5/5.0):. Processed in 1.926291 secs); 04 Dec 2005 10:43:29 -0000 X-Spam-Status: No, hits=-4.5 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-4.5/5.0):. Processed in 1.926291 secs Process 12483) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 4 Dec 2005 10:43:27 +0000 From: Robert Slade To: Javier Matos In-Reply-To: <000601c5f875$037ec970$0301a8c0@mindcrash> References: <000601c5f875$037ec970$0301a8c0@mindcrash> Content-Type: text/plain Message-Id: <1133693006.12067.1.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sun, 04 Dec 2005 10:43:27 +0000 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: how to copy MBR?? 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, 04 Dec 2005 10:42:51 -0000 On Sun, 2005-12-04 at 01:49, Javier Matos wrote: > Hi, I will change the hard drive of my computer and I was thinking that maybe it can run if I make partitions in the new hard drive (the same number of partitions using the same device name), copy all the files contained in the old hard drive to the new one and finally copy MBR from old hard drive to the new one... . > > Can it be a solution to the problem of changing hard drives of my computer or that that I tell is a stupid thing?? > > Thx Javier, Have a look at man dd. Rob