i have mounted a samba share from a different computer to my linux machine running amule. i want to use it for tmp and incoming files.
/etc/fstab:
//win-srv/privat /store/samba/priv smbfs username=user,password=pwd,dmask=777,fmask=777 0 0
sh-2.05b$ ls -la /store/samba/priv
drwxrwxrwx 1 root root 4096 Mar 22 09:14 .
drwxr-xr-x 3 root root 72 Mar 21 19:38 ..
drwxrwxrwx 1 root root 4096 Mar 21 22:33 download
so everything is chmod 777 and the user i run amule with can make directories, files and delete them.
amule gives me following error:
'Could not create backup of ...001.part.met'
error 1: Operation not permitted
Note that doing a chmod on a samba-mounted share is not supported, i assume amule is trying to chmod some files, which is not necessary.
I changed "default permissions' in Security tab of amule to 777/777
What can i do?
Thanks
Peter