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 I'm mounting a user's home directory on MacOs sudo /usr/local/bin/sshfs -o uid=1015390 -o gid=4222 -o allow_other [email protected]: /Users/testuser -p 2121
command works out successfully:
mount | grep macfuse
[email protected]: on /Users/testlifford (macfuse, synchronous)
But when logging in, mac cannot write files to this folder.. I think this is due to the fact that imac cannot write its extended attributes
The text was updated successfully, but these errors were encountered:
Hi I'm mounting a user's home directory on MacOs
sudo /usr/local/bin/sshfs -o uid=1015390 -o gid=4222 -o allow_other [email protected]: /Users/testuser -p 2121
command works out successfully:
But when logging in, mac cannot write files to this folder.. I think this is due to the fact that imac cannot write its extended attributes
The text was updated successfully, but these errors were encountered: