1

Everytime I turn on my Xubuntu system, it asks me to do a manual fsck.

Is there something wrong with my system?

Should I be concerned?

ChanganAuto
  • 1,670
  • 8
  • 14
  • 21
  • Sometimes there's a problem; sometimes there's not. There are many possible reasons for asking to do a manual fsck. Some of those reasons are beyond your control (like power loss), some are due to poor user habits (like holding down the power button), some are due to bugs in the software, the kernel, or your hardware/firmware. If it's frequent, review your habits and your logs for clues. – user535733 Jul 25 '22 at 09:08
  • 1
    It would help if you could include an image of the exact error message - this may have been answered here before. – Artur Meinild Jul 25 '22 at 09:09
  • How are you shutting down your system normally? How many filesystems do you have? Please, [edit] your question and add this information together with the output of df -hT | grep -v tmpfs. – FedKad Jul 25 '22 at 09:19
  • sorry guys. I should have and will add more info. I shut the system using shutdown -P. thanks by the way. – csismylife Jul 25 '22 at 17:30
  • @karel thanks karel but unfortunately no. It does not say why this happens and if there is something that I should be concerned with or it is just the version of my os that is problematic – csismylife Jul 27 '22 at 11:59

1 Answers1

0

UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY means there is some file system error in the disk. Run the fsck command manually. After that it will ask some more questions. Just answer y and press Enter and finally reboot the computer. source

Solving a small problem by running fsck when you get the RUN fsck MANUALLY message will prevent a possible big problem later on. Ubuntu is shouting at you in capital letters to do something small by running fsck which is printed in small letters to prevent a possible bigger problem later on. It's good advice. I would take it.

karel
  • 114,770