From owner-freebsd-questions@FreeBSD.ORG Thu Aug 14 14:01:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12CE91065676 for ; Thu, 14 Aug 2008 14:01:27 +0000 (UTC) (envelope-from dak.col@gmail.com) Received: from rn-out-0910.google.com (rn-out-0910.google.com [64.233.170.185]) by mx1.freebsd.org (Postfix) with ESMTP id BB4C18FC08 for ; Thu, 14 Aug 2008 14:01:26 +0000 (UTC) (envelope-from dak.col@gmail.com) Received: by rn-out-0910.google.com with SMTP id j71so132096rne.12 for ; Thu, 14 Aug 2008 07:01:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=M8iIEs37a5VZNYpzfM9fiBfV3fFMcVl5cuJOyHjkI0M=; b=ap1uhPn6AUbSQGkZ6WZHAZ09in7UzAOXmZO4bI0IFMaQxNwF0nrMCayQg6J2ge/Pp4 +kgfHuJyBudzlqjJnl9pGBpfqGo848pOiLNsR4wKt6+EUcrrKYQaNNMezf4PZG0wnUF9 Om4K41Ekw8J5daQxJrH6JjTT6IeFVhBSPpBs4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=rONclRtKXa2zfZa3DIXUDjQGCuxrDTVd41kdmLgt28uh0POL9W+DxtDTBovgLJSVpF 5H8AA5z3h2tQI0sYBEZwtEvKkjK/ODNpBbyDcxuvpgRp+kzoMzvyh/NTpXbgnlesvpmy eOvTO7KLb8lh6fqjhU1O7WFJ87EB9V7kBWlMc= Received: by 10.142.229.4 with SMTP id b4mr502276wfh.143.1218722485305; Thu, 14 Aug 2008 07:01:25 -0700 (PDT) Received: by 10.142.242.3 with HTTP; Thu, 14 Aug 2008 07:01:25 -0700 (PDT) Message-ID: <3b93bd110808140701x6ff2c7d4nad54e34a658fb585@mail.gmail.com> Date: Thu, 14 Aug 2008 09:01:25 -0500 From: "Diego F. Arias R." To: "Ruben de Groot" , "Ruel Luchavez" , freebsd-questions@freebsd.org In-Reply-To: <20080814130336.GA82855@ei.bzerk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080814130336.GA82855@ei.bzerk.org> Cc: Subject: Re: Recover Deleted File FreeBSD 7.0 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: Thu, 14 Aug 2008 14:01:27 -0000 On Thu, Aug 14, 2008 at 8:03 AM, Ruben de Groot wrote: > > Restore from your backups (you DO have backups, don't you?) ;) > > Otherwise, there's no easy way to do this. If the data you deleted is very > valuable, first thing to do is umount the filesystem, preventing the data > of the deleted files from being overwritten by any new filesystem writes. > > There might be some companies specializing in recovering your data, but it'll > cost you money. > Ik the files are in ascii, you might get some of the data back by using > strings, grep, dd and other tools on the disk device. > > G'luck, > Ruben > > On Thu, Aug 14, 2008 at 04:55:37PM +0800, Ruel Luchavez typed: >> Hi List, >> >> Do you have an idea how to recover a deleted directory or files in freebsd >> 7.0? >> I'm very sad that one of the important directory in my server was deleted >> accidentally. >> the command is use to delete the directory is: >> >> rm -r folder >> >> >> Any idea guys how to recover it? >> >> Thanks in advance.... >> >> >> FreeBSD rocks....:D >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > maybe using sleuthkit -- mmm, interesante.....