Page 1 of 1

Permission With Samba And Deluge linux?

Posted: Sat Sep 21, 2013 1:47 pm
by gazzanet
Hello, first of its running on raspberry pi. Raspbian wheezy.

I setup deluge it works fine when downloading to the sd card of the raspbery pi.

I have a script in fstab...

//192.168.1.3/admin /home/pi/admin cifs username=admin,password=MYPASSWORD,workgroup=WORKGROUP,uid=pi,gid=pi,forceuid,forcegid,file_mode=0777,dir_mode=0777,users,auto,user_xattr 0 0

this is what i use to mount my samba drive to a folder on the pi

when i try to download to this drive using the deluge program it will make a folder for the download but wont download anything else its as if its got a permission denied error. (i think the folder it makes has read only permissions)

How can you run the deluge as user pi or something else that may help ?

If using the pi I can make folders etc just not using the deluge or im guessing using the deluge as whatever user its using ? If I can make the deluge think its my user pi I think it would have the permissions because of the fstab file above ?

Many Thanks
Gareth