From owner-freebsd-questions@FreeBSD.ORG Sun Aug 18 19:28:58 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0BF914B6 for ; Sun, 18 Aug 2013 19:28:58 +0000 (UTC) (envelope-from frank2@fjl.co.uk) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8825327FF for ; Sun, 18 Aug 2013 19:28:57 +0000 (UTC) Received: from [10.0.0.31] (84.93.185.45.homesurf.pte-ag1.dyn.plus.net [84.93.185.45] (may be forged)) (authenticated bits=0) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id r7IJSrfh008335 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO) for ; Sun, 18 Aug 2013 20:28:55 +0100 (BST) (envelope-from frank2@fjl.co.uk) Message-ID: <52112075.9060008@fjl.co.uk> Date: Sun, 18 Aug 2013 20:28:53 +0100 From: Frank Leonhardt Organization: Frank Leonhardt User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: undelete files in msdosfs References: <20130818170039.GA1954@La-Habana> In-Reply-To: <20130818170039.GA1954@La-Habana> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: frank2@fjl.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 19:28:58 -0000 I wrote something to do this a long time back, but I doubt I can find the source quickly. The easiest way would be to download a forensic live-CD like DEFT, which includes Undelete 360. Possibly over-kill but it's handy to have one around. Most of these forensic tools use a GUI. There is a program called fatback in the ports collection but I haven't tried it. The tools on these forensic live-CDs are likely to be more powerful by a long way. Regards, Frank. On 18/08/2013 18:00, Matthias Apitz wrote: > Hello, > > After a nice day in the fields, my wife deleted accidently the pictures > in her cam; the microSD mounts fine in FreeBSD as -t msdosfs; do we have > some FreeBSD 10-CUR tool to undelete the files, as there are some for M$? > Thanks > > matthias