How to mount devices or shares without rebooting system / reload fstab

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.