Guest User

Untitled

a guest
Sep 21st, 2016
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.10586]
  2. (c) 2015 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\WINDOWS\system32>chkdsk C:
  5. The type of the file system is NTFS.
  6.  
  7. WARNING! /F parameter not specified.
  8. Running CHKDSK in read-only mode.
  9.  
  10. Stage 1: Examining basic file system structure ...
  11. 683008 file records processed.
  12. File verification completed.
  13. 17877 large file records processed.
  14. 0 bad file records processed.
  15.  
  16. Stage 2: Examining file name linkage ...
  17. 751806 index entries processed.
  18. Index verification completed.
  19. 0 unindexed files scanned.
  20. 0 unindexed files recovered to lost and found.
  21.  
  22. Stage 3: Examining security descriptors ...
  23. Security descriptor verification completed.
  24. 34400 data files processed.
  25. CHKDSK is verifying Usn Journal...
  26. 40312504 USN bytes processed.
  27. Usn Journal verification completed.
  28. The Volume Bitmap is incorrect.
  29. Windows has checked the file system and found problems.
  30. Please run chkdsk /scan to find the problems and queue them for repair.
  31.  
  32. 468387839 KB total disk space.
  33. 91288164 KB in 148583 files.
  34. 110696 KB in 34401 indexes.
  35. 0 KB in bad sectors.
  36. 808263 KB in use by the system.
  37. 65536 KB occupied by the log file.
  38. 376180716 KB available on disk.
  39.  
  40. 4096 bytes in each allocation unit.
  41. 117096959 total allocation units on disk.
  42. 94045179 allocation units available on disk.
  43.  
  44. C:\WINDOWS\system32>chkdsk /scan
  45. The type of the file system is NTFS.
  46.  
  47. Stage 1: Examining basic file system structure ...
  48. 683008 file records processed.
  49. File verification completed.
  50. 17897 large file records processed.
  51. 0 bad file records processed.
  52.  
  53. Stage 2: Examining file name linkage ...
  54. 751876 index entries processed.
  55. Index verification completed.
  56. 0 unindexed files scanned.
  57. 0 unindexed files recovered to lost and found.
  58.  
  59. Stage 3: Examining security descriptors ...
  60. Security descriptor verification completed.
  61. 34435 data files processed.
  62. CHKDSK is verifying Usn Journal...
  63. 40555312 USN bytes processed.
  64. Usn Journal verification completed.
  65.  
  66. Windows has scanned the file system and found no problems.
  67. No further action is required.
  68.  
  69. 468387839 KB total disk space.
  70. 91782752 KB in 148657 files.
  71. 110760 KB in 34436 indexes.
  72. 0 KB in bad sectors.
  73. 808267 KB in use by the system.
  74. 65536 KB occupied by the log file.
  75. 375686060 KB available on disk.
  76.  
  77. 4096 bytes in each allocation unit.
  78. 117096959 total allocation units on disk.
  79. 93921515 allocation units available on disk.
  80.  
  81. C:\WINDOWS\system32>
Advertisement
Add Comment
Please, Sign In to add comment