I setup a schedule to try to copy \\htpc\tv\ to the NAS, but instead of copying the CONTENTS of that folder to the NAS, it copied the folder itself, thus duplicating lots of files (115GB worth).
I removed the schedule, but the "TV" folder on the NAS is owned by 0:0 and cannot be deleted no matter what I try (the rest of the files are owned by 501:501). (For example, `sudo chown 501:501 TV` simply results in a long list of "Operation not permitted" errors)
Doing an ls -lsn I get:
8 drwxrwxrwx 43 0 0 4096 Apr 25 12:38 TV
I've tried to create a separate R/W share for that folder, but I still can't delete it regardless of if I mount it via NFS or SMB.
[EDIT: I installed
fun_plug, enabled sshd, logged in and removed the directory manually]