From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 06:11:10 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 AFFFD16A4B3 for ; Tue, 21 Oct 2003 06:11:10 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF25D43F3F for ; Tue, 21 Oct 2003 06:11:09 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 4539E3B04; Tue, 21 Oct 2003 09:11:09 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Kent Hauser References: <200310200023.39983.kent.hauser@verizon.net> From: Lowell Gilbert Date: 21 Oct 2003 09:11:09 -0400 In-Reply-To: <200310200023.39983.kent.hauser@verizon.net> Message-ID: <44brsazqfm.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: restoring DOS partition from a tar file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2003 13:11:10 -0000 Kent Hauser writes: > 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? Not from a tar file. I've only needed to do this once, and I used dd. [Plus fdisk(8), I guess...] The other obvious approach is to do a clean and basic DOS install and then restore the tar file on top of it. This won't work as well as you get to more recent versions of Microsoft OS, but I think it should still be possible.