I can create, delete and rename folder (as long, as it is stays on the same level) on an cifs connected network disk, but I cannot move them. When I try to move one dir inside of another dir, it gives me access denied. When I login to the ssh and move the folder from the remote shell, it works. Maybe, I need to use some parameter, that I am missing with cifs connection string?
Here is my string:
mount -t cifs //ip.addr/share_name /tmp/mount_dir/ -o user=user-with-root-rights,domain=domain-or-workgroup-name,uid=local-user-mapped2mount,gid=local-group-mapped2mount