Advertisement
harrypnyce

chkdsk20190128

Jan 28th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PS C:\WINDOWS\system32> chkdsk F: /f /offlinescanandfix
  2. The type of the file system is NTFS.
  3.  
  4. Chkdsk cannot run because the volume is in use by another
  5. process.  Chkdsk may run if this volume is dismounted first.
  6. ALL OPENED HANDLES TO THIS VOLUME WOULD THEN BE INVALID.
  7. Would you like to force a dismount on this volume? (Y/N) y
  8. Volume dismounted.  All opened handles to this volume are now invalid.
  9. Volume label is BTC.
  10.  
  11. Stage 1: Examining basic file system structure ...
  12.   4608 file records processed.
  13. File verification completed.
  14.   0 large file records processed.
  15.   0 bad file records processed.
  16.  
  17. Stage 2: Examining file name linkage ...
  18.   4648 index entries processed.
  19. Index verification completed.
  20.   0 unindexed files scanned.
  21.   0 unindexed files recovered to lost and found.
  22.   0 reparse records processed.
  23.   0 reparse records processed.
  24.  
  25. Stage 3: Examining security descriptors ...
  26. Security descriptor verification completed.
  27.   20 data files processed.
  28.  
  29. Windows has scanned the file system and found no problems.
  30. No further action is required.
  31.  
  32.  625114111 KB total disk space.
  33.  227754844 KB in 4560 files.
  34.        856 KB in 22 indexes.
  35.          0 KB in bad sectors.
  36.      89635 KB in use by the system.
  37.      65536 KB occupied by the log file.
  38.  397268776 KB available on disk.
  39.  
  40.       4096 bytes in each allocation unit.
  41.  156278527 total allocation units on disk.
  42.   99317194 allocation units available on disk.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement