Re: [hampshire] Data recovery

Top Page
Author: Tony Whitmore
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [hampshire] Data recovery

Reply to this message
gpg: failed to create temporary file '/var/lib/lurker/.#lk0x5864f100.hantslug.org.uk.3908': Permission denied
gpg: keyblock resource '/var/lib/lurker/pubring.gpg': Permission denied
gpg: Signature made Sat Nov 25 14:58:28 2006 GMT
gpg: using DSA key 7920DB2171B98B64
gpg: Can't check signature: No public key
On Sat, Nov 25, 2006 at 02:54:16AM +0000, Alasdair Ross wrote:
> Hello,
>
> Tonight, a friend of mine has accidentally deleted some important photos
> from her digital camera.
> Does anyone know how it might be possible to recover the data stored on
> the memory card (xD card), or of any good data recovery companies which
> could do this. She says that she has taken only 1 photo since she deleted
> the photos from the card and I assume that the memory on the card will be
> marked as being free (rather than the data being overwritten) so it should
> be possible to recover some of the data.
> I haven't attempted any kind of data recovery before so I am reluctant to
> try anything without any advice.


The tools suggested by the others are worth a try, but you can take a full
backup of the card in the device using "dd" before using any potentially
destructive tools. For example, if the device is seen as /dev/sda1, use:
dd if=/dev/sda1 of=important_backup.img

That way if the tools make the situation worse, you can always reimage the
card and try again.

Cheers,

Tony