Hmmm. Let’s check the filesystem.
First you need make sure to have the partition unmounted. You can do that with sudo umount /dev/sda5
and then you can check it with sudo fsck /dev/sda5
.
Hmmm. Let’s check the filesystem.
First you need make sure to have the partition unmounted. You can do that with sudo umount /dev/sda5
and then you can check it with sudo fsck /dev/sda5
.