TheMunk
Cadet
- Joined
- Jun 10, 2017
- Messages
- 8
As the title says - any files created by the jail (e.g. synced items) can't be seen through my SMB share.
A bit of troubleshooting so far:
The + sign is the only difference. dunno what that means?
GalaxyCamera was created through SMB, while GalaxyCameraBackup was created through the jail's SSH. permissions are the same. I'm confused...
A bit of troubleshooting so far:
- If I manually create a file through SMB, I can see the file through SSH'ing to the jail.
- If I manually create a file through SSH in the jail, I cannot see it in SMB.
- My permissions have been correct so far but tried setting the parent folder to '777 -R' with no luck.
- The owner and group of the directory is 'syncthing' and 'syncthing' - my SMB user is part of the 'syncthing' group.
- This issue is only with the syncthing jail - point (2.) works fine in any other jail.
- Mount is fine.
The + sign is the only difference. dunno what that means?
Code:
drwxrwxrwx+ 12 syncthing syncthing 138 Sep 4 19:04 Desktop drwxrwxrwx+ 86 syncthing syncthing 346 Sep 6 09:37 Documents drwxrwxrwx+ 36 syncthing syncthing 281 Sep 6 09:25 Downloads drwxrwxrwx 9 syncthing syncthing 10 Sep 6 09:55 GalaxyCamera drwxrwxrwx 2 syncthing syncthing 3 Sep 6 17:21 GalaxyCameraBackup drwxrwxrwx 7 syncthing syncthing 9 Sep 6 09:42 GalaxyPhotos drwxrwxrwx+ 8 syncthing syncthing 36 Jul 11 11:58 Music drwxrwxrwx+ 12 syncthing syncthing 18 Sep 6 10:44 Pictures drwxrwxrwx+ 9 syncthing syncthing 14 Sep 6 10:42 Video
GalaxyCamera was created through SMB, while GalaxyCameraBackup was created through the jail's SSH. permissions are the same. I'm confused...