Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 17
  • Thread Tools
  1. 4 Star Lounger
    Join Date
    Jan 2010
    Location
    St.Paul's Bay, Malta
    Posts
    510
    Thanks
    70
    Thanked 1 Time in 1 Post

    CHKDSK vs Seagate diagnostic tools

    My OS is Win 7 32bit.

    I ran the chkdsk C: /r /f command and 4kb in bad sectors were found. However, when I booted from a Seagate Dos Cd and ran their long test no problems were found.

    Should I rely on the chkdsk or Seagate result? (The disk was manufactured by Seagate).

    Advice would be appreciated.

    Thanks and regards,
    Roy

  2. Get the essential Windows news you need - weekly, FREE! Subscribe now to Windows Secrets!
  3. Lounge VIP RetiredGeek's Avatar
    Join Date
    Mar 2004
    Location
    Manning, South Carolina
    Posts
    2,715
    Thanks
    78
    Thanked 215 Times in 205 Posts
    If you're looking for a product you can trust to test your disk & fix errors get Steve Gibson's SpinRite.
    May the Forces of good computing be with you!

    RG

    VBA Rules!

    My Systems: Desktop Specs
    Laptop Specs


  4. Administrator
    Join Date
    Mar 2001
    Location
    St Louis, Missouri, USA
    Posts
    17,345
    Thanks
    0
    Thanked 281 Times in 259 Posts
    They are most likely testing different things. If Windows detects bad sectors you should let chkdsk repair them.

    Joe

  5. 5 Star Lounger bbearren's Avatar
    Join Date
    Dec 2009
    Location
    Polk County, Florida
    Posts
    811
    Thanks
    0
    Thanked 35 Times in 35 Posts
    Quote Originally Posted by royw View Post
    My OS is Win 7 32bit.

    I ran the chkdsk C: /r /f command and 4kb in bad sectors were found. However, when I booted from a Seagate Dos Cd and ran their long test no problems were found.

    Should I rely on the chkdsk or Seagate result? (The disk was manufactured by Seagate).

    Advice would be appreciated.

    Thanks and regards,
    Roy
    When you run chkdsk /r the /f command is redundant and ignored. The /r command tells chkdsk to recover any damaged file segments if possible, and to mark any bad sectors as unusable to the files system.

    The seagate utility would not have found a problem sector or sectors if they had already been marked as unusable.

    Also SpinRite is an excellent utility, but you must be prepared to be very patient. Chkdsk is blazingly fast compared to SpinRite; or at least in my experience. That's just my 2¢.

    I also have Seagate tools and Seagate drives, but I rely on chkdsk.
    Last edited by bbearren; 2011-03-18 at 19:51.
    "Let them that don't want it have memories of not gettin' any." "Gratitude is riches and complaint is poverty and the worst I ever had was wonderful." ...Brother Dave Gardner "Experience is what you get when you're looking for something else."...Sir Thomas Robert Deware. Unleash Windows

  6. Super Moderator CLiNT's Avatar
    Join Date
    Dec 2009
    Location
    California
    Posts
    3,101
    Thanks
    56
    Thanked 162 Times in 157 Posts
    Spinrite is a cool little app written in assembler language by Steve Gibson of GRC.com. But at 89 dollars, the default Windows chkdsk command from a boot environment would be my very first choice over anything else.

    chkdsk /r would imply f but would be more time consuming as a run operation as it scans the entire disk as mentioned by bbearren.

    chkdsk /f ..[Simple]
    chkdsk /r ..[More complex]

    I would work linearly from the least invasive interventions to more invasive interventions when doing troubleshooting or diagnostics/repairs.
    Last edited by CLiNT; 2011-03-18 at 23:19.

  7. 5 Star Lounger
    Join Date
    Jan 2010
    Location
    Los Angeles, CA
    Posts
    727
    Thanks
    3
    Thanked 19 Times in 17 Posts
    chkdsk does a completely different task than SeaTools. chkdsk is mainly concerned with the integrity of the file system data structures, whereas SeaTools runs various hardware-specific tests that ensure that the individual disk sectors are usable. So if you suspect a corrupt file or directory, run chkdsk. If you think your disk is going bad, run SeaTools.

    However, if either tool comes across a bad sector, the hardware in the hard drive will automatically move the bad sector to a new location.

  8. 5 Star Lounger bbearren's Avatar
    Join Date
    Dec 2009
    Location
    Polk County, Florida
    Posts
    811
    Thanks
    0
    Thanked 35 Times in 35 Posts
    Quote Originally Posted by cafed00d View Post
    However, if either tool comes across a bad sector, the hardware in the hard drive will automatically move the bad sector to a new location.
    Not quite. A sector is a physical location on the hard drive. Sectors aren't moved. Chkdsk also checks the sectors for usability with the /r switch. It marks a bad sector as unusable and allocates a different, usable sector. If the bad sector contained any data, chkdsk with the /r switch will attempt to recover that data and move it to the newly allocated usable sector.
    "Let them that don't want it have memories of not gettin' any." "Gratitude is riches and complaint is poverty and the worst I ever had was wonderful." ...Brother Dave Gardner "Experience is what you get when you're looking for something else."...Sir Thomas Robert Deware. Unleash Windows

  9. New Lounger
    Join Date
    Dec 2009
    Location
    Arkansas
    Posts
    14
    Thanks
    0
    Thanked 1 Time in 1 Post
    the Seagate/Western Digital drive check diags are checking a different set of parameters than the windows Chkdsk does. I would suggest that you let chkdsk correct the issues it has located since most likely it is seeing something either in the FAT tables or index database that wouldn't necessarily be checked by the Seagate diag program. The good thing is that if the Seagate tool didn't detect anything, then you can feel somewhat comfortable in the fact that your physical hard drive unit doesn't have something wrong with it. This looks like just some indexing of part of the partition is corrupted and let chkdsk try to repair it. But if you have the pocket change around to get Spinrite, then that would be the best thing to run to determine all of the above in many cases.

  10. 4 Star Lounger
    Join Date
    Jan 2010
    Location
    St.Paul's Bay, Malta
    Posts
    510
    Thanks
    70
    Thanked 1 Time in 1 Post
    Shortly after I ran chkdsk and the Seagate drive diagnostic tool my D drive became inaccessible, and the file system was changed to RAW.I used Disk Management to delete the volume, after which I recreated it as a Simple NTFS volume, renaming it to Local Disk (D) as it was before. I then used the chkdsk option to scan for and fix file system errors and attempt recovery of bad sectors, and no problems were found.

    I assume the file system was changed to RAW as a result of the chkdsk operation, since the Seagate long diagnostic test found no problem, and I was able to restore the contents of the drive from a backup on a separate internal drive.

    Does anyone have any comments?

    Please advise.

    Regards,Roy
    Last edited by royw; 2011-03-19 at 18:38. Reason: Inserted smiley in error

  11. 5 Star Lounger bbearren's Avatar
    Join Date
    Dec 2009
    Location
    Polk County, Florida
    Posts
    811
    Thanks
    0
    Thanked 35 Times in 35 Posts
    When the file system shows up as RAW it means that the file system can't be read correctly by Windows. It's nothing that chkdsk has done.

    Perhaps the MFT became corrupted. Most every experience I've had with a drive losing its formatting was the result of a drive going bad.
    "Let them that don't want it have memories of not gettin' any." "Gratitude is riches and complaint is poverty and the worst I ever had was wonderful." ...Brother Dave Gardner "Experience is what you get when you're looking for something else."...Sir Thomas Robert Deware. Unleash Windows

  12. 4 Star Lounger
    Join Date
    Jan 2010
    Location
    St.Paul's Bay, Malta
    Posts
    510
    Thanks
    70
    Thanked 1 Time in 1 Post
    Thanks for correcting me bbearren.If the MFT gets corrupted what,if anything, can I do about it?

    Please advise.

    Regards,Roy

  13. 5 Star Lounger bbearren's Avatar
    Join Date
    Dec 2009
    Location
    Polk County, Florida
    Posts
    811
    Thanks
    0
    Thanked 35 Times in 35 Posts
    I have had perhaps 4 drives over the years that did what yours is doing now. As I had drive images available, I would just reformat, and restore the image. But sooner or later, the drive would suddenly turn up RAW again.

    The first drive I tried to resurrect several times; the second drive, a couple of times; the third and fourth, I just bought a new drive. On the first drive I ran SpinRite for about 3 days, and SpinRite could never get past about 26%. Also, SpinRite will pause when the drive temperature gets above a certain threshold, and will wait for the user to restart it.

    So, in my experinece, the suddenly RAW issue means time to buy another drive.

    And also a very strong witness for making frequent drive images.
    "Let them that don't want it have memories of not gettin' any." "Gratitude is riches and complaint is poverty and the worst I ever had was wonderful." ...Brother Dave Gardner "Experience is what you get when you're looking for something else."...Sir Thomas Robert Deware. Unleash Windows

  14. The Following User Says Thank You to bbearren For This Useful Post:

    royw (2011-03-20)

  15. 5 Star Lounger
    Join Date
    Jan 2010
    Location
    Los Angeles, CA
    Posts
    727
    Thanks
    3
    Thanked 19 Times in 17 Posts
    Quote Originally Posted by bbearren View Post
    >>However, if either tool comes across a bad sector, the hardware in the hard drive will automatically move the bad sector to a new location.
    Not quite. A sector is a physical location on the hard drive. Sectors aren't moved. ... It marks a bad sector as unusable and allocates a different, usable sector.
    Which is, of course, what I meant. I apologize for not being technically accurate.

  16. 4 Star Lounger
    Join Date
    Jan 2010
    Location
    St.Paul's Bay, Malta
    Posts
    510
    Thanks
    70
    Thanked 1 Time in 1 Post
    Thanks bbearren. For what its worth I ran chkdsk /r again and no problems were found. Would you still recommend changing the drive?

    Please advise.

    Regards,Roy

  17. 5 Star Lounger bbearren's Avatar
    Join Date
    Dec 2009
    Location
    Polk County, Florida
    Posts
    811
    Thanks
    0
    Thanked 35 Times in 35 Posts
    I would not trust it with anything of value. You can run it for a while and see if it holds its formatting. But as I said earlier, in my experience it has been a sign of impending drive failure. It's probably not in the mechanical parts, but in the PCB and/or controller chipset on the drive.
    "Let them that don't want it have memories of not gettin' any." "Gratitude is riches and complaint is poverty and the worst I ever had was wonderful." ...Brother Dave Gardner "Experience is what you get when you're looking for something else."...Sir Thomas Robert Deware. Unleash Windows

Posting Permissions

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