From owner-freebsd-questions@FreeBSD.ORG Mon Oct 20 03:23:43 2003 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 59B6C16A4B3 for ; Mon, 20 Oct 2003 03:23:43 -0700 (PDT) Received: from out011.verizon.net (out011pub.verizon.net [206.46.170.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 031CF43FA3 for ; Mon, 20 Oct 2003 03:23:42 -0700 (PDT) (envelope-from kent.hauser@verizon.net) Received: from hnl ([4.42.101.169]) by out011.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20031020102341.YXBN5896.out011.verizon.net@hnl> for ; Mon, 20 Oct 2003 05:23:41 -0500 From: Kent Hauser To: questions@freebsd.org Date: Mon, 20 Oct 2003 00:23:39 -1000 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310200023.39983.kent.hauser@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out011.verizon.net from [4.42.101.169] at Mon, 20 Oct 2003 05:23:40 -0500 Subject: restoring DOS partition from a tar file 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: Mon, 20 Oct 2003 10:23:43 -0000 Is it possible to backup a DOS partition (bootable) & restore it from a tar file? I recently had a disk failure & used dump/restore on FreeBSD partitions & made a tar dump of the DOS one. After "newfs_msdos" & "tar x", the partition is not bootable. Is there a way to do this? Thanks, Kent