-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drives no longer mounted after suspend/up #86
Comments
I get this too, triggered by the host suspending, which I assume also suspends and resumes the VM. |
Any work around for this? |
nothing for now. just run |
Mostly the problem is that sshfs disconnects when my Mac goes to sleep and I have to "vagrant sshfs" every time after the machine wakes. It's most annoying to take a coffee break and have to reconnect each time. I may try to automate the command, but it's probably something that should be built into the core plugin... Thanks. |
feel free to open a pull request :) |
:)
On Thu, Jul 12, 2018 at 10:29 Dusty Mabe ***@***.***> wrote:
feel free to open a pull request :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAl90y3e3ZSj52mNwSMR9OZMKJIStmpHks5uF2tEgaJpZM4QtpRg>
.
--
—
Andrew Johnson
*negnet*solutions
918.808.3008
www.negnet.co
|
Suspending a vagrant machine then calling vagrant up does not remount the volumes. Vagrant reload at this point does.
The text was updated successfully, but these errors were encountered: