January 19, 20233 yr Hi I work fine but then the other day I got this when trying ho too nextcloud web interface. "Your data directory is readable by other users. Please change the permissions to 0770 so that the directory cannot be listed by other users"I google and fond this https://help.nextcloud.com/t/your-data-directory-is-readable-by-other-users-please-change-the-permissions-to-0770-so-that-the-directory-cannot-be-listed-by-other-users/148692 But little lost where too do it when it a docker and the way it made . Any help will be really helpful . Before I perhaps go back too old nextcloud and drop aio Sendt fra min SM-G998B med Tapatalk
January 19, 20233 yr Hi, you need to change the acl permissions of the smb share where your files are located on to 0770 instead of 0777.
January 19, 20233 yr Author 10 hours ago, szaimen said: Hi, you need to change the acl permissions of the smb share where your files are located on to 0770 instead of 0777. thx I try too run "chmod -R 0770 /mnt/user/Nextcloud" but can see I now get the same problem as him here https://www.reddit.com/r/NextCloud/comments/u2cc5w/data_directory_permission_problem_please_read/ think I go back too simpel nexcloud docker take some time too setup but easier too fix I hope
January 20, 20233 yr Hi, this issue is a general Linux permissions issue and has nothing to do specifically with AIO. You should be able to fix the problem with an additional `chown -R 33:0 /mnt/user/Nextcloud` Edited January 20, 20233 yr by szaimen
March 2, 20233 yr Author On 1/20/2023 at 9:40 AM, szaimen said: Hi, this issue is a general Linux permissions issue and has nothing to do specifically with AIO. You should be able to fix the problem with an additional `chown -R 33:0 /mnt/user/Nextcloud` thx so much work great
March 29Mar 29 Good day,I seem to have the same issue as reported over 2 years ago. Tried to changed permissions with 'chmod -R 0770 /mnt/user/Nextcloud' and 'chown -R 33:0 /mnt/user/Nextcloud' and validated that the permissions were properly set with WinSCP.This is the error that I am getting from the log report. Any help would be greatly appreciated.touch: cannot touch '/mnt/ncdata/this-is-a-test-file': No space left on device 2026-03-29T21:10:38.824671731Z The www-data user does not appear to have access rights to the data directory. 2026-03-29T21:10:38.824691692Z It is possible that the files are on a filesystem that does not support standard Linux permissions, 2026-03-29T21:10:38.824702653Z or the permissions simply need to be adjusted. Please change the permissions as described below. 2026-03-29T21:10:38.824712055Z Current permissions are: 2026-03-29T21:10:38.826880398Z 33:0 750 2026-03-29T21:10:38.827196469Z (userID:groupID permissions) 2026-03-29T21:10:38.827215403Z They should be: 2026-03-29T21:10:38.827224788Z 33:0 750 2026-03-29T21:10:38.827233026Z (userID:groupID permissions) Edited March 29Mar 29 by leprechaun17
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.