May 2, 20242 yr I am no longer able to access Unraid shares over the network from any device. Initially, I was trying to set up Syncthing, and changed the appdata path in the docker settings to /mnt/user and then was immediately unable to access any of my shares from other devices. The error I get when selecting a share from my windows computer is "You do not have permission to access. Contact your network administrator to request access." I have confirmed that my user has read and write access to the shares still. I also notice that it looks like syncthing created shares on /mnt/user (Sync & index-v0.14.0.db). I removed the syncthing docker container but I'm not sure where to start troubleshooting the issue to at least get my devices connected again. ac-server-diagnostics-20240502-1901.zip
May 2, 20242 yr Community Expert 3 minutes ago, ACreager1124 said: changed the appdata path in the docker settings to /mnt/user 4 minutes ago, ACreager1124 said: syncthing created shares on /mnt/user Any folder in /mnt/user is automatically a user share. And, you have probably broken the permissions in /mnt/user What do you get from command line with this? ls -lah /mnt/user and this? ls -lah /mnt
May 2, 20242 yr Author Thanks. From command line ls -lah /mnt/user: root@AC-Server:~# ls -lah /mnt/user total 0 drwx------ 1 nobody users 61 May 2 16:37 ./ drwxr-xr-x 8 root root 160 Apr 24 14:19 ../ drwxrwxrwx 1 nobody users 112 May 2 11:36 Andrew/ drwxrwxrwx 1 nobody users 48 Apr 1 14:45 Media/ drwxr-xr-x 1 nobody users 31 May 2 16:19 Sync/ drwxrwxrwx 1 nobody users 52 May 1 21:25 appdata/ drwxrwxrwx 1 nobody users 0 Mar 29 11:00 domains/ drwxr-xr-x 1 nobody users 131 May 2 16:19 index-v0.14.0.db/ drwxrwxrwx 1 nobody users 6 Mar 29 11:00 isos/ drwxrwxrwx 1 nobody users 26 Mar 29 11:00 system/ From command line ls -lah /mnt: root@AC-Server:~# ls -lah /mnt total 16K drwxr-xr-x 8 root root 160 Apr 24 14:19 ./ drwxr-xr-x 21 root root 440 May 2 19:01 ../ drwx------ 1 nobody users 40 Mar 29 11:00 cache/ drwx------ 5 nobody users 61 Mar 30 13:26 disk1/ drwx------ 6 nobody users 226 May 2 16:37 disk2/ drwx------ 2 nobody users 6 Mar 29 11:00 disk3/ drwx------ 1 nobody users 61 May 2 16:37 user/ drwx------ 1 nobody users 61 May 2 16:37 user0/
May 3, 20242 yr Community Expert Solution /mnt is wrong, do this: chmod 777 /mnt/* /mnt/user/Sync and /mnt/user/index... is wrong too, but maybe you just want to delete those.
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.