Hello community,
I am having an impossible time trying to permanently connect my NAS to the RPi.
The RPi can see and connect to the NAS through the 'FileManager' menu Go>Network,like this:
Trying to use 'sudo mount' or adding an entry to the /etc/fstab file does not work for me.
Examples:
pi@raspberrypi:~ $ sudo mount //192.168.2.21/ls-wsgl5ab/Daten /home/pi/Daten/ -o user=Wolfgang,password=xxxxxx mount error(112): Host is down
Entry in fstab:
//192.168.2.21/LS-WSGL5AB/Daten | /mnt/RPiNAS | cifs | username=Wolfgang,password=xxxxx 0 0 |
I have looked at a lot of forums and pages, they all say that it should work that way.
So I am guessing that I am missing something else.
What I don't understand, that one part does see the NAS, the other just does not want to cooperate. Welcome to Linux, I know.
Did anybody have similar issues or a solution?
For crying out load.
Thanks,
- Wolfgang.