You want copy files from your ubuntu to the NAS.
have you tried this :
Jocko wrote:One more test to detect if it's your Ubuntu OS or the NAS configuration which is cause the issue.
Open a terminal window as super user (or use "sudo") and try to mount manualy the share and use only the required options :
- Code: Select all
mount -t cifs //192.168.0.150/public /media/NETWORKHD -o rw,username=xx,password=xx
Since the begining, I think the problem is that you mount the share without being the super-user and this user (ubuntu) has no permission to change them.
The Allow_other and users makes no difference if i try with or without. Those options allow me to mount the drive without being a super user.