Hi, I’m having trouble sharing a Windows folder with my Raspberry Pi 3 (with Raspbian installed). Whenever I try to create a new mount point I get this exception:
VisualGDB version: 5.2.15.1452
—————— System.Exception ——————
System.Exception: Cannot execute mount.cifs //169.254.1.196/me ‘/deploy/slice-os’ -o user=<removed>,pass=’****’,noperm: command failed with code 32
at rl.f(lg c, String d, String f, String b, String a, String e)
at rl.m.e(lg a)
at rc.l`1.b(lg a)
at rc.g()
I also get this error from the tty output:
mkdir -p ‘/deploy/slice-os’
mount.cifs //169.254.1.196/me ‘/deploy/slice-os’ -o user=<removed>,pass=
‘<removed>’,noperm
mount error(112): Host is down
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
This was working fine a few months ago so I’m assuming it’s something to do with my Rpi. I am connected to my Rpi directly via an ethernet cable and both the host (my PC) and the pi can ping each other. Anyone know a fix for this?
Attachments:
You must be
logged in to view attached files.