From owner-freebsd-questions@FreeBSD.ORG Tue Feb 8 16:23:14 2005 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 2A6CA16A4D8 for ; Tue, 8 Feb 2005 16:23:14 +0000 (GMT) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D0A43D39 for ; Tue, 8 Feb 2005 16:23:13 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 4399 invoked from network); 8 Feb 2005 16:23:13 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 8 Feb 2005 16:23:13 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 8FE0F81; Tue, 8 Feb 2005 11:23:12 -0500 (EST) Sender: lowell@be-well.ilk.org To: John References: <20050208070846.A13935@starfire.mn.org> <200502081551.j18FpL012184@clunix.cl.msu.edu> <20050208101559.A14613@starfire.mn.org> From: Lowell Gilbert Date: 08 Feb 2005 11:23:12 -0500 In-Reply-To: <20050208101559.A14613@starfire.mn.org> Message-ID: <44oeev81hr.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Using FreeBSD to migrate Windows XP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2005 16:23:14 -0000 John writes: > Dump cannot work on anthing other than UFS filesystems. Dump > actually separately interprets the filesystem structure. Consider, for > example, that dump works perfectly well on unmounted filesystems. > Dump is DRAMATICALLY different in its operation than tar, cpio, etc. > Since tar and others use the filesystem code, they don't care > what the underlying structure might be, BUT, they are also incapable > of collecting "foreign" information like SIDs and ACLs. This is one of the advantages of the new "BSD tar" (which is the standard tar on FreeBSD 5.3); it can pick up some of the extended attributes.