How do I run scan for bad sectors first?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a drive D: with perhaps millions of bad "file segments." When I run
chkdsk /f /r d: from the command prompt, it always starts by verifying the
file system, and reports, forever to the end of time, that there are
unreadable file segments. I need to bypass this portion of chkdsk and go
straight to the search for and repair of bad sectors, as I think this will
help solve the problem. The file system check could run afterwords - or is
this a bad idea?

I have tried using the check boxes on drive D to no avail. I get an error
message that chkdsk cannot complete, but no option to request one on startup.

Any help here would be appreciated.
 
You don't need to use the /F switch with the /R switch. /R implies /F. However, it must check the file system, before it can try to recover bad sectors. Start it, and let it run.
 
Thanks. Do you have any idea just how long this will take? It does about
700-1000 unreadable segments per hour. There are thousands that are bad, if
not hundreds of thousands. I have no idea how a file segment relates to a
file or a sector.

Ned
 
If your hard drive is trashed, or the file system is seriously damaged it may take quite a while.

A sector is one block on the disk, usually 512 bytes. A cluster is one or more sectors in a contiguous group. The default cluster size for XP on an NTFS system is 4,096 bytes, or 8 sectors. FAT32 varies the cluster size in relation to the drive size.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top