I need to access a Windows share from a PYNQ Z1. I can access PYNQ from Windows, but not Windows from PYNQ.
This is the script that I have used on Ubuntu 16.04 and 18.04 boxes:
$ sudo mkdir -p /mnt/drivem
$ sudo mount //192.168.1.100/drivem /mnt/drivem -o user=username,rw,gid=1000,uid=1000
It asked for the Windows password, then returned this message:
> mount error: cifs filesystem not supported by the system
> mount error(19): No such device
> Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I have tried this on PYNQ 2.1 and 2.5 with Window 8.1 and Windows 10 computers. Also various parameters on the mount command line, including -t cifs, other type of slashes, single quotes … Same results. I also tried this:
$ sudo apt install -y cifs-utils
It ran, installed files, but didn’t change the resulting error messages.
Any clues would be appreciated, in particular will this work from PYNQ?
Question
aadgl
I need to access a Windows share from a PYNQ Z1. I can access PYNQ from Windows, but not Windows from PYNQ.
This is the script that I have used on Ubuntu 16.04 and 18.04 boxes:
$ sudo mkdir -p /mnt/drivem
$ sudo mount //192.168.1.100/drivem /mnt/drivem -o user=username,rw,gid=1000,uid=1000
It asked for the Windows password, then returned this message:
> mount error: cifs filesystem not supported by the system
> mount error(19): No such device
> Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
I have tried this on PYNQ 2.1 and 2.5 with Window 8.1 and Windows 10 computers. Also various parameters on the mount command line, including -t cifs, other type of slashes, single quotes … Same results. I also tried this:
$ sudo apt install -y cifs-utils
It ran, installed files, but didn’t change the resulting error messages.
Any clues would be appreciated, in particular will this work from PYNQ?
Thanks,
Dave
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.