If you need to make sure fsck runs on the next reboot, here’s a really simple way to do it:
$ sudo touch /forcefsck
Alternatively (and depending on your version of Linux) you may also be able to pass an option to the shutdown command:
$ shutdown -rF now

0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.