DELETED_5350

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
 
Back
Top Bottom