Hello I am using ubuntu 21.04 and everytime I go to do sudo apt update I I get E: Error reading cpu table. I have no idea how to fix this. If anyone can help that would be great. Thanks!
Asked
Active
Viewed 2,712 times
2
fsck
) via command or GUI tool. Others indicate it's because of an interrupted install and fixes are more varied. – guiverc Jun 06 '21 at 03:18fsck
or the file-system check command is calledchkdsk
in DOS/windows... it doesn't actually check a disk, but checks a file-system for logical errors that exists on a disk/partition/storage-device.. It doesn't check for bad sectors/clusters/inodes/blocks, but only file-system logical errors such as invalid pointers etc... If you're familiar withchkdsk
from microsoft products since 1981; it's the same thing.. Microsoft called itfsck
too before 1981 (ie. on their Xenix products) – guiverc Jun 10 '21 at 04:13