Last Updated: February 25, 2016
·
665
· pykler

Checking your /etc/fstab pre reboot

It is a good idea to check your fstab pre-reboot ... here is an easy way to do it (source):

mount -avf

the -f will prevent the system call from actually being done. If you get a syntax error, you know you have a problem, otherwise you are probably good to go (better than nothing).