Hi
I have been playing around with the Pi today (first time user, total NOOB!). What I was hoping to do was set it up to download torrents via Deluge straight onto my NAS (WD My Cloud 3TB).
So far in SSH I have
created a directory in /home/pi called wdmycloud
Then in fstab created the following
//IP Address/Public /home/pi/wdmycloud cifs guest 0 0
I looked on the desktop, in file manager, and could see the folders on the NAS, great!
Next I installed Deluge via this youtube link https://www.youtube.com/watch?v=LIUgQEKxjNU
My problem now is that when I try to download a torrent it just says error and will not download. I figure this must be something to do with the permission of writing to the NAS?
When I type the following to try and create a Test folder:
mkdir /home/pi/wdmycloud/RaspPi/Downloading/TEST
It says mkdir: cannot create directory `/home/pi/wdmycloud/RaspPi/Downloading/TEST': Permission denied
Does any one have any ideas what I need to do please?