Skip to Content

Tag: virtualbox

  • Posted on

    Mount NFS shares on a running Vagrant box

    I use Vagrant boxes on Virtualbox for pretty much all my development work these days. Often I need to mount a new shared folder to the box I’m working on, but updating the Vagrantfile and rebooting takes too long to my liking.

    It’s much faster to mount with NFS directly when it’s a one-off!