I am facing the problem with permission on cifs shares. I have a Lubuntu netbook, a Win7 notebook and a QNAP NAS.
I mounted shares on the lubuntu netbook in the fstab:
//192.168.2.49/nasdata /home/NASDATA cifs username=nilli,password=xxx 0 0
//192.168.2.21/Users /home/WIN7 cifs username=nilli,password=yyy 0 0
If I try to write as a user on these shares I get an error that it is not permitted. If I mount the 'Public' folders on the QNAP NAS or the WIN7 notebook and try to write as root, it works.
Now I want to write as a normal user ( not as root ) and not in the 'Public'-folders, but in any normal folder, what do I have to do ?
Thanks a lot for the help !!!