Could be an ownership or permissions issue with the /movies directory, possibly caused by the fresh install on the desktop PC (assuming it was working OK previously).
Try:
sudo chown nobody:nogroup /movies
sudo chmod 777 /movies
Then in smb.conf
[Movies share]
create mask = 0777
directory mask = 0777
force user = nobody
force group = nogroup
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.