I’m having a lot of trouble attaching to my NAS.
The NAS is running Debian and Samba 3.6.6. A password is required to access it and it works fine when connected to from Windows.
I get one of two errors, depending upon how I set the remote directory option.
If I set:
/peter/Desktop/Media/Music
I get:
mount: //192.168.1.11//peter/Desktop/Media/Music is not a valid block device
If I set:
peter/Desktop/Media/Music
I get:
mount: Not a directory
Adding a trailing slash to either of these does not change anything.
I had very similar problems with raspyfi that I was trying to set up recently, I never got that working. Adding sec=ntlm does not change anything (nor should it actually, this version of Samba can deal with ntlm2)
Any help would be appreciated. I’m quite comfortable with Linux and can do whatever you like from the shell if that would help.