|
The hard drive in my laptop just died, and it's been about a week since I ran a full backup.
I know there are companies that specialize in data recovery from dead hard disks. I'm curious how they do this. What steps would one of these companies take if...
Answer Snippets (Read the full thread at serverfault):
They can get most of the data, but if the platters....
The platters will be put into a known good spindle and data is recovered that way.
They crack the case and pull out the platters and do the recovery in a clean room.
That would cost.
|
|
What is the best (that you know of) commercial data recovery software? If a hard drive fails (SATA/ATA/SCSI), what is the best software to use to recover data from it?
edit: the reason I specified "commercial" is because I wanted to illustrate that I'...
Started by Sev on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Spinrite
If the data is important, turn the drive off and send it to a facility....
A data recovery houseI find rdiff-backup or dirvish works really well.
The bad head all over the platter potentially screwing up more of the surface .
|
|
Database is OracleXE and here is the problem:
data gets entered in tables UPS does not survive power shock Oracle server reboots after power failure everything seems normal after some time we realize that some data is missing from few tables (this is ...
Started by Chobicus on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The last two lines.
From your alert log, it looks like a normal automatic instance recovery.
I suspect skulduggery by one of your collegues.
Data either is or is not commited.
Sounds very odd to me.
|
Ask your Facebook Friends
|
I'm trying to recover a part of SharePoint document library to a network folder. Sharepoint server already has a DPM agent and everything is backed up regularly. When I start recovery wizard in DPM,in the "recovery options" window of the System Center...
Started by BlueGene on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You can however....
This is by design to protect the securty related information for the document .
It is not possible with SharePoint - you can only restore back to a SharePoint farm/site/server
DPM doesnt have an option to recover to a particular folder .
|
|
So due to a recent act of stupidity and bravado, I uttered the words "backups! who needs backups?!" and what followed was the tragic loss of 260gb of data.
This scenario in particular is requiring me to recover a repartitioned hard disk, but I was wondering...
Started by Nonick on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Its twice happens to me, first time I had no experience about data recovery months Some one suggest....
Data Loss Oh God ....
These services are cheap.
Down, no hard drive recovery software is going to get your data back.
|
|
I have a problem. My 1Tb Seagate Barracuda drive full of data (photographs, music, some backups) is no longer detected by my computer. I'm not sure what exactly the problem, since it doesn't have any mechanical damage, motor seems to be spinning etc.,...
Started by Alex Koloskov on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You can download see the drive, you'll have to pay a lot to recover the data..
That if the application doesn't restore your data, you can get a full refund.
|
|
So lets say you've failed at preventing a drive failure, and also, you've failed to make a backup of said drive. Push has come to shove and now you need a way to recover you're precious data. Has anybody out there run into this situation? And if so could...
Started by Jurassic_C on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
It will probably would, in most cases, be able to ... .
Your best bet would be taking the drive to a data recovery company whoI suppose you would need to go some to computer lab that can recover your data.
Be very slow and expensive.
|
|
What popular and tried data recovery options are there?
I know of these (none of which have GUIs afaik):
foremost - Forensics application to recover data scalpel - A Frugal, High Performance File Carver ext3grep - Tool to help recover deleted files on...
Started by Karolis T. on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Compared to a couple of years....
Ext3grep is your best option for recovering files though: I used it for the first time a couple of weeks ago and was easily[1] able to recover all the pictures I had deleted .
I don't think you'll find GUI frontends for these.
|
|
I've been using some data recovery tools like Diskinternals Uneraser . I've been wondering how we can recover things on a hard drive programmatically?
Is there specific disc access mechanics, patterns, API to use? Is it something I can do in C#?
Started by Pascal Paradis on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Besides from "Deleted Items", that....
Speaking for NTFS, there is no "deleted items" API, AFAIK .
As soon as you have arcane knowledge of file system internals and direct access to the hardware, you will be able to recover things on a hard drive, even in C# .
|
|
I'm trying to do something a little bit obscure, if not to other people at least to me.
My current task: Sneak into the (possibly corrupted) data of a Windows 2003 server hard drive, and extract the Exchange data from it, for one or more accounts. I say...
Started by MrZombie on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
However....
If you can into safe mode, copy all of the data from the corrupt drives to your new one be the only option you have.
See here
Edit: Looking at your previous to the innards.
A demo which will allow you to see if recovery is possible.
|