From owner-freebsd-questions@FreeBSD.ORG Mon Mar 2 19:13:40 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69B3C106568F for ; Mon, 2 Mar 2009 19:13:40 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 290618FC1C for ; Mon, 2 Mar 2009 19:13:39 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id n22JAgpJ057050; Mon, 2 Mar 2009 14:10:42 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id n22JAgS9057049; Mon, 2 Mar 2009 14:10:42 -0500 (EST) (envelope-from jerrymc) Date: Mon, 2 Mar 2009 14:10:42 -0500 From: Jerry To: FreeBSD Questions Message-ID: <20090302191042.GA56989@gizmo.acns.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Cc: Jerry McAllister Subject: backup msdos slice 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: Mon, 02 Mar 2009 19:13:40 -0000 Hi, I hate to start this potential storm, but... I have a machine with both an MS and FreeBSD slices on it. I can easily back up and recover the FreeBSD slices using dump(8)/restore(8) But, that won't work for the MS slice (which happens to be FAT32 on this machine) because there is no superblock and inode structure. So, what I would like is something that would dump the MS slice to a FreeBSD file or media written in the FreeBSD world and that I could then pick out files and directories somewhat like I do using restore on a dump file. I suspect that tar might not keep enough meta information to be right for this job. Is that a valid concern? Recovered files should still work in MS-Win. Is there anything worthwhile out there that can do this and not go through some the rigamarole that some MS backup systems seem to want to put one through? Basically, I want to back up the MSDOS slice (I know MS calls it a primary partition) from the FreeBSD side of things. I can read and write the slice nicely from FreeBSD, but not dump/restore. I would appreciate any suggestions. ////jerry