I'm using dual boot: Ubuntu 17.10 along with Windows 7. Recently I'm facing an issue when I want to boot Ubuntu. It shows: "UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY".
I run fsck /dev/sda6
But it does not work.
Can anyone tell me how can I fix that issue?
Thanks
fsck -f /dev/sda6
, does anything appear in the terminal window? – Charles Green Jan 10 '18 at 16:05fsck -fy /dev/sda6
– Charles Green Jan 10 '18 at 16:12