Wilders Security Forums  

Go Back   Wilders Security Forums > Archived Forums > Closed Sub-Forums > Archive of Acronis Support Forums > Acronis True Image Product Line
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Acronis Forum Sections Closed!
As of August 15, 2009: Please be aware that the Acronis Forum sections have closed. No new threads or replies may be made in these sections. See this announcement for more information.
 
 
Thread Tools Search this Thread
  #1  
Old October 24th, 2006, 06:38 AM
h16h h16h is offline
Infrequent Poster
 
Join Date: Oct 2006
Posts: 3
Default Imaging w/ Bad Sectors?

Hi, thank you for your time. I am attempting to image a drive with TrueIMage but it has many bad sectors. The status just hangs, last night i set it to clone, 12 hours later it was still saying 58min remaining.
At every attempt to run CHKDSK , my machine seems to lock up when it reaches those sectors.
The drive's information is crucial and is in depserate need for backing up before the drive completley fails.
Any Suggestions?

-rick
  #2  
Old October 24th, 2006, 08:35 AM
h16h h16h is offline
Infrequent Poster
 
Join Date: Oct 2006
Posts: 3
Default Re: Imaging w/ Bad Sectors?

please, any info is appreciated.
  #3  
Old October 24th, 2006, 09:30 AM
gfilitti gfilitti is offline
Infrequent Poster
 
Join Date: Oct 2006
Posts: 3
Default Re: Imaging w/ Bad Sectors?

Well if you can't get through the CHKDSK without locking up, that drive is trashed. Best thing I can recommend is slaving that drive intoa test rig or another PC and try copying all the data over. Then hope you don't get errors or corruption.

You may also benefit from putting the drive in the freezer in an anti static bag for an hour and trying to copy from it then. That's usually if the controller circuitry is bad but it may help...
  #4  
Old October 24th, 2006, 09:53 AM
h16h h16h is offline
Infrequent Poster
 
Join Date: Oct 2006
Posts: 3
Default Re: Imaging w/ Bad Sectors?

My mistake for not mentioning earlier:
I can still use the drive and the files on there, im guessing its a few files/folders that are corrupted but the drive contains over 3000 folders (needle in a haystack?)

Is there any option or software i can use to "Skip what it cannot read/copy"
I did hit Ignore ALL when trueimage gave the first error...

What do you think? Thanks again.
  #5  
Old October 24th, 2006, 12:24 PM
OldITGuy OldITGuy is offline
Infrequent Poster
 
Join Date: Aug 2006
Posts: 16
Default Re: Imaging w/ Bad Sectors?

Is this drive also the system drive (probably c?
Have you tried backing up just files and folders and not trying to do a full image? I understand why you would want a full image, but as a hedge against disaster if the drive goes toes up, a backup of files and folders might just be a way to save all your data.

Another, less elegant, solution would be to copy your data from the bad drive to another attached drive or to a networked drive. At least that approach would give you an opportunity to hit "skip" whenever you encountered a file that was written to a bad sector.

Although it may sound a little bizarre, don't totally dismiss gfilitti's idea of putting the drive in the freezer. That has worked for me on many occasions. Put the drive in a ziplock bag, and leave it in the freezer for about 30 minutes. Then remove it from the freezer and hook it up to the computer. Don't take the time to mount it in the case, just lay it on the floor or a box, connect the cables, and start the computer. Try to create an image immediately.
  #6  
Old October 24th, 2006, 12:40 PM
seekforever seekforever is offline
Massive Poster
 
Join Date: Oct 2005
Posts: 4,696
Default Re: Imaging w/ Bad Sectors?

If the drive is formatted FAT32 instead of NTFS you can use XCOPY with the appropriate switches to copy everything including subdirectories:


C:\windows\command\xcopy32.exe C:\*.* D:\ /H/C/E/K (space between D:\ and first switch, no spaces between switches. Space between * and D. This copies everything from C to D.

Unfortunately, I don't think there is an equivalent for NTFS since this requires a Win98 system or startup disk.

I would immediately do what others have suggested. Start copying your personal data files off the drive, most important ones first. I also would tend to just use Explorer to do it rather than any program that relies on clever tricks and formatting. If something screws up a proprietary archive then you may not be able to recover anything from it.
  #7  
Old November 11th, 2006, 05:41 AM
02befree 02befree is offline
Infrequent Poster
 
Join Date: Oct 2006
Posts: 6
Default Re: Imaging w/ Bad Sectors?

Similar situation..
While creating an image of a drive that was suspect of going bad, I immediately booted into TI and created an image, but halfway during the process it said it couldn't read from a sector and gave me the option to retry or ignore, or ignore all. If I can ignore bad sectors, will the image do me any good?? I just want the image so I can restore certain files from it. OR shoud I just star copying important data to a network drive, etc. (or I could slave it and do the same. Suggestions?? Time is of the essence I guess if the drive is going bad, right?....
  #8  
Old November 11th, 2006, 06:34 AM
bodgy bodgy is offline
Very Frequent Poster
 
Join Date: Sep 2005
Location: Qld.
Posts: 2,387
Default Re: Imaging w/ Bad Sectors?

Out of interest, which switch did you use with chkdsk /f or /r ?

If you used /f - use /r it does or attempts to do a more thorough job.


Colin
__________________
Colin
Acronis MVP
  #9  
Old November 11th, 2006, 08:56 AM
starsfan09's Avatar
starsfan09 starsfan09 is offline
Frequent Poster
 
Join Date: Jun 2006
Posts: 352
Default Re: Imaging w/ Bad Sectors?

Bad Sector reports can mean 2 kinds of Bad Sectors.
1. Software Bad Sectors = Usually means corruption in software on the HD.
2. Physical Bad Sectors = A Diagnostics Tool reports this. This usually means the HD is going out.

After doing what Seekforever, and bodgy suggested (backing up you Data, and then running "Chkdsk X: /R" on your Drive), and you still get bad sector reports, download the Diagnostics Tool from your HD manufacturer. Run all Tests on the HD that the Diagnostics Tool has to offer.
Sometimes, this can Repair the HD, and sometimes...it can't. If the Diagnostic Tool reports Bad Sectors after running the Tests 2 times, you can bet it's "Physical Bad Sectors". This means the HD will eventually go out soon. Therefore, it should be replaced.

Making an Image, and then finding out about Bad Sectors afterwords, usually means the Image contains these bad sectors. I don't recommend using this Image. You should get all "software" Bad Sector reporting taken care of Before the Image is made.
IMO... a good way of doing this ...is running "Chkdsk", and then "Defrag" (about 6-7 times) right BEFORE making a Full Image.
  #10  
Old November 11th, 2006, 07:38 PM
tachyon42 tachyon42 is offline
Frequent Poster
 
Join Date: Dec 2004
Posts: 455
Default Re: Imaging w/ Bad Sectors?

Sometimes even the manufacturer's diagnostics report that a disk is totally unusable.
I have successfully used SpinRite 6 to resurrect such a disk.
It's a little expensive but if the data is really valuable then it's worth it.
SpinRite works by analysing the magnetic recording on the disk and rewriting the information.
Of course, if the disk is really failing mechanically then no software can be guaranteed to help.
Try to get as much off it before trying SpinRite. SpinRite might be able to rewrite some of the data to help you recover even more although anything might happen as the disk physically fails.
 

Wilders Security Forums > Archived Forums > Closed Sub-Forums > Archive of Acronis Support Forums > Acronis True Image Product Line « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 08:02 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums