Network File Mount not working on Zero
So i have this image, which i use for development purposes, which should run on both Zero and Pi3 Hardware.
At Bootlocal.sh i do some network mounts in this way:
mount -t cifs //SERVERPATH /mnt/app/lib -o user=XXX,password=YYY,vers=2.0
Everything works fine on the Pi3, but when i boot the same image on the Zero i get:
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
mount: mounting //SERVERPATH on /mnt/app/lib failed: No such file or directory
I've tce-loaded both filesystems-5.10.16-piCore and filesystems-5.10.16-piCore-v7.
At Zero I'm connected to the ethernet network via an USB Ethernet Adapter, so i had to get the net-usb-5.10.16-piCore. The device is connected to the network, have IP, I can connect to it via SSH, and i can ping my Server from it...
Am I missing something?
Thanks!