Hi all,
I've followed the Ubuntu Desktop Linux tutorial (http://www.zedboard.org/sites/default/files/design/Ubuntu_on_Zedboard_Tutorial_v14.4_02.pdf) and I've successfully created my Ubuntu sdcard image.
Now I have a big problem: I need to mount a remote folder and I'm not able to do it, neither using cifs/samba neither using nfs
When I run the following line
sudo mount -t cifs //192.168.1.200/REMOTE_FOLDER LOCAL_FOLDER/ -o user=username,pass=password
(I've changed the names, but when I run it they are the correct ones, and the same string works on my ubuntu pc)
This is the answer.
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)
The same thing happens when I try to do it with nfs.
A suspicious thing is that when I try to understand if cifs or nfs are installed with modprobe
sudo modprobe cifs
this is the answer
FATAL: Could not load /lib/modules/3.10.0-ga863211/modules.dep: No such file or directory
And I realized that in /lib/modules is empty.
Another thing is that, if explore the folder using Nautilus grafical interface (Go->Location and then smb://192.168...etc) I see it.
So, I can explore it with Nautilus, but I can't mount it.
I have a lot of other problems, so I think that I'm missing something important. Any advice will be appreciated.
Thanks,
Andrea