March 12Mar 12 Hey allApologies if this sounds muddled - I am probably doing something wrong so any help is appreciated.My setup is as follows:- Unraid installed on a Ugreen NAS- Installed Rclone and User Scripts Plugins- New user called JamesI have created the rclone config file and can dorclone ls filejump:and it lists the files and folders - so I know the Rclone config works.The FileJump is set up as WebDAV.In my User Scripts has a script set up as follows:rclone mount filejump: /mnt/user/storage/mounts/filejump \ --allow-other \ --dir-cache-time 72h \ --vfs-cache-mode full \ --vfs-cache-max-size 50G \ --vfs-cache-max-age 12h \ --poll-interval 15s \ --umask 000 \ --uid 1000 \ --gid 100 \ --daemon \ --log-file /var/log/rclone_mount.log \ --log-level INFO &So that should mount it into a folder using the UID and GID of my user James.I can confirm that byroot@Unraid:~# ls -al /mnt/user/storage/mounts/filejump/ total 71981 drwxrwxrwx 1 james users 0 Mar 11 06:19 ./ drwxrwxrwx 1 james root 82 Mar 10 14:41 ../ -rw-rw-rw- 1 james users 73708416 Mar 11 05:21 Cyberduck-Installer-9.4.1.44384.exe drwxrwxrwx 1 james users 0 Mar 11 06:19 New\ folder/On Windows, I have mounted the share as user James, however, I am unable to create or delete anything in that filejump folder.On SMB Extras on Unraid, I don't have anything in there.It's driving me nuts :)
March 12Mar 12 I don't use rclone, but your ls seems to be saying that /mnt/user/storage/mounts (..) is owned by root. Must be users for network access.
March 12Mar 12 Author 50 minutes ago, trurl said:I don't use rclone, but your ls seems to be saying that /mnt/user/storage/mounts (..) is owned by root. Must be users for network access.Thanks for coming back to me. if I run chown -R james:users /mnt/user/CloudData (I have moved it now) - they all show as james:users but still I cannot write to that folder in Windows - I get this error:
March 12Mar 12 Are you sure your windows client is connecting as james? It's not always obvious. Typically windows will try to use the account of the windows user to connect to other network devices, and if it is successful, it will continue to use that account even though it might ask you to login when trying to access in ways that windows user is not allowed.
March 12Mar 12 Author Just now, trurl said:Are you sure your windows client is connecting as james? It's not always obvious. Typically windows will try to use the account of the windows user to connect to other network devices, and if it is successful, it will continue to use that account even though it might ask you to login when trying to access in ways that windows user is not allowed.Yep - deffo using james account on the Unraid server. My other non-rclone shares work fine - it's just anything which is an rclone mount share which has the issue.
March 12Mar 12 1 hour ago, trurl said:Are you sure your windows client is connecting as james? It's not always obvious. T@WildWayz, you can verify which user is connected by running the following command on your Unraid server using the GUI Terminal.smbstatus Edited March 12Mar 12 by Frank1940
March 12Mar 12 Author 5 minutes ago, Frank1940 said:@WildWayz, you can verify which user is connected by running the following command on your Unraid server using the GUI Terminal.smbstatusThanksroot@Unraid:~# smbstatusUnknown parameter encountered: "write cache size"Ignoring unknown parameter "write cache size"Samba version 4.22.8PID Username Group Machine Protocol Version Encryption Signing ----------------------------------------------------------------------------------------------------------------------------------------19802 james users 192.168.8.248 (ipv4:192.168.8.248:54355) SMB3_11 - partial(AES-128-GMAC)13275 james users 192.168.8.73 (ipv4:192.168.8.73:55660) SMB3_11 - partial(AES-128-CMAC)Service pid Machine Connected at Encryption Signing ---------------------------------------------------------------------------------------------storage 13275 192.168.8.73 Thu Mar 12 01:43:41 PM 2026 GMT - - downloads 19802 192.168.8.248 Thu Mar 12 01:58:09 PM 2026 GMT - - storage 19802 192.168.8.248 Thu Mar 12 01:58:09 PM 2026 GMT - - IPC$ 13275 192.168.8.73 Thu Mar 12 01:43:41 PM 2026 GMT - - CloudData 19802 192.168.8.248 Thu Mar 12 01:44:17 PM 2026 GMT - - ext_backup 19802 192.168.8.248 Thu Mar 12 01:58:09 PM 2026 GMT - - appdata 19802 192.168.8.248 Thu Mar 12 01:58:09 PM 2026 GMT - - Locked files:Pid User(ID) DenyMode Access R/W Oplock SharePath Name Time--------------------------------------------------------------------------------------------------19802 1000 DENY_NONE 0x100081 RDONLY NONE /mnt/user/CloudData . Thu Mar 12 13:51:36 202619802 1000 DENY_NONE 0x100081 RDONLY NONE /mnt/user/CloudData . Thu Mar 12 13:51:35 202619802 1000 DENY_NONE 0x80 RDONLY NONE /mnt/user/ext_backup . Thu Mar 12 13:58:10 202619802 1000 DENY_NONE 0x80 RDONLY NONE /mnt/user/appdata . Thu Mar 12 13:58:10 202619802 1000 DENY_NONE 0x80 RDONLY NONE /mnt/user/storage . Thu Mar 12 13:58:10 202619802 1000 DENY_NONE 0x80 RDONLY NONE /mnt/user/downloads . Thu Mar 12 13:58:10 2026
March 12Mar 12 1 hour ago, WildWayz said:Thanks for coming back to me. if I run chown -R james:users /mnt/user/CloudData (I have moved it now) - they all show as james:users but still I cannot write to that folder in Windows - I get this error:My guess would be that something has a file open in the path under that folder. (The phase "deleting that folder" is the reason for this statement– not this statement of yours: "but still I cannot write to that folder in Windows".)
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.