Feb 162009
Mount all filesystems mentioned in fstab immediately
Answer:
To mount all filesystems mentioned in /etc/fstab immediately, use the following command:
# mount -a
It is very useful especially when you have finished updated the /etc/fstab file and want to see the effect without reboot.