LookinAround
Posts: 6,429 +188
Hmmm....
All those error messages about indexes occur when chkdsk is in Stage 2. I included (below) a description of what it's actually doing in stages 1 - 3 (Stages 4 and 5 pertain to checking for bad sectors).
If new errors start appearing soon after old errors fixed and the volume had been reported as no errors, it could be signs of that drive starting to go bad. Suggest also start running disk drive diagnostics on it, check its SMART data, etc. And if need be, of course, replace it before it really goes bad (and btw... if you're also running chkdsk with no args then it only reports errors without fixing tho i know u said you did repairs so assume you did chkdsk /r plus indicator for the drive volume letter
and, btw.. have the other (original problems) all gone away now?
Stage 1: Chkdsk verifies each file record segment in the master file table
During stage 1, Chkdsk examines each file record segment in the volume’s master file table (MFT). A specific file record segment in the MFT uniquely identifies every file and directory on an NTFS volume. The percent complete that Chkdsk displays during this phase is the percent of the MFT that has been verified.
Stage 2: Chkdsk checks the directories in the volume
During stage 2, Chkdsk examines each of the indexes (directories) on the volume for internal consistency and verifies that every file and directory represented by a file record segment in the MFT is referenced by at least one directory. Chkdsk also confirms that every file or subdirectory referenced in each directory actually exists as a valid file record segment in the MFT, and it checks for circular directory references. Chkdsk then confirms that the time stamps and the file size information associated with files are up to date in the directory listings for those files.
The percent complete that Chkdsk displays during this phase is the percent of the total number of files on the volume that are checked. For volumes with many thousands of files and folders, the time required to complete this stage can be significant.
Stage 3: Chkdsk verifies the security descriptors for each volume
During stage 3, Chkdsk examines each of the security descriptors associated with each file and directory on the volume by verifying that each security descriptor structure is well formed and internally consistent. The percent complete that Chkdsk displays during this phase is the percent of the number of files and directories on the volume that are checked.
All those error messages about indexes occur when chkdsk is in Stage 2. I included (below) a description of what it's actually doing in stages 1 - 3 (Stages 4 and 5 pertain to checking for bad sectors).
If new errors start appearing soon after old errors fixed and the volume had been reported as no errors, it could be signs of that drive starting to go bad. Suggest also start running disk drive diagnostics on it, check its SMART data, etc. And if need be, of course, replace it before it really goes bad (and btw... if you're also running chkdsk with no args then it only reports errors without fixing tho i know u said you did repairs so assume you did chkdsk /r plus indicator for the drive volume letter
and, btw.. have the other (original problems) all gone away now?
Stage 1: Chkdsk verifies each file record segment in the master file table
During stage 1, Chkdsk examines each file record segment in the volume’s master file table (MFT). A specific file record segment in the MFT uniquely identifies every file and directory on an NTFS volume. The percent complete that Chkdsk displays during this phase is the percent of the MFT that has been verified.
Stage 2: Chkdsk checks the directories in the volume
During stage 2, Chkdsk examines each of the indexes (directories) on the volume for internal consistency and verifies that every file and directory represented by a file record segment in the MFT is referenced by at least one directory. Chkdsk also confirms that every file or subdirectory referenced in each directory actually exists as a valid file record segment in the MFT, and it checks for circular directory references. Chkdsk then confirms that the time stamps and the file size information associated with files are up to date in the directory listings for those files.
The percent complete that Chkdsk displays during this phase is the percent of the total number of files on the volume that are checked. For volumes with many thousands of files and folders, the time required to complete this stage can be significant.
Stage 3: Chkdsk verifies the security descriptors for each volume
During stage 3, Chkdsk examines each of the security descriptors associated with each file and directory on the volume by verifying that each security descriptor structure is well formed and internally consistent. The percent complete that Chkdsk displays during this phase is the percent of the number of files and directories on the volume that are checked.