-
Notifications
You must be signed in to change notification settings - Fork 47
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
Shared folders do not work with VMware Fusion 11.0.1 #15
Comments
Would mind having a try:
|
Thanks @jeffwubj to point me to the logs folder. This is what I did.
Step 4 gives me an error
The corresponding vmware-vix-33495.log is this
|
BTW: The vmxnet3 patch for boot2docker.iso 18.09.0 has been merged and I have created an ISO file to try it also with this There is a problem in boot2docker.iso 18.09.0 which is fixed with boot2docker/boot2docker#1350 by adding missing kernel modules and fixing the /etc/init.d/docker script. There is another problem with docker-machine 0.14.0 and newer using the There is an external driver plugin I have built the boot2docker.iso with the fix for vmware and put it into a GitHub release of my fork.
The shared folders are mounted to
I try to figure out why this happens and send PR's to the corresponding repos. |
@StefanScherer did you have any chance to progress on this feature? We'd love to migrate to vmware fusion and lack of shared folders is the latest blocking issue |
i'm running vmware fusion 10.1.3 and shared folders are working for me if i use the i don't know if it successfully works w/ version 11, which is why i've been hesitant to upgrade. |
I can confirm that |
@marek-obuchowicz This is somewhat a side-effect, but you can still link the /hosthome dir to /Users. |
@gcavalcante8808 it's clear how to workaround it. I would expect however docker-machine driver to take care about that (for example by setting symlink), so that |
I tried to create a Docker Machine with the boot2docker 18.06.1 ISO with both the built-in
vmwarefusion
driver and thisvmware
driver plugin from this repo, but with both I see an error mounting the shared folder into the VM.I'm using VMware Fusion Pro 11.0.1 on macOS 10.14 and docker-machine 0.15.0 from Docker for Mac 18.06.1-ce-mac73.
vmware driver
With the machine-drivers/docker-machine-driver-vmware driver (here is the gist of the debug output) a machine is created, but there is no shared folder
-> lines 358ff of the debug output during creation shows errors
Error: There was an error mounting the Shared Folders file system inside the guest operating system
vmwarefusion driver
With the vmwarefusion driver (here is the gist of the debug output) the creation aborts with an error.
Does anybody else experience this problem with VMware Fusion 11?
The text was updated successfully, but these errors were encountered: