| Member with 47 posts. THREAD STARTER | | Join Date: Feb 2009 Experience: or beginner | |
You might want to run chkdsk on the drive to confirm. Hi CookieGal, thank you for getting back to me.
I posted a request for HELP on several forums including the Lenovo one (that you noticed) since I wasn't sure who/when, someone will be available to help me. I received 2 independent replies that both pointed to the HD so it appears that the HD (where W7 is installed) is the culprit and I will need to switch drives (fyi, I have a 2nd 500GB HD installed that I use for storage) and reinstall W7 plus my programs, apps, files,...... which is NOT going to be fun so I am anxious to use ChkDsk to confirm that the HD is faulty and tried doing this earlier but being that the "C" is the one that needs to be checked, it is a little more cumbersome performing a check fora "secondary" drive. In any event, I did schedule ChkDsk and restarted my system and I thought it was a little strange when (may be) 5 seconds later, my system restarted and I did NOT receive a ChkDsk report. I tried this several more times but only saw a quick flash of the screen (and a black "DOS" Window) and then system restarted. I tried following the instructions below but again, it's the (locked) "C" Drive and when I restarted my system, nothing happened (ChkDsk was NOT performed). any suggestions/thoughts/advice,...... as to how I can confirm that the "C" Drive is defective?
Thank you for your help CookieGal,
Bob
chkdsk [drive letter]: [switches] [COLOR=#3485bd !important][COLOR=#3485BD ! important]Switches[/COLOR]:[/COLOR] - /F - Fixes errors on the disk. The disk must be locked. If chkdsk cannot lock the drive, a message appears that asks you if you want to check the drive the next time you restart the computer. For example, on the C: drive.
- /V - Displays the name of each file in every directory as the disk is checked.
- /R - Locates bad sectors and recovers readable information. The disk must be locked. /r includes the functionality of /f, with the additional analysis of physical disk errors.
- /L:[size in KB] - Can only be used with a NTFS disk. Changes the chkdsk log file size to the number size in KB you type. If you omit the size parameter, typing /L by itself will display the current chkdsk log file size. For example, to have the default 65536 KB log file for the C: drive, you would type: chkdsk C: /F /L:65536
- /X - Forces the volume to dismount first, if necessary. All open handles to the drive are invalidated. /x also includes the functionality of /f.
- /I - Can only be used with a NTFS disk. Performs a less vigorous check of index entries, which reduces the amount of time required to run chkdsk.
- /C - Can only be used with a NTFS disk. Does not check cycles within the folder structure, which reduces the amount of time required to run chkdsk.
- /B - Can only be used with a NTFS disk. Clears the list of bad clusters on the volume and rescans all allocated and free clusters for errors. /b includes the functionality of /r.
|