Page 1 of 1

[Ubuntu] Download directory permission problem

Posted: Thu Apr 11, 2013 9:09 pm
by karnalta
Hi,

I have installed deluged and deluge-web on my Ubuntu 12.04 server by following this guide.

All work fine, except that when I try to change the download destination directory to /mnt/raid5/torrents, I always get "Permission denied: /mnt/raid5/...." when I download a torrent.

I have tried to do :

Code: Select all

chown -R deluge:deluge /mnt/raid5/torrents
chmod -R 777 /mnt/raid5/torrents
But I still have the same error, I don't understand why it can"t have access with a chmod 777 on the directory ..

Thank for your help.

Re: [Ubuntu] Download directory permission problem

Posted: Fri Apr 12, 2013 5:50 pm
by Cas
You should ask on Ubuntu irc/forums for help with permission setup, could be a mount options issue, also you must restart deluged after changing any permissions.