Check disk errors

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • darkness_awakens
    PCHF Member
    • May 2021
    • 11

    #1

    Check disk errors

    Hello,

    I hope I am posting in the correct section.
    I don’t know much about informatics, only the basics and following tutorials. My computer is running slower and my brother told me to perform a diskcheck and defrag.

    I did a CheckDisk today and it shows the following errors:
    The volume bitmap is incorrect
    Windows found problems with the file system

    Should I still do the fixing part? Or can it mess up my computer?
    I plan on doing the diskdefrag after.

    I have windows 7 Home premium. Service Pack 1
    Only one HDD and no partitions.

    Thank you for reading.
  • Rustys
    PCHF Member
    • Jul 2016
    • 7862

    #2
    Lets run check disk and have it check and repair errors.



    Here is one way that you can pull the log to view it.

    Press the Windows + R keys to open the Run dialog
    Type powershell.exe
    Then press Enter.

    In PowerShell, copy and paste the command below, and press Enter.
    get-winevent -FilterHashTable @{logname=“Application”; id=“1001”}| ?{$_.providername –match “wininit”} | fl timecreated, message | out-file Desktop\CHKDSKResults.txt

    The CHKDSKResults.txt file will be created on your desktop,

    COPY and PASTE the contents from the CHKDSKResults.txt file into a post.

    Comment

    • darkness_awakens
      PCHF Member
      • May 2021
      • 11

      #3
      Thank you for your reply.
      I did all that, here is the log:


      TimeCreated : 22-05-2021 22:09:30
      Message :
      Code:
                Checking file system on C:
                The type of the file system is NTFS.
                Volume label is Asus.
                
                A disk check has been scheduled.
                Windows will now check the disk.                         
                
                CHKDSK is verifying files (stage 1 of 5)...
                Cleaning up instance tags for file 0x71b1f.
                  861952 file records processed.                                 
                        
                File verification completed.
                  11259 large file records processed.                            
                       
                  0 bad file records processed.                                  
                   
                  0 EA records processed.                                        
                   
                  76 reparse records processed.                                  
                    
                CHKDSK is verifying indexes (stage 2 of 5)...
                  1022098 index entries processed.                               
                         
                Index verification completed.
                  0 unindexed files scanned.                                     
                   
                  0 unindexed files recovered.                                   
                   
                CHKDSK is verifying security descriptors (stage 3 of 5)...
                  861952 file SDs/SIDs processed.                                
                        
                Cleaning up 1190 unused index entries from index $SII of file 0x9
                .
                Cleaning up 1190 unused index entries from index $SDH of file 0x9
                .
                Cleaning up 1190 unused security descriptors.
                Security descriptor verification completed.
                  80074 data files processed.                                    
                       
                CHKDSK is verifying Usn Journal...
                  35349216 USN bytes processed.                                  
                          
                Usn Journal verification completed.
                CHKDSK is verifying file data (stage 4 of 5)...
                  861936 files processed.                                        
                        
                File data verification completed.
                CHKDSK is verifying free space (stage 5 of 5)...
                  36748293 free clusters processed.                              
                          
                Free space verification is complete.
                CHKDSK discovered free space marked as allocated in the
                master file table (MFT) bitmap.
                CHKDSK discovered free space marked as allocated in the volume bi
                tmap.
                Windows has made corrections to the file system.
                
                 976657407 KB total disk space.
                 828376412 KB in 698587 files.
                    290732 KB in 80075 indexes.
                         0 KB in bad sectors.
                    997087 KB in use by the system.
                     65536 KB occupied by the log file.
                 146993176 KB available on disk.
                
                      4096 bytes in each allocation unit.
                 244164351 total allocation units on disk.
                  36748294 allocation units available on disk.
                
                Internal Info:
                00 27 0d 00 b2 e1 0b 00 4b 80 0f 00 00 00 00 00  .'......K.......
                60 15 00 00 4c 00 00 00 00 00 00 00 00 00 00 00  `...L...........
                00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................
                
                Windows has finished checking your disk.
                Please wait while your computer restarts.

      Comment

      • Rustys
        PCHF Member
        • Jul 2016
        • 7862

        #4
        Originally posted by darkness_awakens
        The volume bitmap is incorrect
        Look like it fixed it
        Originally posted by darkness_awakens
        CHKDSK discovered free space marked as allocated in the
        master file table (MFT) bitmap.
        Go head and run the windows defrag.

        The bigger question is how big is the HDD and how much free space is there?

        Comment

        • darkness_awakens
          PCHF Member
          • May 2021
          • 11

          #5
          Originally posted by Rustys
          Look like it fixed it

          Go head and run the windows defrag.

          The bigger question is how big is the HDD and how much free space is there?
          Good to know that it’s fixed,

          The disk has is 1Tb and has 140Gb free.

          Comment

          • Rustys
            PCHF Member
            • Jul 2016
            • 7862

            #6
            Anything else we can assist with this particular issue?

            Comment

            • darkness_awakens
              PCHF Member
              • May 2021
              • 11

              #7
              Originally posted by Rustys
              Anything else we can assist with this particular issue?
              I guess not. Thank you very much for your help!

              Comment

              • Bruce
                PCHF Member
                • Oct 2017
                • 10697

                #8
                use this incident as a cautionary reminder that you should be doing regular backups! (just saying)

                Comment

                Working...