-
Notifications
You must be signed in to change notification settings - Fork 104
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
macOS Catalina #100
Comments
Hi @mtibben , I didn't upgrade yet so I cannot help figure this out at the moment. Maybe you can try and propose a PR? |
@mtibben have you tried to set |
@alessiopiazza it does work when running |
Im facing the same problem and setting the hosts path with /System/Volumes/Data/[...] seems to fix the problems at first (I even see all the files) but the guest is not able to write files as it was earlier. So there seems to be some follow-up problems. |
Here's the approach taken by Vagrant to the same problem hashicorp/vagrant#11108 |
Thanks @mtibben for providing a fix. Can everybody try it out and share feedback on the PR. As said, I didn't migrate yet so can't test it out (yet) |
What I had to do:
(Inspired by the Vagrant Issue - They edited their Vagrant-File) I think this is the reason why @rivetmichael has empty folders in his guest. Do you maybe need to add the prefix in your docker-compose.yml as well? Edit: (Done before the fix was provided - WIll test the fix with original configs) |
#102 created my /etc/export including the /System/Volumes/Data prefix. |
@PaulBrandt thanks, I am trying this right now 👍 |
thanks @mtibben and @PaulBrandt works fine with your PR |
Hello guys, I updated my
Someone knows, how can I fix this? |
Even if I pass the folder I want to share, like: I receive this error. Unknown user:
map credential error
exports:3: error processing options: -mapall=:501:20 |
Hey @nathpaiva , As the error tells you, you have a conflicting configuration in your /etc/exports file. Remove the line with Cheers |
Yeah, of course! I didn't think to check this. 🤦♀️ I remove from there and everything works fine. Thanks @tonivdv |
I have the same kind of error: I'm running "docker-machine-nfs default" But how to 'remove the line' as @tonivdv says? Thanks in advance! |
@frankgraave go to And do the upgrade version with This is worked to me. |
Ah, I see now 🤦♂ Sorry, long day and I wasn't reading quite well 😅 Thanks for pointing it out @nathpaiva! |
It appears docker-machine-nfs is having problems running on macOS Catalina
It appears the error is occurring at
and likely caused by the APFS Volume Groups in Catalina making separate partitions appear as one logical filesystem
The text was updated successfully, but these errors were encountered: