You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, here is my environment:
bindfs 1.14.7 installed with brew
osxfuse 3.11.0 installed using official dmg file
macOS 10.15.5 Catalina
Now sudo bindfs ~/fake_root_dir/projects/ /projects_test/ works for me, but I want to use /etc/fstab to mount it on boot. So in /etc/fstab, I added: /Users/x4base/fake_root_dir/projects/ /projects_test fuse.bindfs perms=0700,mirror-only=x4base,local,allow_other,extended_security,noappledouble 0 0
But the result is:
sudo mount -a
mount_apfs: volume could not be mounted: Operation not permitted
mount: / failed with 77
mount: exec /Library/Filesystems/fuse.bindfs.fs/Contents/Resources/mount_fuse.bindfs for /projects_test: No such file or directory
mount: /projects_test failed with 72
Do I really need the file /Library/Filesystems/fuse.bindfs.fs/Contents/Resources/mount_fuse.bindfs ? Where can I get it?
In osxfuse/osxfuse#194, someone says I can do sudo ln -s /usr/local/bin/bindfs /sbin/mount_fuse.bindfs, but the macOS now doesn't allow any modification to /sbin.
What is the proper way to solve it? Thanks!
The text was updated successfully, but these errors were encountered:
I don't test on MacOS very often or very thoroughly, so I'm not great at keeping up with all the new limitations and backwards-incompatibilities Apple likes to cook up :/
I'll leave this issue open for visibility. At some point I should probably document MacOS-specifics better on the website/readme/man-page.
Hi, here is my environment:
bindfs 1.14.7 installed with brew
osxfuse 3.11.0 installed using official dmg file
macOS 10.15.5 Catalina
Now
sudo bindfs ~/fake_root_dir/projects/ /projects_test/
works for me, but I want to use /etc/fstab to mount it on boot. So in /etc/fstab, I added:/Users/x4base/fake_root_dir/projects/ /projects_test fuse.bindfs perms=0700,mirror-only=x4base,local,allow_other,extended_security,noappledouble 0 0
But the result is:
Do I really need the file /Library/Filesystems/fuse.bindfs.fs/Contents/Resources/mount_fuse.bindfs ? Where can I get it?
In osxfuse/osxfuse#194, someone says I can do
sudo ln -s /usr/local/bin/bindfs /sbin/mount_fuse.bindfs
, but the macOS now doesn't allow any modification to /sbin.What is the proper way to solve it? Thanks!
The text was updated successfully, but these errors were encountered: