I tried booting into Ubuntu (I have dual boot of Windows 10 and Ubuntu) and faced with the following error message:
usb 1-1.4: device descriptor read/64, error -32
/dev/sda5: contains a file system with errors, check forced.
/dev/sda5: 433585/1319328 files (0.3% non-contiguous), 3069030/5290240 blocks fsck exited with status code 1
Welcome to emergency mode! After logging it type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, "systemctl default" or ^D to try again to boot into default mode.
Press enter for maintenance
(Or press Control-D to continue)
root@localhost:~#
What I've tried:
- I've tried to follow the instructions provided here but couldn't resolve the issue (note: I replaced
/dev/sdb1
with/dev/sda5
) and I get the following message after executing the commandfsck -y /dev/sda5
but after reboot I still had the same error:
fsck from utill-linux 2.27.1
e2fsck 1.42.13 (17-May-2015)
/dev/sda5: clean, 433587/1319328 files, 3069032/5290240 blocks
- I've tried rebooting and
Ctrl-D
, but nothing was resolved
Any help would be very much appreciated; I really hope I can fix this issue soon because I really need to use my laptop.