-
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
Empty sshfs-folders after vagrant resume #54
Comments
hey @hashkool, thanks for the report. I don't use In the mean time after you |
Thanks for your swift reply. I expect it is a "should" , since the vanilla virtualbox folder share mount is preserved under I would love if sshfs would work like the other file sharing mechanisms for virtualbox. In the mean time I will try your |
let me know if it works |
This results in some errors unfortunately:
|
That is actually not bad. It just means that you can skip the unmount. So just try |
Yes, that works, thanks! |
Currently, when I do
vagrant suspend
andvagrant resume
the sshfs-mountpoints are reportedly mounted, but the files from those mounts are not available. The only way I can work with vagrant-sshfs right now is tovagrant halt
andvagrant up
a machine.Example snippet from my Vagrant-file
The text was updated successfully, but these errors were encountered: