From owner-freebsd-questions@FreeBSD.ORG Sat Jul 18 17:28:26 2009 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 8342C1065679 for ; Sat, 18 Jul 2009 17:28:26 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id 346108FC16 for ; Sat, 18 Jul 2009 17:28:26 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from iph1.telenor.se (195.54.127.132) by proxy3.bredband.net (7.3.140.3) id 49F597CD019FCD4C for freebsd-questions@freebsd.org; Sat, 18 Jul 2009 19:07:48 +0200 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhV7AIueYUpV4jsLPGdsb2JhbACBUJd/AQEBATeydYQMBQ X-IronPort-AV: E=Sophos;i="4.43,227,1246831200"; d="scan'208";a="29826198" Received: from c-0b3be255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.59.11]) by iph1.telenor.se with ESMTP; 18 Jul 2009 19:07:48 +0200 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.3/8.14.3) with ESMTP id n6IH7kxw029980 for ; Sat, 18 Jul 2009 19:07:47 +0200 (CEST) (envelope-from freebsd-questions@pp.dyndns.biz) Message-ID: <4A620162.6080907@pp.dyndns.biz> Date: Sat, 18 Jul 2009 19:07:46 +0200 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Thunderbird 2.0.0.22 (X11/20090714) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <177701.54188.qm@web35608.mail.mud.yahoo.com> In-Reply-To: <177701.54188.qm@web35608.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Recover deleted file 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: Sat, 18 Jul 2009 17:28:30 -0000 Leonardo M. Ramé wrote: > Hi, I deleted a directory using "rm -rf directory" in a mounted NTFS volume (with ntfs-3g) and I'm wondering if is there a way to recover this directory? > > Thanks in advance, > Leonardo. > > sysutils/testdisk I haven't used it in FreeBSD but I have used it successfully in Linux to undelete files and folders on NTFS partitions. Wiki to describe the procedure is here: http://www.cgsecurity.org/wiki/TestDisk:_undelete_file_for_NTFS Regards Morgan