I read on some linux blogs that to reboot without going through fsck you can use the following command:
shutdown -rf now
I read that the -f flag means "reboot fast".
However, I cannot find any references to this option in the man of my RHEL 6.5.
I read on some linux blogs that to reboot without going through fsck you can use the following command:
shutdown -rf now
I read that the -f flag means "reboot fast".
However, I cannot find any references to this option in the man of my RHEL 6.5.
I don't have any reference to this flag in any of my running systems, but I have found one at linuxcommand.org:
http://linuxcommand.org/man_pages/shutdown8.html
-f Skip fsck on reboot.
My guess is that it does not work with every boot loader, so it has been removed.