From owner-freebsd-arch@FreeBSD.ORG Thu Jul 17 10:22:04 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD87637B422 for ; Thu, 17 Jul 2003 10:22:04 -0700 (PDT) Received: from bluejay.mail.pas.earthlink.net (bluejay.mail.pas.earthlink.net [207.217.120.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5B0743FA3 for ; Thu, 17 Jul 2003 10:22:01 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-38ldsn5.dialup.mindspring.com ([209.86.242.229] helo=mindspring.com) by bluejay.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19dCS8-0007g5-00 for freebsd-arch@freebsd.org; Thu, 17 Jul 2003 10:22:01 -0700 Message-ID: <3F16DAFA.41E237F8@mindspring.com> Date: Thu, 17 Jul 2003 10:20:58 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-arch@freebsd.org References: <20030717080805.GA98878@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a492096be8fd547d5145823d8c3419de4aa2d4e88014a4647c350badd9bab72f9c350badd9bab72f9c Subject: Re: Things to remove from /rescue X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 17:22:05 -0000 David O'Brien wrote: > - tar, pax (w/{bz,g}zip) can do everything GNU tar can. I agree with everything but this one. Neither of these things can make sparse files. The reason that this is important is that you might boot /rescue in a last attempt to move data off a dying hard disk to another machine. Even if the disk is merely totally hosed and is going to be reformatted, the ability ro dump its entire contents to a remote system with a similarly (or smaller) sized disk is useful. -- Terry