From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 02:47:42 2003 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 71FCE37B422 for ; Sat, 7 Jun 2003 02:47:39 -0700 (PDT) Received: from msr35.hinet.net (msr35.hinet.net [168.95.4.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69EA743F75 for ; Sat, 7 Jun 2003 02:47:38 -0700 (PDT) (envelope-from y2kbug@ms25.hinet.net) Received: from sonic.utopia.com (61-227-219-193.HINET-IP.hinet.net [61.227.219.193]) by msr35.hinet.net (8.9.3/8.9.3) with SMTP id RAA17678 for ; Sat, 7 Jun 2003 17:47:03 +0800 (CST) Date: Sat, 7 Jun 2003 17:45:20 +0800 From: Robert Storey To: freebsd-questions@freebsd.org Message-Id: <20030607174520.30c72302.y2kbug@ms25.hinet.net> In-Reply-To: <20030607043646.GA27879@webserver.get-linux.org> References: <001201c32cab$7a968360$0200a8c0@hades> <20030607043646.GA27879@webserver.get-linux.org> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: undo a rm -rf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2003 09:47:42 -0000 On Fri, 6 Jun 2003 21:36:46 -0700 Joshua Oreman wrote: > On Sat, Jun 07, 2003 at 12:15:50AM -0400 or thereabouts, David Loszewski > seemed to write: > > I just did a rm -rf and forgot the *.png portion > > that I wanted on it, lol, 2 years of using freebsd > > and I've never done anything this stupid. Is there > > a way to get my data back? Please respond to this email address. On Linux, I've installed Libtrash, a "trashcan" which works even at the console. I think it's just a series of scripts, but it works superbly. I tried installing it on FBSD, but it failed to compile, exiting with this error message: /usr/bin/ld: cannot find -ldl *** Error code 1 If I knew what I was doing, I'd surely try to port Libtrash to FBSD. Sadly, I'm not a knowledgeable developer, just a dumb user. If anyone is interested: http://www.m-arriaga.net/software/libtrash/ regards, Robert