fsck on reboot

In order to do a fsck on your disk on the next reboot, I prefer the following command:
shutdown -Fr now |
-F: Force fsck on reboot.
-r: reboot after shutdown.
The next option that you can choose to use is as following:
touch /forcefsck shutdown -r now |
Enjoy!!