We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mkdir aa mkdir bb bindfs aa bb
gives: Failed to resolve mount point `bb': No such file or directory
The text was updated successfully, but these errors were encountered:
Defined _DARWIN_BETTER_REALPATH to get a non-broken realpath() on Cat…
df713c8
…alina (issue #83).
Looks like Apple broke realpath() in Catalina unless a specific symbol is defined: JuliaLang/julia#33545 & google-deepmind/lab#173
realpath()
Should be fixed in bindfs 1.14.4. Or you can probably use absolute paths as a workaround.
Thanks!
Sorry, something went wrong.
This issue exists on Ventura now
No branches or pull requests
mkdir aa
mkdir bb
bindfs aa bb
gives:
Failed to resolve mount point `bb': No such file or directory
The text was updated successfully, but these errors were encountered: