I'm new to the raspberry pi (and linux in general) and for the life of me can not figure out what I'm doing wrong here. Basically... I have a raspberry pi running Deluge. It works perfectly and I was able to get it running following a How-To-Geek blog post.
The issue is that I have no idea how to get my raspberry pi to communicate with my Synology NAS.
A bit of background, I have a program on my NAS that searches for files to download, sends the torrent file to Deluge and then moves said file to its appropriate folder once the download is complete. The NAS program is sending files to the Pi just fine, but the Pi isn't seeing the NAS. Before setting up my raspberry pi I had Deluge running on windows and was able to point to the NAS using //NAS/Data/Folder, but that no longer works on the Pi.
I've tried googling and following this: https://alextheedom.wordpress.com/raspb ... nas-drive/
But that only gets me an error at the "mount –a" step. Thoughts on what I'm doing wrong?