I'm new to this so I wondered if I should post here, or in the beginners forum. So if I have to relocate, please let me know.
I'm setting up a Raspberry Pi 2 with Raspbian as a download machine. For this to work I have to give it access to the folders on my NAS. I tried to mount the relevant folders; Music, Movies and TV Series.
The first two mount just fine and the content can be accessed by the Pi.
The last one does not mount. I use this line to mount the share:
//NAS/TV Series /home/pi/NAS/TV_Series cifs username=xxxx,password=xxxx,workgroup=xxxx,users,auto,user_xattr 0 0
This line gives an error telling me: 'mount: mount point Series does not exist'
I guess this has to do with the space in the 'TV Series' folder name. I can (and did) change it on the Pi, but since the NAS is tied in with other systems, it would be a pain if I had to change the name there too. Is there any way to mount this share without changing the name?
Thanks.
Bert-Jan