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

Permissions on mounted not set correctly #51

Open
drmowinckels opened this issue Apr 11, 2019 · 0 comments
Open

Permissions on mounted not set correctly #51

drmowinckels opened this issue Apr 11, 2019 · 0 comments

Comments

@drmowinckels
Copy link

In our lab, we have been struggling with permissions set through sshfs when mounting a shared folder for some but not all mac users.

While umask is set to 002 for the users (the desired permission), files created on the mounted disc are set to 033.

Using the -o umask option does not work as expected, as files and folders create look like they now have the correct permissions, but when looking on the server the files are still with 033. Also, when this option is used, running chmod does not alter any permissions. This option seems to not work as intended?

Anyway, we have been struggling, together with University IT, for several months in trying different ways of fixing this issue, with no avail.

Any help is much appreciated.

MacOS 10.14.4
SSHFS version 2.5 (OSXFUSE SSHFS 2.5.0)
OSXFUSE 3.8.2
FUSE library version: 2.9.7
bash version 5.0.3(1)

mounted with command:

sshfs [email protected]:/path ~/mountpoint -o auto_cache,reconnect,defer_permissions,noappledouble,negative_vncache,volname=mountfldr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant