fsck from util-linux 2.26.2 how to fix it

I have upgraded from 15.04 to 15.10. After that finished, I have this message in black screen

fsck from util-linux 2.26.2 /dev/sda2: clean. 362332/30236672 files, 81578087/120945920 blocks

What does that mean and how to fix it?

2 Answers

It means that the integrity of the file system on /dev/sda2 was checked and no error was found. There's nothing to fix here, because it's just a notification that there was no problem.

1

you should reinstall your desktop. prees ctrl+alt+f1

login with your user and pass.

if you use uinty write in terminal:

sudo apt-get install --reinstall ubuntu-desktop

if use Gnome :

sudo apt-get install --reinstall ubuntu-gnome-desktop

2

You Might Also Like