Post

Reload fstab (/etc/fstab)

If you make a new entry in fstab it will not auto-mount. Therefore you must reload / refresh the entries. A reboot will do this but that is not a friendly way to do it. A quick way to reload new entries in /etc/fstab (fstab) is to use the mount command:

1
mount -a

Mount -a

This post is licensed under CC BY 4.0 by the author.