1

Is there a way in /etc/fstab that I can wait for the VPN connection to be made, and then mount the network drives?

Kevin
  • 354
  • 1
  • 4
  • 23

1 Answers1

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.

mtron
  • 76
  • 6