problem with permission on filebrowser truenas #5361
Unanswered
AzzamSyakir
asked this question in
Q&A
Replies: 1 comment
-
You can change the file creation mode using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I’m stuck on this problem. I recently set up a NAS using TrueNAS, but I’m having a permission issue.
When I create a folder or file using FileBrowser, I can’t open it from my SMB share. However, if I create the folder or file from SMB, I have no problem opening or interacting with it in FileBrowser.
After some research, I found the issue is related to permissions in FileBrowser. When I create a file or folder via the browser, the new item gets effective r-x permissions. It turns out this is caused by the umask being set to 0022.
I tried changing it, but it always fails. Since I’m using the TrueNAS app to run FileBrowser, I converted FileBrowser into a custom app so I could edit the YML file. I’ve already changed the umask in the environment section of the YML file to 000, but it still doesn’t work.
Any idea how I can fix this?
Beta Was this translation helpful? Give feedback.
All reactions