Need to recover a Harddrive.
-
Anyone used TestDisk or DiskInternals? SSD drive went all bad and I need some stuff off of it badly.
To err is human to really mess up you need a computer
Don't know where you live, of course but here in Phoenix there's a company called Data Doctors that has been able to scrape data off very badly damaged disks for me. Apparently they can disassemble the disk and read the platter. There's probably a group like them in your area. I have never given them an SSD so...? And no, I don't work for them :) Murray
-
basically a brick. Except when I attach it to an adaptor and hook up to another computer it recognizes the harddrive and then asks if I want to format it?
To err is human to really mess up you need a computer
There's not much you can do with a fried SSD. I'd recommend a SATA-USB, but it sounds like you've already done that. Put it in a Linux machine and see if you can use dd to do a surface copy into a file on another drive. Then try and see what can be done with that. You might be lucky and find that the only problem is that some early sectors got overwritten, like maybe the partition table. However, if its from a recent 8.1 windows machine (one that came with 8.1 preinstalled), then the data is encrypted and you're SOL even if you can read it off the drive from another computer, so there's no point wasting your time.
We can program with only 1's, but if all you've got are zeros, you've got nothing.
-
Digital photos contain GIS information. If you give me enough photos, I can track your behavior, even without your social media posts... It kind of opens up the door for being victimized. I have no idea, or trust for the cloud to strip this out. In fact, I bet they consume it as meta data for advertising. And even without that information, some people who are closer to me could figure out the same info just from viewing the picture.
Pualee wrote:
I bet they consume it as meta data for advertising
Yah so I can expect a flood of travel adds and how to annoy your grand kids. I already get more travel crap than I can handle and while I am quite proficient at annoying the little terrors, new ideas are always needed.
Never underestimate the power of human stupidity RAH
-
rnbergren wrote:
SSD drive
Eek. Be prepared for the worst. An HDD has physical magnetic discs that can be read, even if there's damage. An SSD is essentially a memory card, so there's nothing physical to recover data from.
I wanna be a eunuchs developer! Pass me a bread knife!
Well, like the spinning HD, SSDs have controllers that can be replaced with the right technology. Just because there's no rust, doesn't mean "there's nothing physical to recover data from."
-
rnbergren wrote:
off of it badly
Then any tool should suffice?
A hammer's a tool. It is, it is. A hammer is really a tool. Maybe I'm a tool... ;)
-
rnbergren wrote:
SSD drive went all bad and I need some stuff off of it badly.
Some people still swear by SpinRite, even with SSDs.
SpinRite FTW! :badger:
-
Don't know where you live, of course but here in Phoenix there's a company called Data Doctors that has been able to scrape data off very badly damaged disks for me. Apparently they can disassemble the disk and read the platter. There's probably a group like them in your area. I have never given them an SSD so...? And no, I don't work for them :) Murray
Murray Whipps wrote:
here in Phoenix
Pssst... http://www.codeproject.com/Members/Tosche-Station[^]
-
If they actually performed a service like that, then people like myself, (well if there are people like myself,) might not be so paranoid and resentful of them. Unfortunately, I believe we pay them for way more than just this kind of service, but receive nothing we value in return... not even the safety they claim to be providing us. It's just a way to take money, ideas, privacy and dignity from us.
-
Anyone used TestDisk or DiskInternals? SSD drive went all bad and I need some stuff off of it badly.
To err is human to really mess up you need a computer
If it's an SSD, good luck. This is one of the main reasons I haven't moved to SSD drives yet, and if/when I do, they will only be for OS and program loading, and not for data storage. The problem is the way NAND memory works and the fact that the data doesn't stay permanently there if the drive has issues. I'm not sure if tools have improved much, but the last I've read (a couple years ago when the drives were getting popular), there wasn't a fool proof way to rebuild the file system when it get's corrupted. The data stored on a SSD isn't segmented into partitions and sectors like a normal drive, so when things get corrupted, the data is randomly stored all over the place without a way to rebuild the links (if it's there at all). With a normal platter based drive, I've had good luck with mounting in another computer to pull data off, or using a Linux boot CD to boot to linux and mount the drive to perform data recovery. I don't think either of these methods will work for a SSD.
-
SpinRite FTW! :badger:
PIEBALDconsult wrote:
SpinRite FTW!
I can't quite make up my mind about SpinRite. Steve Gibson's technical explanations make sense, and the testimonies on his Security Now podcast all sound legit enough (I have no reason to doubt his sincerity), but I've always had less than stellar luck with it almost every time I've had a need for it. I *did* have it recover data, but I've also had it stuck on a particular spot on a hard drive for a solid week without making any progress. That being said, when people are ready to give up on a dying hard drive, it's still the first thing I recommend as there's nothing comparable out there. Any personal experiences?
-
PIEBALDconsult wrote:
SpinRite FTW!
I can't quite make up my mind about SpinRite. Steve Gibson's technical explanations make sense, and the testimonies on his Security Now podcast all sound legit enough (I have no reason to doubt his sincerity), but I've always had less than stellar luck with it almost every time I've had a need for it. I *did* have it recover data, but I've also had it stuck on a particular spot on a hard drive for a solid week without making any progress. That being said, when people are ready to give up on a dying hard drive, it's still the first thing I recommend as there's nothing comparable out there. Any personal experiences?
dandy72 wrote:
Steve Gibson's
dandy72 wrote:
Any personal experiences?
He spoke at a computer club meeting I attended in the early 90s. He had been having some trouble adjusting to the new era of Windows (3). He always developed in Assembly, but everyone said you had to use C++. Well, he showed them and by golly he wrote a Windows (3) screen saver in Assembly! Freaking genius! It was just an exercise of course and he gave out free copies. I think I still have my copy. I have never used SpinRite, never needed to. The only time I needed to recover data (Pascal code and a couple of reports from college) I wrote my own recovery tool.
-
dandy72 wrote:
Steve Gibson's
dandy72 wrote:
Any personal experiences?
He spoke at a computer club meeting I attended in the early 90s. He had been having some trouble adjusting to the new era of Windows (3). He always developed in Assembly, but everyone said you had to use C++. Well, he showed them and by golly he wrote a Windows (3) screen saver in Assembly! Freaking genius! It was just an exercise of course and he gave out free copies. I think I still have my copy. I have never used SpinRite, never needed to. The only time I needed to recover data (Pascal code and a couple of reports from college) I wrote my own recovery tool.