Date: Thu, 14 Aug 2008 15:03:36 +0200 From: Ruben de Groot <mail25@bzerk.org> To: Ruel Luchavez <ruel.freebsd@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Recover Deleted File FreeBSD 7.0 Message-ID: <20080814130336.GA82855@ei.bzerk.org> In-Reply-To: <ee9dc2b40808140155q5c71564cuda63b669c6450249@mail.gmail.com> References: <ee9dc2b40808140155q5c71564cuda63b669c6450249@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080814130336.GA82855>