Tips n Tricks
Friday, February 9, 2024
Monday, August 5, 2019
Solving Problem in Ubuntu that Says "Unexpected Inconsistency ;Run fsck Manually"

- So this massage Says that /dev/sda5 contains a file system with errors.
- Unexpected Inconsistency ;Run fsck Manually.
- So you have to type the following Command
fsck -f /dev/sda5
- After Giving 'Yes' as commands for the next steps reboot your computer
Subscribe to:
Posts (Atom)

-
So this massage Says that /dev/sda5 contains a file system with errors. Unexpected Inconsistency ;Run fsck Manually. So you have to ...