Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id g112Pcl19616 for linux-xfs-outgoing; Thu, 31 Jan 2002 18:25:38 -0800 Received: from pneumatic-tube.sgi.com (pneumatic-tube.sgi.com [204.94.214.22]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id g112PYd19594 for ; Thu, 31 Jan 2002 18:25:34 -0800 Received: from relay1.corp.sgi.com (spindle.corp.sgi.com [198.29.75.13]) by pneumatic-tube.sgi.com (980327.SGI.8.8.8-aspam/980310.SGI-aspam) via ESMTP id RAA02455 for ; Thu, 31 Jan 2002 17:26:35 -0800 (PST) mail_from (sandeen@sgi.com) Received: from chuckle.americas.sgi.com (sandeen@chuckle.americas.sgi.com [128.162.211.44]) by relay1.corp.sgi.com (980427.SGI.8.8.8/970903.SGI.AUTOCF) via ESMTP id RAA10445; Thu, 31 Jan 2002 17:25:00 -0800 (PST) Date: Thu, 31 Jan 2002 19:24:59 -0600 (CST) From: Eric Sandeen X-X-Sender: To: King Kac cc: Subject: Re: undelete - xfsrecover'ing deleted files in xfs In-Reply-To: <20020131202237.A966@comotion> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Status: O Content-Length: 697 Lines: 24 Sorry, xfsrestore is only good if you've previously xfsdumped. If you deleted a file, the data may still be there on disk (as with any other filesystem) but there's no automated way to recover it. -Eric On Thu, 31 Jan 2002, King Kac wrote: > So I'm trying to recover some deleted files on my xfs-formatted > hw raid array mounted on /home > I read off of this newsgroup that xfsrestore was the tool to use. > Here's what I'm trying to do: > > xfsdump -s comotion -J - /home | xfsrestore - /mnt/restore/ > > This obviously only copies the files already there, and does not > recover unlinked files. > So... what is the method to recover unlined files then?? > > cheers, > Kacper Wysocki >