re-mount without restarting
Re-Mount /etc/fstab without Restarting
You have added new entry in your /etc/fstab file to mount a drive or
partition. To mount those new partitions you would normally reboot your
PC. There is a simple way which will Re-Mount the drives in your
/etc/fstab file.
Run as root.
mount -a
|