10.31.2009, 02:18 AM | #1 |
invito al cielo
Join Date: Apr 2007
Location: the future where it's hot and dark
Posts: 5,926
|
Is it possible to slave a laptop HDD(which is fully functioning) to another computer without removing it from the laptop?
I have system recovery software that can "see" the mapped drive, but it won't let me scan it because it is not actually connected. It's a DELL and it's a laptop and I don't really want to(feel comfortable with) take it apart.. I'm so sure I can do this and just can't think how.. thanx. both comps are running xp, could also have the one trying to recover data as a vista OS but, the recovery sofwtare I found is only for xp ( PC inspector) (a database file was deleted from a shared folder, and so doesn't appear in recycle bin to recover. I'm open to other solutions but I know the thing is still there at the moment and I think this is the best way to go about getting itback)
__________________
tiny and lost. |
|QUOTE AND REPLY| |
10.31.2009, 02:39 AM | #2 |
invito al cielo
Join Date: Apr 2007
Location: the future where it's hot and dark
Posts: 5,926
|
ok, I think I'm just going to try removing it and connecting it via cradle to the pc with the recovery software. But this wont happen until a few days from now ( since my cradle is at home)
any other suggestions before then are more than welcome! :P
__________________
tiny and lost. |
|QUOTE AND REPLY| |
10.31.2009, 04:54 AM | #3 |
invito al cielo
Join Date: Apr 2007
Location: the future where it's hot and dark
Posts: 5,926
|
yeh I have a dock/cradle that I can plug hard drives into that connects via usb so I've just done that. It's finding lost files now, unfortunately the laptop/drive is about 3 years old and has never had a full format.. So far it's at 15k lost/found files, and still says it has 60 mins left to go before it finishes scanning the drive.
thanks for yr help, there are a couple here too so that's good to know for the macs, but this just happened to be on a pc.
__________________
tiny and lost. |
|QUOTE AND REPLY| |
10.31.2009, 06:56 AM | #4 |
100%
Join Date: May 2009
Posts: 746
|
get a live cd w/ ntfsprogs like clonezilla.
boot up man ntfsundelete |
|QUOTE AND REPLY| |
10.31.2009, 02:06 PM | #5 |
invito al cielo
Join Date: May 2009
Posts: 3,721
|
Isn't slavery banned?
|
|QUOTE AND REPLY| |
10.31.2009, 04:14 PM | #6 | |
invito al cielo
Join Date: Feb 2007
Posts: 21,165
|
Quote:
|
|
|QUOTE AND REPLY| |
10.31.2009, 06:22 PM | #7 |
invito al cielo
Join Date: Apr 2007
Location: the future where it's hot and dark
Posts: 5,926
|
after finding 64k lost files none of them were the db, or if they were they were multiple clusters and one file. Will try yr solution this week verm for one last check. At least i don't have to re build the thing.
__________________
tiny and lost. |
|QUOTE AND REPLY| |
11.01.2009, 09:57 AM | #8 |
100%
Join Date: May 2009
Posts: 746
|
that wasn't very helpful was it?
i'm a lazy twat and always in a hurry. i'll spare some time and attention to this place for a change and hopefully help you or some google tourist. there really is no need to plug the hdd to other machine, in fact it doesn't make much sense, and by mounting the drive you'll potentially overwrite your precious mistakenly erased data. live cd's, live usb's or whatever load into ram, allowing you to access your hdd without compromising data. you can get clonezilla here: http://clonezilla.org/download/sourc...-zip-files.php i'm guessing you know how to burn an iso file and boot a cd, if you don't, just ask it here. once you're booting up that cd what you want to do is to load the kernel to ram and enter a shell. clonezilla has a graphical interface so you just have to pick those options using the arrow keys. once you're looking at a flashing bar you can start interacting with the shell. ntfsundelete is a program that can scan your ntfs partition for deleted files and recover them. you can read about it by typing in the shell: Code:
you need to tell ntfsundelete where and what to look for. to find the path for your ntfs partition type in the shell: Code:
type in: Code:
you can have a look at the results by typing in: Code:
with luck, ntfsundelete found something. plug a usb drive and take a look at the partition to get it's path. Code:
create a directory for it and mount the drive. Code:
recover the files and send them to your usbdrive: Code:
unmount the usb drive Code:
and that's it. Code:
p.s. if you dont recall the filelame use '*.mdb', '*.ldb' or whatever your file extension was. |
|QUOTE AND REPLY| |
11.01.2009, 01:01 PM | #9 | |
invito al cielo
Join Date: Mar 2006
Location: mars attacks
Posts: 42,563
|
Quote:
hot damn dude hot damn do you freelance? |
|
|QUOTE AND REPLY| |
11.01.2009, 04:35 PM | #10 |
100%
Join Date: May 2009
Posts: 746
|
those are just some basic unix instructions, nothing special.
i should've made a little shell script but i was too lazy. |
|QUOTE AND REPLY| |
11.01.2009, 06:37 PM | #11 |
invito al cielo
Join Date: Apr 2007
Location: the future where it's hot and dark
Posts: 5,926
|
ace, i will give this a try during the week. My reasoning behind setting the drive as slave /plugging it in with another was so that i didn't neede to instal anything on the drive and therefore over write if it was still there..
Thanks for yr nerdness i will write back here when i need help
__________________
tiny and lost. |
|QUOTE AND REPLY| |