Is there a way in /etc/fstab that I can wait for the VPN connection to be made, and then mount the network drives?
Asked
Active
Viewed 3,556 times
1 Answers
1
if you use the noauto option in the fstab line the filesystem will NOT be automatically mounted at start-up. You can then later mount the filesystem explicitly with a dispatcher script for NetworkManager which is automatically executed when the VPN is successfully connected.