sshfs icon indicating copy to clipboard operation
sshfs copied to clipboard

Problem write apple file

Open tetesh opened this issue 3 years ago • 0 comments

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

tetesh avatar May 18 '22 15:05 tetesh