When you make new entries in /etc/fstab or lost connection to network (e.g. samba) share it is possible to remount all disconnected devices.
To do so you need to execute:
mount -a
After that all accessible entries should become available.
DevBlog – How to solve everyday programming and administration problems
How to solve PHP, CSS, HTML problems, some administration tips about Linux, Apache, MySql and more…
When you make new entries in /etc/fstab or lost connection to network (e.g. samba) share it is possible to remount all disconnected devices.
To do so you need to execute:
mount -a
After that all accessible entries should become available.