Tips n Tricks
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
Newer Posts
Home
Subscribe to:
Posts (Atom)
(no title)
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 ...