[Ubuntu] Download directory permission problem
Posted: Thu Apr 11, 2013 9:09 pm
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 :
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.
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
Thank for your help.