How to validate fstab syntax without rebooting Linux
You can simple run: mount -a
-a Mount all filesystems (of the given types) mentioned in fstab.
This command will mount all (not-yet-mounted) file systems mentioned in /etc/fstab and is used in system script startup during booting.
-a Mount all filesystems (of the given types) mentioned in fstab.
This command will mount all (not-yet-mounted) file systems mentioned in /etc/fstab and is used in system script startup during booting.
Comments
Post a Comment