Deep Scanning a Formatted Drive [SOLVED]

For stuff that really doesn't have ANYTHING to do with Puppy
Message
Author
User avatar
steve_s
Posts: 1595
Joined: Mon 26 May 2008, 13:29
Location: Austin, TX, USA
Contact:

Deep Scanning a Formatted Drive [SOLVED]

#1 Post by steve_s »

I quick formatted a hard drive and installed XP, but I need some picture files off there that I neglected to get.

Any suggestions about programs to scan it with?

I am currently using something called PC Inspector to scan it, have never used it before.

One program did a scan, saw the old files, but then asked me to pay to get em back, ugh. So I know the files can be seen, but I haven't been able to get em yet.

Just one folder of picture files is what I'm looking for...should be able to get em but just don't know what would work best. So far I've been going the windows route cause I didn't have time to find a linux way, but I am open to suggestions.

Any ideas?

Right now the drive is a secondary drive and is being scanned, so I am welcome to ideas. Linux or windows, what have you had success with on scans like this? Freeware ideas, please.
Last edited by steve_s on Thu 25 Aug 2011, 14:55, edited 1 time in total.

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#2 Post by amigo »

photorec?

User avatar
steve_s
Posts: 1595
Joined: Mon 26 May 2008, 13:29
Location: Austin, TX, USA
Contact:

#3 Post by steve_s »

amigo wrote:photorec?
Thanks, amigo! I'll take any leads I can get...right now using EASEus because i think it is less than one gig of data and I can do that for free...

Is this is it?

User avatar
steve_s
Posts: 1595
Joined: Mon 26 May 2008, 13:29
Location: Austin, TX, USA
Contact:

#4 Post by steve_s »

Oooohhh...found the Puppy version of those here. Very cool....

User avatar
James C
Posts: 6618
Joined: Thu 26 Mar 2009, 05:12
Location: Kentucky

#5 Post by James C »

Since you mentioned Windows, I've usually had pretty good luck with Recuva.

http://www.piriform.com/recuva

User avatar
steve_s
Posts: 1595
Joined: Mon 26 May 2008, 13:29
Location: Austin, TX, USA
Contact:

#6 Post by steve_s »

James C wrote:Since you mentioned Windows, I've usually had pretty good luck with Recuva.

http://www.piriform.com/recuva
Tried recuva and it could have been the pc I used it on or my knowledge of the program, but it didn't do as well as I'd like, although it got a few things...

I've now built another pc just for this, so we'll keep trucking along and see what works...may go back to recuva though, depending...

Thanks for the suggestion, either way!

User avatar
steve_s
Posts: 1595
Joined: Mon 26 May 2008, 13:29
Location: Austin, TX, USA
Contact:

#7 Post by steve_s »

Got photorec going right now and it's doing its thing! Love the interface and how the options let you select and stuff...EASEus found the exact location of the files I wanted, complete with names and everything, but the 'pictures' weren't anything recognizable...keeping fingers crossed for photorec. :wink:

User avatar
alienjeff
Posts: 2265
Joined: Sat 08 Jul 2006, 20:19
Location: Winsted, CT - USA

#8 Post by alienjeff »

Can't you just boot up a Puppy CD and use ROX-filer with thumbnails enabled to cruise through that drive, find, and move around your photos?
[size=84][i]hangout:[/i] ##b0rked on irc.freenode.net
[i]diversion:[/i] [url]http://alienjeff.net[/url] - visit The Fringe
[i]quote:[/i] "The foundation of authority is based upon the consent of the people." - Thomas Hooker[/size]

User avatar
steve_s
Posts: 1595
Joined: Mon 26 May 2008, 13:29
Location: Austin, TX, USA
Contact:

#9 Post by steve_s »

alienjeff wrote:Can't you just boot up a Puppy CD and use ROX-filer with thumbnails enabled to cruise through that drive, find, and move around your photos?
No cause I want the pictures that were in the previous OS... :?

I am using Puppy to scan with right now...

User avatar
tabbycat
Posts: 10
Joined: Tue 10 Jun 2008, 23:55
Location: USA

#10 Post by tabbycat »

Pandora Recovery v 2.1.1 (will work on xp). Works on reformatted drives (use surface scan) And you really get your pictures back (no nag for money.) Don't know about newer versions though.

User avatar
AF Branden
Posts: 165
Joined: Tue 15 Sep 2009, 10:17
Location: United States, WA

#11 Post by AF Branden »

Heres a long list of data recovery programs for wind0ws to keep you busy if those don't work:

http://www.majorgeeks.com/downloads38.html
[img]http://i56.tinypic.com/nwymax.png[/img]

Bligh
Posts: 480
Joined: Sun 08 Jan 2006, 11:05
Location: California

#12 Post by Bligh »

Most recovery programs should recover the files that are recoverable. The files which have been overwritten by the new win installation are probably not recoverable.
Cheers

cthisbear
Posts: 4422
Joined: Sun 29 Jan 2006, 22:07
Location: Sydney Australia

#13 Post by cthisbear »


User avatar
steve_s
Posts: 1595
Joined: Mon 26 May 2008, 13:29
Location: Austin, TX, USA
Contact:

#14 Post by steve_s »

Ok, you all rock! but before you keep giving me ideas, let me just say that it looks like photorec is working, HOWEVER:

it is giving me EVERY picture EVER on that hard drive, no matter how big or small, thumbnails of websites, everything.

Would you all answer me this: what is the best way to filter out the pictures that are larger from those that are thumbnail sized? Some type of copy of those that are a certain size? Bash suggestions? These are all/only jpg's that I am talking about right now. :wink:

User avatar
steve_s
Posts: 1595
Joined: Mon 26 May 2008, 13:29
Location: Austin, TX, USA
Contact:

#15 Post by steve_s »

Ok, all you scripters, tell me how crappy this is (I'm still not that good at it):

Code: Select all

#!/bin/bash

find "/photorec/jpgs/recup"*/ -printf '%s %p\n' | while read size name; do
    if [ "$size" -gt 20000 ]; then
        cp -i "$name" /mnt/sdb1/bigpics
    fi
done
The idea is to go into all the sub directories that photorec makes (they are all "recup" something, like recup_dir.6) and find all the files that are more than 20kb and cp it to the folder /mnt/sdb1/bigpics.

How did I do?

User avatar
steve_s
Posts: 1595
Joined: Mon 26 May 2008, 13:29
Location: Austin, TX, USA
Contact:

#16 Post by steve_s »

Hey, thanks, Emma! Welcome to Puppy...

It turns out photorec running scan from Puppy looks like it got 'em all, including every picture ever put on the hard drive. :wink:

Now I'm wanting help with my bash script, so hope some of these bashers post back. :)

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#17 Post by rcrsn51 »

The find command has an option that selects files over a certain size. For example:

Code: Select all

find -size +20k

User avatar
steve_s
Posts: 1595
Joined: Mon 26 May 2008, 13:29
Location: Austin, TX, USA
Contact:

#18 Post by steve_s »

Thank you, rcrsn51, I had noted that, but didn't know how to use it in an overall script...

Did you see the script I put on the first page? What do you think of that one?

cthisbear
Posts: 4422
Joined: Sun 29 Jan 2006, 22:07
Location: Sydney Australia

#19 Post by cthisbear »

EmmaW is not a spammer????

Just a helpful friend.
Is there an RRRRRR in there or not.

"""""

Always good.

Active@ File Recovery, Spinrite, amongst other things.

FalconFour's Ultimate Boot CD/USB 4.5 - Hiren's 13.0

http://thepiratebay.org/torrent/6238607 ... ren_s_13.0

Chris.

User avatar
rcrsn51
Posts: 13096
Joined: Tue 05 Sep 2006, 13:50
Location: Stratford, Ontario

#20 Post by rcrsn51 »

Maybe something like this?

Code: Select all

find "/photorec/jpgs/recup"*/ -size +20k -printf '%p\n' | while read name; do
    cp -i "$name" /mnt/sdb1/bigpics
done 
Or just

Code: Select all

find "/photorec/jpgs/recup"*/ -size +20k  | while read name; do
    cp -i "$name" /mnt/sdb1/bigpics
done 

Post Reply