Advertisement
dedicating

[FIX] root filesystem on /dev/sda6 requires a manual fsck

Nov 10th, 2017
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Common error for ubuntu/kali/parrot
  2.  
  3. fsck from util-linux 2.26.2
  4. /dev/sda6 contains a file system with errors, check forced.
  5. /dev/sda6: Inodes that were part of a corrupted orphan linked list found.
  6. /dev/sda6: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
  7. (i.e., without -a or -p options)
  8. fsck exited with status code 4
  9. The root filesystem on /dev/sda6 requires a manual fsck
  10. Busybox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built in shell (ash)
  11. Enter 'help' for a list of built-in commands.
  12. (initramfs) _
  13.  
  14. Just do this command
  15. > fsck -fy /dev/sda6 <
  16.  
  17. For me > fsck -fy /dev/mapper/parrot--vg-root <
  18.  
  19. Should fix the error.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement