Force "filesystem check" on reboot in Linux

2 Methods

#1
touch /forcefsck
shutdown -r now

#2
shutdown -rF now

Powered by Linux