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.
fis fast reboot? Seeing the man page forshutdownit doesn't show any-fflag. https://linux.die.net/man/8/shutdown It could be deprecated and removed – Alberto Méndez Feb 03 '17 at 12:24man shutdownand you will see all the flags available. The post you link is from 2013, a long time ago. – Alberto Méndez Feb 03 '17 at 12:28