
I have a network drive mounted on my RPi 3 with this line in fstab :
- Code: Select all
//IPADDRESS/share /mnt/share cifs noperm,username=xxx,password=xxx,domain=xxx,nounix,rw,x-systemd.automount 0 0
When I try to create, move, edit, or delete files through the explorer, it works well. But when I try to write in these files with a Windows application using Exagear and Wine, I get a beautiful "Access Denied" error. In fact, my Windows software can only read the file and it seems combo Exagear + Wine & User Pi doesn't have the same level of permission
Does anyone have a solution ?

PS : Sorry if my english isn't really good !