Force fsck at reboot

There are at least two ways to force a disk check (fsck) at reboot.

Creating a /forcefsck file
As root run the following command

# touch /forcefsck

Using the shutdown command

# shutdown -rF now

Note
This command switch might not work on modern Linux operating systems since they use Upstart instead of the old Sysvinit system.