Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. sudo fsck_exfat -q /dev/disk1s2
  2. QUICKCHECK ONLY; FILESYSTEM DIRTY
  3.  
  4. sudo fsck_exfat -gd /dev/disk1s2
  5.  
  6. /* results */
  7. 0 clusters were marked used, but not referenced
  8.  
  9. 0 clusters were marked used and CLUST_BAD
  10.  
  11. 0 clusters were marked free, but referenced
  12.  
  13. (S,"Rechecking main boot region.",0)
  14.  
  15. (S,"Rechecking alternate boot region.",0)
  16.  
  17. (S,"The volume %1$@ appears to be OK.",1)
  18.  
  19. sudo fsck_exfat -gdy /dev/disk1s2
  20.  
  21. /* results */
  22. fsck_exfat: Could not update main boot region: Bad file descriptor
  23.  
  24. sudo fsck_exfat -q /dev/disk1s2
  25. QUICKCHECK ONLY; FILESYSTEM DIRTY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement