I want to mount the shared folder from windows to raspberry pi. The goal is to save the images in shared folder after I captured images with pi camera. However, I have got mount error(Host is down). Anybody having this issue before? Then pls help me suggest how to overcome this. Thank you.
pi@raspberrypi:~ $ sudo mount.cifs -o username=<USER>
//100.178.180.90/MyShare/TempFolder ~/Desktop/window_shared
Password for <USER>@//100.178.180.90/MyShare/TempFolder: ********
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
pi@raspberrypi:~ $ smbclient -L 100.178.180.90 -U <USER> -m SMB2
Unable to initialize messaging context
do_connect: Connection to 100.178.180.90 failed (Error NT_STATUS_IO_TIMEOUT)
pi@raspberrypi:~ $ sudo smbclient -L 100.178.180.90 -U <USER> -m SMB2
do_connect: Connection to 100.178.180.90 failed (Error NT_STATUS_IO_TIMEOUT)
ping 100.178.180.90 (Successful)
pi@raspberrypi:~ $ smbd -V
Version 4.9.5-Debian