Skip to content
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

Failed to resolve mount point on MacOS / Catalina #83

Closed
thomasd3 opened this issue Mar 22, 2020 · 2 comments
Closed

Failed to resolve mount point on MacOS / Catalina #83

thomasd3 opened this issue Mar 22, 2020 · 2 comments
Labels

Comments

@thomasd3
Copy link

mkdir aa
mkdir bb
bindfs aa bb

gives:
Failed to resolve mount point `bb': No such file or directory

@thomasd3 thomasd3 changed the title Failed to resolve mount point on MacOS / Mojave Failed to resolve mount point on MacOS / Catalina Mar 22, 2020
@mpartel mpartel added the mac-os label Mar 22, 2020
@mpartel
Copy link
Owner

mpartel commented Mar 22, 2020

Looks like Apple broke realpath() in Catalina unless a specific symbol is defined: JuliaLang/julia#33545 & google-deepmind/lab#173

Should be fixed in bindfs 1.14.4. Or you can probably use absolute paths as a workaround.

Thanks!

@mpartel mpartel closed this as completed Mar 22, 2020
@OverHealz
Copy link

This issue exists on Ventura now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants