I would like to connect my yun to my nas using cif. On my previous project I used the mount.cifs package but I fail to find that in the linino packages.
After I installed the cifmount package I get following error:
root@chargeStation:/www/cgi-bin/jantje# mount.cifs nas.local:/linksys /mnt/ -o user=XXXX,pass=XXXX
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)
root@chargeStation:/www/cgi-bin/jantje#
A search on google did not reveal anything that made a bell ring.
Anyone has a hint?
I continued to investigate so I installed all packages containing cif ]
That was samba36-client and kmod-fs-cifs. The last one came with lots of others.
Now I get the following error
root@chargeStation:/mnt# mount.cifs 192.168.1.205:/linksys /mnt/nas -o user=XXXX,pass=YYYY
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
root@chargeStation:/mnt#
I created the folder /mnt/nas
I'm sure the user has the rights and the password is correct. However when I use a wrong password I get the same error.