-
Notifications
You must be signed in to change notification settings - Fork 59
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
Issue with sharing mounted files over NFS #120
Comments
You need to sort of the permission. Have a look at this: |
I tried this, but couldn't get it to work either unfortunately unlike the post, I'm not getting permission denied messages for the files I mounted, they aren't appearing whatsoever in the directories, neither in GUI or through the terminal. This is my NFS share config *(rw,no_subtree_check,crossmnt) |
I just tried setting fsid=0 and fsid=root alongside with the -o allow_root flag instead of the allow_user but that didn't seem to work either unfortunately |
Does it work without re-sharing under NFS? |
I'm having issues sharing over NFS files/directories that I mounted.
I tried mounting some files in single file mode in various subdirectories, and when sharing the top directory with NFS non of the files are accessible from the NFS client. Other files that are "actually" in the directory and subdirectories are accessible in the NFS mount.
I do manage to create an NFS share of the exact directory I mounted and access the file.
I also manage to create a SMB share with the directories and subdirectories of files I mounted without any issues.
I think there is some weird behavior of the project with NFS making mounting in subdirectories problematic.
Do you have any experience with the issue? Or any ideas for solutions?
Thanks in advance
The text was updated successfully, but these errors were encountered: