All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 20 posts ] 
Author Message
 Post subject: 78 Bad Sectors
PostPosted: September 19th, 2020, 12:00 
Offline

Joined: September 19th, 2020, 11:53
Posts: 8
Location: Canada
Hi Everyone! I am not sure what I am doing (or what I should do), so I need to get some advice.
I have a 2TB WD Book Drive (external drive)
It has been VERY slow to read for years and I usually just use it for back up sake and never really draw data out of it.
A few days ago I did a surface test to see whats going on. and I found out there are 78 bad sectors. Not a huge number I'd say, but the diagnostic also said the MFT is corrupted.
Qeustion is, should I do a low level format? Or are there better ways at handling this?

thanks everyone!

Quote:
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection found corrupt files but was unable to fix some of them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.


Quote:
C:\Windows\system32>chkdsk L: /f /offlinescanandfix
The type of the file system is NTFS.
Volume label is L Drive
Corrupt master file table. Windows will attempt to recover
master file table from disk.
Windows cannot recover master file table. CHKDSK aborted.


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 20th, 2020, 2:38 
Offline

Joined: September 30th, 2005, 7:33
Posts: 849
ambivalence wrote:
Qeustion is, should I do a low level format? Or are there better ways at handling this?

First question - NO, second - YES.


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 21st, 2020, 17:30 
Offline

Joined: November 22nd, 2017, 21:47
Posts: 309
Location: France
Quote:
First question - NO, second - YES.

Well, that's a bit laconic !

@ambivalence
78 bad sectors is quite a lot, not in the disaster territory yet but too much for storing anything important on that drive anymore. The best that can be done, IMO, would be to run a full read scan with HD Tune or better HD Sentinel (more accurate, provides a list of bad blocks' LBA = logical binary addresses), to see if new bad sectors appear, and visualize if they are grouped in the same area, or sprinkled all over the surface. In the first case, it may be possible to make it work properly, for a while, by re-partitioning it in a way that the bad area is completely bypassed, with a good safety margin (usually the MFT is located around the 3GB mark, so if the bad sectors are concentrated around that area -- for good reason, since the MFT is accessed very often -- then creating a new partition beyond 5GB and letting the first 5GB as unallocated space may do the trick -- add at least 1-2GB before the first and/or beyond the last identified bad sector). That way you could use it for instance to watch movies that you got stored elsewhere, or to bring with you on a trip, things like that, where it won't matter if it fails for good. In the second case, it's probably not worth the trouble.


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 22nd, 2020, 1:34 
Offline

Joined: September 19th, 2020, 11:53
Posts: 8
Location: Canada
abolibibelot wrote:
Quote:
First question - NO, second - YES.

Well, that's a bit laconic !

@ambivalence
78 bad sectors is quite a lot, not in the disaster territory yet but too much for storing anything important on that drive anymore. The best that can be done, IMO, would be to run a full read scan with HD Tune or better HD Sentinel (more accurate, provides a list of bad blocks' LBA = logical binary addresses), to see if new bad sectors appear, and visualize if they are grouped in the same area, or sprinkled all over the surface. In the first case, it may be possible to make it work properly, for a while, by re-partitioning it in a way that the bad area is completely bypassed, with a good safety margin (usually the MFT is located around the 3GB mark, so if the bad sectors are concentrated around that area -- for good reason, since the MFT is accessed very often -- then creating a new partition beyond 5GB and letting the first 5GB as unallocated space may do the trick -- add at least 1-2GB before the first and/or beyond the last identified bad sector). That way you could use it for instance to watch movies that you got stored elsewhere, or to bring with you on a trip, things like that, where it won't matter if it fails for good. In the second case, it's probably not worth the trouble.


Oh wow! thanks for the response!
So after waiting a day or two i didnt get much response here, so I went and did a Low level Format with a tool called "HDD Low Level Format". The drive is now empty and I did a chkdsk and it show no bad sector. I dont know if it's because its empty. I dont plan to fill up the drive with data yet, and even if i do, its going to be a backup drive for peace of mind, not intend to use it for any heavy read/write purpose.

Please take a look at the screenshot at the error that the drive had. I can see there's 4 instances, back to back, that gives error. It doesnt translate to the number of bad sector, but I hope there's some information someone can extract from this. :)

Image


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 22nd, 2020, 12:06 
Offline

Joined: November 22nd, 2017, 21:47
Posts: 309
Location: France
I'm far from the level of expertise of some around here, but my guess would be that the drive got a shock at some point while functioning, which caused limited surface damage on all 4 sides of 2 platters (or two shocks on a single platter unit ? not sure...), like a small scratch on the magnetic coat. And so it may function normally for quite some time if those areas are never touched again by the read/write heads. You could try creating a partition starting from 10GB, leaving the first 10GB unallocated, and see how it goes. Using a known defective drive for backup purposes doesn't seem like the wisest idea, but hey, it's a free country (or at least that's what they want us to believe -- they lie to everybody, they lie to the fish!).

You should have noted the number of bad sectors before the so-called “low level format” and after -- it most likely has increased.

What's surprising is that none of the identified bad areas is located where the MFT should be, if the drive had a single partition and if the MFT was in a single extent. Generally (when formatted with a recent version of Windows) the MFT begins at exactly 3GB from the beginning of the partition (sector 6291456) and its size rarely exceeds 1GB (which corresponds to about 1 million files / folders). It can get fragmented, though. Too late to check that obviously.


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 23rd, 2020, 7:37 
Offline

Joined: September 30th, 2005, 7:33
Posts: 849
ambivalence wrote:
so I went and did a Low level Format with a tool called "HDD Low Level Format".


The name of this tool is misleading . It just erase the drive.


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 23rd, 2020, 11:08 
Offline

Joined: November 22nd, 2017, 21:47
Posts: 309
Location: France
@BGman
Could you (or anyone) comment on what I wrote above ? Is my hypothesis consistent, and my suggestion weasonable ?


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 23rd, 2020, 13:22 
Offline

Joined: October 3rd, 2005, 0:40
Posts: 4334
Location: Hungary
we don't really bother reusing such drives, whatever the theories are. It might be worth trying zero-filling it, if that does not 'heal' it, then it's for the bin. Can be used for parts, door stopper, i also made candles from hard drives, pouring transparent 'wax' and put a wick. Just some ideas.

pepe

_________________
Adatmentés - Data recovery


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 23rd, 2020, 13:48 
Offline

Joined: November 29th, 2006, 10:08
Posts: 7843
Location: UK
pepe wrote:
we don't really bother reusing such drives, whatever the theories are. It might be worth trying zero-filling it, if that does not 'heal' it, then it's for the bin. Can be used for parts, door stopper, i also made candles from hard drives, pouring transparent 'wax' and put a wick. Just some ideas.

pepe


I like the candle idea, that’s a Christmas present idea right there! :-)

_________________
PC Image Data Recovery
http://www.pcimage.co.uk

New!! HDD-PCB.COM for all your PCB and donor HDD requirements!


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 23rd, 2020, 14:29 
Offline

Joined: October 3rd, 2005, 0:40
Posts: 4334
Location: Hungary
yes, that's exactly what it was :)
... to a client of mine (DR guy)...

_________________
Adatmentés - Data recovery


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 23rd, 2020, 20:02 
Offline

Joined: September 19th, 2020, 11:53
Posts: 8
Location: Canada
BGman wrote:
ambivalence wrote:
so I went and did a Low level Format with a tool called "HDD Low Level Format".


The name of this tool is misleading . It just erase the drive.


oh... I have been deceived! :oops:


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 24th, 2020, 3:42 
Offline

Joined: September 30th, 2005, 7:33
Posts: 849
abolibibelot wrote:
@BGman
Could you (or anyone) comment on what I wrote above ? Is my hypothesis consistent, and my suggestion weasonable ?

I'm not afraid of using hard drives with bad sectors. As a matter of fact this computer boots from a 500GB HGST drive having a partition named DNU covering the bad zone . I'm using this drive for 4-5 years....


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 24th, 2020, 10:33 
Offline

Joined: November 22nd, 2017, 21:47
Posts: 309
Location: France
Quote:
oh... I have been deceived!

Well it's been called like that for decades (the generic operation, not this particular software obviously), so one should be aware of its purpose even if the name doesn't accurately describe it to the layman (or woman). It's a bit like a “soapbox” or a “passage clouté” -- there are no soaps or nails to speak of (anymore), but the damn thing still has a purpose.

Quote:
I'm not afraid of using hard drives with bad sectors. As a matter of fact this computer boots from a 500GB HGST drive having a partition named DNU covering the bad zone . I'm using this drive for 4-5 years....

It would seem to me, as I suggested yesterday, that it depends on the pattern of the bad sectors and how they appeared in the first place ; a few bad sectors appearing on a limited area after a minor shock, on an otherwise well functioning drive, would tend to be, I guess, less dangerous, if completely left untouched afterward, than a few bad sectors appearing at random, at various spots, which tends to indicate an impending failure of the whole unit.


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 26th, 2020, 12:21 
Offline

Joined: September 19th, 2020, 11:53
Posts: 8
Location: Canada
thanks everyone. After the "fake Low Level Format" I still havent touch the drive.
What i will do as you have mentioned is to Zero-Fill the drive using cmd.

After Zero Filling should I use a particular way to diagnosis the drive? I feel like I dont even know what I am doing is meaningful. is such turotrial even helpful? (other than trying to sell you their software)

https://macrorit.com/disk-surface-test/ ... ctors.html


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 26th, 2020, 12:22 
Offline

Joined: September 19th, 2020, 11:53
Posts: 8
Location: Canada
abolibibelot wrote:
Quote:
oh... I have been deceived!

Well it's been called like that for decades (the generic operation, not this particular software obviously), so one should be aware of its purpose even if the name doesn't accurately describe it to the layman (or woman). It's a bit like a “soapbox” or a “passage clouté” -- there are no soaps or nails to speak of (anymore), but the damn thing still has a purpose.

Quote:
I'm not afraid of using hard drives with bad sectors. As a matter of fact this computer boots from a 500GB HGST drive having a partition named DNU covering the bad zone . I'm using this drive for 4-5 years....

It would seem to me, as I suggested yesterday, that it depends on the pattern of the bad sectors and how they appeared in the first place ; a few bad sectors appearing on a limited area after a minor shock, on an otherwise well functioning drive, would tend to be, I guess, less dangerous, if completely left untouched afterward, than a few bad sectors appearing at random, at various spots, which tends to indicate an impending failure of the whole unit.



You sure do like monty python! :D


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 26th, 2020, 12:27 
Offline

Joined: September 19th, 2020, 11:53
Posts: 8
Location: Canada
can I ask another question?
Is there a difference of using MBR or GPT format for a drive that has partition problem.

From what I read on google, it seems like I should make it a GPT drive?

Quote:
On an MBR disk, the partitioning and boot data is stored in one place. If this data is overwritten or corrupted, you're in trouble. In contrast, GPT stores multiple copies of this data across the disk, so it's much more robust and can recover if the data is corrupted.Aug 4, 2020


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: September 27th, 2020, 14:18 
Offline

Joined: November 22nd, 2017, 21:47
Posts: 309
Location: France
Quote:
thanks everyone. After the "fake Low Level Format" I still havent touch the drive.
What i will do as you have mentioned is to Zero-Fill the drive using cmd.

Well, I haven't tried that particular software, but what is generally called “low level format” is precisely a zero-fill (or something to that effect -- it could just as well be a FF-fill). So if you open the drive with a hexadecimal editor (for instance with WinHex : “Tools” => “Open disk”) you should see that it's already empty, no need to hammer it all over again (as it will once again try to fix the bad sectors, and most likely expand them a little bit more). If you really do want to keep on using that drive until it can't hold a byte without peeing itself, you should identify where the bad areas are located, then never attempt to read them or write on them ever again.

As for MBR vs. GPT, that quote may be interesting in general, but if you already know a drive to be faulty, you shouldn't use it to store anything that would need to be recovered in case of an impending SNAFU, period.


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: October 4th, 2020, 16:46 
Offline

Joined: September 19th, 2020, 11:53
Posts: 8
Location: Canada
Hello Everyone, here's an update using HD Sentinel.
7% health! hah. This is bad.

I did a short self test. A Disk Read Test. Found 2 bad sector. (Not 708 on the warning page)
I tired to do a disk repair and everytime I do it the drive shut down and I have to plug-in, plug out the drive.
So finally I settled with a Reinitializing the Disk Surface. Then I left it empty until today.

Any comments/suggestions/insights with the information from the photo?


Attachments:
File comment: Performed on 2020.10.02
Hard Drive Test.png
Hard Drive Test.png [ 126.49 KiB | Viewed 13194 times ]
Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: October 5th, 2020, 2:24 
Offline

Joined: September 30th, 2005, 7:33
Posts: 849
The drive has a scratch on one of its surfaces. Can be repaired , but not by you.


Top
 Profile  
 
 Post subject: Re: 78 Bad Sectors
PostPosted: October 7th, 2020, 0:16 
Offline

Joined: September 19th, 2020, 11:53
Posts: 8
Location: Canada
BGman wrote:
The drive has a scratch on one of its surfaces. Can be repaired , but not by you.


ah I see! :lol:
If I keep using it will the damage grow?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 61 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group