How to validate fstab without rebooting in Linux

$ sudo mount -a
This command will mount all (not-yet-mounted) filesystems mentioned in fstab and is used in system script startup during booting.

Comments