(A) I use to have a command "
shutdown ------------> (shutdowd the computer)
-r -------------------> (reboot back up again after shutdown)
-F -------------------> (forced filesystem integrity check, done by fsck on (re)boot)
"now"-----------------> (indicating a very fast shutdown)
(B) When I use the same command now, I get the error ***- F is not supported???
(C) QUESTION: How can I now force a file system integrity check on (re) boot?***The current manual page of fsck does not provide me the answer 
The man pages do not mention “-F”.
Hi
Also see the note that shutdown is a legacy command, you should be
using systemd/systemctl…
man 7 systemd.special should provide info
–
Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 12.2 (x86_64) Kernel 3.4.11-2.16-desktop
up 11:48, 3 users, load average: 0.01, 0.03, 0.05
CPU Intel i5 CPU M520@2.40GHz | Intel Arrandale GPU
So how do you achieve this with systemd/systemctl?
touch /forcefsck
reboot
I guess this is what “shutdown -F” did. /forcefsck has been around for quite some time, long before systemd … 