Hi, I'm having trouble mounting an SMB share on my new Unraid setup. Specifically, the error I'm getting is this: Dec 26 15:44:08 LibraryAlpha04 unassigned.devices: Mount SMB command: /sbin/mount -t 'cifs' -o rw,hard,relatime,noserverino,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777,uid=99,gid=100,retrans=3,actimeo=10,rsize=1048576,wsize=1048576,closetimeo=30,credentials='/tmp/unassigned.devices/credentials_DESKTOP-43E8SE5_D' '//DESKTOP-43E8SE5.LOCAL/D' '/mnt/remotes/DESKTOP-43E8SE5_D'
Dec 26 15:44:08 LibraryAlpha04 kernel: CIFS: enabling forceuid mount option implicitly because uid= option is specified
Dec 26 15:44:08 LibraryAlpha04 kernel: CIFS: enabling forcegid mount option implicitly because gid= option is specified
Dec 26 15:44:08 LibraryAlpha04 kernel: CIFS: Attempting to mount //DESKTOP-43E8SE5.LOCAL/D
Dec 26 15:44:08 LibraryAlpha04 kernel: CIFS: VFS: cifs_mount failed w/return code = -13
Dec 26 15:44:08 LibraryAlpha04 unassigned.devices: Remote Share '//DESKTOP-43E8SE5.LOCAL/D' failed to mount.I understand that return code -13 is likely a permissions issue, but I can't figure out where I'm going wrong. The share I'm trying to connect do is a drive on my Windows 10 machine, I have the drive setup for sharing in Windows, and I have file & printer sharing enabled in my network settings. I've also created a user for my NAS in both Unraid & Windows Credential manager, but using those credentials in the SMB share setup still results in a failure. What I suspect is that there's some Windows setting I'm overlooking, but I have no idea what it could be. Any help would be appreciated.