public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Recovering a deleted file.
@ 2009-08-04 15:24 sean
  2009-08-04 15:28 ` Jesús Guerrero
  2009-08-04 19:42 ` Alan McKinnon
  0 siblings, 2 replies; 7+ messages in thread
From: sean @ 2009-08-04 15:24 UTC (permalink / raw
  To: gentoo-user


Some friends, who are trying out Linux on their home system,
accidentally deleted some pictures on their camera memory card, while it
was plugged into the camera.

Is there any software to recover a deleted file off of a memory card in
such a circumstance?

I already told them not to use the card for anything else and to lock it.

		Thanks
		Sean



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Recovering a deleted file.
  2009-08-04 15:24 [gentoo-user] Recovering a deleted file sean
@ 2009-08-04 15:28 ` Jesús Guerrero
  2009-08-04 15:52   ` sean
  2009-08-04 19:42 ` Alan McKinnon
  1 sibling, 1 reply; 7+ messages in thread
From: Jesús Guerrero @ 2009-08-04 15:28 UTC (permalink / raw
  To: gentoo-user


On Tue, August 4, 2009 17:24, sean wrote:
>

> Some friends, who are trying out Linux on their home system,
> accidentally deleted some pictures on their camera memory card, while it
> was plugged into the camera.
>
> Is there any software to recover a deleted file off of a memory card in
> such a circumstance?
>
> I already told them not to use the card for anything else and to lock it.
>
>
> Thanks
> Sean
>
>
>

photorec is probably perfect for this concrete task.

http://www.cgsecurity.org/wiki/PhotoRec

-- 
Jesús Guerrero




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Recovering a deleted file.
  2009-08-04 15:28 ` Jesús Guerrero
@ 2009-08-04 15:52   ` sean
  0 siblings, 0 replies; 7+ messages in thread
From: sean @ 2009-08-04 15:52 UTC (permalink / raw
  To: gentoo-user

Jesús Guerrero wrote:

>>
> 
> photorec is probably perfect for this concrete task.
> 
> http://www.cgsecurity.org/wiki/PhotoRec
> 

Thanks, I will pass it on.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Recovering a deleted file.
  2009-08-04 15:24 [gentoo-user] Recovering a deleted file sean
  2009-08-04 15:28 ` Jesús Guerrero
@ 2009-08-04 19:42 ` Alan McKinnon
  2009-08-04 22:22   ` Mick
  2009-08-06 15:05   ` sean
  1 sibling, 2 replies; 7+ messages in thread
From: Alan McKinnon @ 2009-08-04 19:42 UTC (permalink / raw
  To: gentoo-user

On Tuesday 04 August 2009 17:24:13 sean wrote:
> Some friends, who are trying out Linux on their home system,
> accidentally deleted some pictures on their camera memory card, while it
> was plugged into the camera.
>
> Is there any software to recover a deleted file off of a memory card in
> such a circumstance?
>
> I already told them not to use the card for anything else and to lock it.

What kind of card?

It's likely formatted with FAT, there's hundreds of tools for Windows that can 
undelete files on FAT. I recall using such stuff written by a certain Mr Peter 
Norton when I was still but a little lad...

-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Recovering a deleted file.
  2009-08-04 19:42 ` Alan McKinnon
@ 2009-08-04 22:22   ` Mick
  2009-08-06 15:06     ` sean
  2009-08-06 15:05   ` sean
  1 sibling, 1 reply; 7+ messages in thread
From: Mick @ 2009-08-04 22:22 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 930 bytes --]

On Tuesday 04 August 2009, Alan McKinnon wrote:
> On Tuesday 04 August 2009 17:24:13 sean wrote:
> > Some friends, who are trying out Linux on their home system,
> > accidentally deleted some pictures on their camera memory card, while it
> > was plugged into the camera.
> >
> > Is there any software to recover a deleted file off of a memory card in
> > such a circumstance?
> >
> > I already told them not to use the card for anything else and to lock it.
>
> What kind of card?
>
> It's likely formatted with FAT, there's hundreds of tools for Windows that
> can undelete files on FAT. I recall using such stuff written by a certain
> Mr Peter Norton when I was still but a little lad...

It goes without saying that you should create an image of the card on your 
machine using e.g. dd, mount it using -o loop and then perform any recovery 
with testdisk or what not on that image.

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Recovering a deleted file.
  2009-08-04 19:42 ` Alan McKinnon
  2009-08-04 22:22   ` Mick
@ 2009-08-06 15:05   ` sean
  1 sibling, 0 replies; 7+ messages in thread
From: sean @ 2009-08-06 15:05 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon wrote:
> 
> What kind of card?
> 
> It's likely formatted with FAT, there's hundreds of tools for Windows that can 
> undelete files on FAT. I recall using such stuff written by a certain Mr Peter 
> Norton when I was still but a little lad...
> 

I think they have a compact flash camera.
As mentioned, they no longer have a Windows system at their house, they
decided to try out Linux, and have been using it now for several months.
It was an old pc and I set them up with Xubuntu. I felt Gentoo would
have been to much for them to maintain.

So far, leaving out some of the minor learning curves, they think it has
been great.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Recovering a deleted file.
  2009-08-04 22:22   ` Mick
@ 2009-08-06 15:06     ` sean
  0 siblings, 0 replies; 7+ messages in thread
From: sean @ 2009-08-06 15:06 UTC (permalink / raw
  To: gentoo-user

Mick wrote:
> 
> It goes without saying that you should create an image of the card on your 
> machine using e.g. dd, mount it using -o loop and then perform any recovery 
> with testdisk or what not on that image.
> 

I pointed them to the testdisk package and the instructions.




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-08-06 15:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-04 15:24 [gentoo-user] Recovering a deleted file sean
2009-08-04 15:28 ` Jesús Guerrero
2009-08-04 15:52   ` sean
2009-08-04 19:42 ` Alan McKinnon
2009-08-04 22:22   ` Mick
2009-08-06 15:06     ` sean
2009-08-06 15:05   ` sean

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox