Post

Refresh Linux mounts after changes made to /etc/fstab

When an update has been made to /etc/fstab the changes won’t immediately and automatically take effect so there is a need to refresh them manually.

This can be done either by rebooting, which is a pain or just use the mount command

1
mount -a
This post is licensed under CC BY 4.0 by the author.