Results 1 to 13 of 13

Thread: Files occupying bad sectors in HDD

  1. #1
    Registered+
    Join Date
    Oct 2007
    Posts
    50
    Thanks
    5
    Thanked
    1 time in 1 post

    Files occupying bad sectors in HDD

    One of my Older HDD has started to develop bad sectors, Is there any programs that will allow me to LOCK out that part of the HDD? ie: Locking out the blocks and sectors of where that file resides.

    Windows~

  2. #2
    DILLIGAF GoNz0's Avatar
    Join Date
    Jun 2006
    Location
    Derby
    Posts
    10,872
    Thanks
    632
    Thanked
    1,192 times in 945 posts
    • GoNz0's system
      • Motherboard:
      • Asus Rampage V Extreme
      • CPU:
      • i7 something X99 based
      • Memory:
      • 16gb GSkill
      • Storage:
      • 4 SSD's + WD Red
      • Graphics card(s):
      • GTX980 Strix WC
      • PSU:
      • Enermax Galaxy 1250 (9 years and counting)
      • Case:
      • Corsair 900D
      • Operating System:
      • win10 64bit
      • Monitor(s):
      • Dell 24"
      • Internet:
      • 220mb Cable

    Re: Files occupying bad sectors in HDD

    open the cmd window and type

    chkdsk <drive letter>: /r

    say

    chkdsk f: /r


    it will check and recover files in bad sectors and flag them, next time you do a full format on that drive they will be flagged and the file size made up from one of the spare sectors on the end of the platter. its an automatic process during file checks and formats.

  3. #3
    Registered+
    Join Date
    Oct 2007
    Posts
    50
    Thanks
    5
    Thanked
    1 time in 1 post

    Re: Files occupying bad sectors in HDD

    Quote Originally Posted by GoNz0 View Post
    open the cmd window and type...
    Thanks for your reply ^^, Unfortunately chkdsk sees the drive as "Healthy" although if the file in itself is accessed it would cause the drive to go in a delayed write error and causes the drive to spas out (ie: unable to do anything with that HDD untill I reboot).

    Still looking for a program to isolate that file from the HDD partition~

  4. #4
    I eats food da_ging's Avatar
    Join Date
    Jul 2003
    Posts
    2,256
    Thanks
    10
    Thanked
    29 times in 24 posts
    • da_ging's system
      • CPU:
      • E5200 @ 3.75Ghz
      • Memory:
      • 4GB kingston HyperX 8500
      • Storage:
      • 2*WD640gb in Raid 0 +500gb 32mb seagate
      • Graphics card(s):
      • BFG GTX 260 Maxcore OC2
      • PSU:
      • Corsair 650w TX
      • Case:
      • Stacker 831 black
      • Operating System:
      • XP Pro
      • Monitor(s):
      • 23" fujitsu 3230t LCD 1920*1080
      • Internet:
      • 8mb

    Re: Files occupying bad sectors in HDD

    why not just run the manufacturers diagnostic program , that should do what you want assuming there are indeed bad sectors

  5. #5
    Registered+
    Join Date
    Oct 2007
    Posts
    50
    Thanks
    5
    Thanked
    1 time in 1 post

    Re: Files occupying bad sectors in HDD

    Quote Originally Posted by da_ging View Post
    why not just run the manufacturers diagnostic program , that should do what you want assuming there are indeed bad sectors
    Thanks for your suggestion, The drive in question is a Samung P160 drive, I have already ran the HUTIL program, diagnostics comes up with "Unknown error" and I have already done a low-level format on the drive.

    The drive is having mechanic difficulties with just a few certain blocks.

  6. #6
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Files occupying bad sectors in HDD

    Can you acess the SMART reporting? Modern drives rarely have bad sectors visible to the OS - the drive controller maps them out and re-allocates good sectors from the bank of 'spares'. Only when all those spares are used up will you start seeing bad sectors externally. I suspect the drive is getting past its shelf life. (You said it was an older drive - how old?) (Incidentally, there is no such thing as a low level format on a modern drive - the low level format is done at mfr by the mfr - there is no mechanism for the end user to do that - whatever the user OS or bios may say - without very specialised software and access to the disk's internal OS)
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  7. #7
    Registered+
    Join Date
    Oct 2007
    Posts
    50
    Thanks
    5
    Thanked
    1 time in 1 post

    Re: Files occupying bad sectors in HDD

    Quote Originally Posted by peterb View Post
    Can you access the SMART reporting? Modern drives rarely have bad sectors visible to the OS - the drive controller...
    Thanks for your suggestion; The drive is 3 years old, I cannot access SMART reporting (since my Motherboard has problems recognizing the drive's SMART, I have an Asus-SK8V)

    The drive itself can be used normally unless that certain file is accessed, the Low level format I mentioned before was done using the HUTIL from Samsung.

    HDTune shows the file with bad sectors (and the drive is unusable for that session when that sector is accessed.)

    chkdsk <drive> /r will stall on 84% now.

    I believe the Hard drive is past its shelf life since I have been doing intensive encoding and decoding with that drive nearly everyday.

    However I would be grateful if I can just isolate the file completely from the partition, currently I am just leaving the file alone and not touching it, the drive seems to run fine as long as I don't touch the file.

  8. #8
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Files occupying bad sectors in HDD

    If the Samsunf utils can't help I'm not sure what you can do, apart from copy everything off the disk apart from that file, then use something like Winhex to dissect the useable sectors of that file out at the binary level. Pretty complex to do I'm afraid. Modern disk drives are quite complex and the internal layout is hidden behind the controller.

    I'm surprised you can't see the SMART information as that is part of the ATA standard - unless it is the controller chip on the mobo that won't send those commands.

    I think you are probably going to have to write that file off and get a replacement drive - and soon because if it has used all the spare sectors, it is going to start throwing more unrecoverable errors.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  9. Received thanks from:

    me5354 (03-11-2007)

  10. #9
    Registered+
    Join Date
    Oct 2007
    Posts
    50
    Thanks
    5
    Thanked
    1 time in 1 post

    Re: Files occupying bad sectors in HDD

    Yes that really does sound more complicated than just leaving the file alone, I guess its just time to back up all my data and say good bye then :< Thanks everyone for your help ^^

  11. #10
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Files occupying bad sectors in HDD

    Samsung offered a 3 year warranty on the P160 drives - you might just be within that limit. RMA info is here (basically telling you to get in touch with the retailer you bought it from)

    SAMSUNG Hard Disk Drive - support - warranty

    That said, given that the replacement will be refurbished (not that there is anything wrong with that) and newer drives with larger capacities are really cheap as chips, it may not be worth the hassle.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  12. #11
    Registered+
    Join Date
    Oct 2007
    Posts
    50
    Thanks
    5
    Thanked
    1 time in 1 post

    Re: Files occupying bad sectors in HDD

    Quote Originally Posted by peterb View Post
    Samsung offered a 3 year warranty on the P160 drives - you might just be within that limit. RMA info is here (basically telling you to get in touch with the retailer you bought it ....
    Yeh I thought of RMA as an option too, but the process of RMA to the manufacturer takes around 3 weeks to 3 months (lol) a new drive only costs around £30~

    But thanks anyway ^^ everyone's giving me alot of ideas on this issue

  13. #12
    Treasure Hunter extraordinaire herulach's Avatar
    Join Date
    Apr 2005
    Location
    Bolton
    Posts
    5,618
    Thanks
    18
    Thanked
    172 times in 159 posts
    • herulach's system
      • Motherboard:
      • MSI Z97 MPower
      • CPU:
      • i7 4790K
      • Memory:
      • 8GB Vengeance LP
      • Storage:
      • 1TB WD Blue + 250GB 840 EVo
      • Graphics card(s):
      • 2* Palit GTX 970 Jetstream
      • PSU:
      • EVGA Supernova G2 850W
      • Case:
      • CM HAF Stacker 935, 2*360 Rad WC Loop w/EK blocks.
      • Operating System:
      • Windows 8.1
      • Monitor(s):
      • Crossover 290HD & LG L1980Q
      • Internet:
      • 120mb Virgin Media

    Re: Files occupying bad sectors in HDD

    try cdcheck CDCheck - CD checking and recovery software
    If you know what dir the file is in it should be able to fix it, takes a long while though.

  14. #13
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: Files occupying bad sectors in HDD

    It might be worth a try (its freeware) but I think the damage is at a lower level than this tool will operate at.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Urgent: External HDD Problem
    By Xaneden in forum Help! Quick Relief From Tech Headaches
    Replies: 5
    Last Post: 23-12-2005, 11:58 PM
  2. Bad sectors
    By TooNice in forum PC Hardware and Components
    Replies: 11
    Last Post: 23-12-2005, 10:51 PM
  3. Good, bad and the ugly
    By XA04 in forum General Discussion
    Replies: 8
    Last Post: 19-03-2005, 12:13 AM
  4. Questions regarding HDD spare sectoring
    By Hans Voralberg in forum PC Hardware and Components
    Replies: 11
    Last Post: 26-12-2004, 03:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •