January 10Jan 10 Community Expert Below what I am getting when trying to see appdata as user share. Any idea what can be driving this. Config below. Can post diagnostic log if helpful. Please let me know.root@Tower:~# ls /mnt/user/appdata/mnt/user/appdata@Exclusive access: YesPrimary storage: CacheSecondary storage: NoneExport: YesCase-sensitive names: AutoSecurity: Public
January 10Jan 10 Community Expert You should never try to export appdata share; Docker containers typically have specific permissions that are not compatible with SMB.
January 10Jan 10 Community Expert 2 minutes ago, steve1977 said:Changed it, but same issue.I thought you were unable to access it over SMB, not locally. That's a different issue, start by rebooting and posting the diags after array start.
January 10Jan 10 Author Community Expert I am able to access it over /mnt/cache/appdata, but not over /mnt/user/appdata. I am referring to "ls command" after SSH into the server.
January 10Jan 10 Author Community Expert Rebooted and still cannot access appdata as user share. See below diagnostic file. Thanks for looking into this. tower-diagnostics-20260110-0937.zip
January 10Jan 10 Author Community Expert Here we go:root@Tower:~# ls -l /mnt/usertotal 8lrwxrwxrwx 17 nobody users 4096 Jan 10 07:56 appdata -> ../cache/appdata/drwxrwxrwx 1 myname users 149 Jan 10 03:07 backup/drwxrwxrwx 1 myname users 35 Jan 10 08:29 backup-music/drwxrwxrwx 1 nobody users 63 Jan 9 23:55 data/lrwxrwxrwx 3 nobody users 24 Dec 20 2022 domains -> ../cache/domains/lrwxrwxrwx 2 nobody users 106 Jul 3 2025 isos -> ../cache/isos/lrwxrwxrwx 4 nobody users 56 Dec 25 2022 system -> ../cache/system/root@Tower:~#
January 10Jan 10 Community Expert 2 hours ago, steve1977 said:root@Tower:~# ls /mnt/user/appdata/mnt/user/appdata@ I missed this before; this is the normal output with an exclusive share. If you want to see where the link points, you need to use ls -l /mnt/user/appdataBut based on the above output, you can use ls -l /mnt/cache/appdataNote that you can still so a cd /mnt/user/appdata, and that will still work.
January 10Jan 10 Author Community Expert Got it, so this is expected behaviour and still can access the files via /mnt/user/..., but just "ls" doesn't work for exclusive shares?
January 10Jan 10 Community Expert Solution 1 hour ago, steve1977 said:but just "ls" doesn't work for exclusive shares?Correct, unless you use the actual disk path.
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.