On linux you have the ability to mount network share as they were part of your local storage ,
On debian , you need to have a package named cifs-utils specialised to mount network share.
after installation of the package using the command :
apt-get install cifs-utils
You have to create a folder to attach the mount to
mkdir /media/netsharemount -t cifs "//host-of-the-share/disk/" /media/netshare -o guest,iocharset=utf8,file_mode=0777,dir_mode=0777
if you have to identify yourself to use the network share the command is slightly different :
mount -t cifs "//host-of-the-share/disk/" /media/netshare -o user=username,iocharset=utf8,file_mode=0777,dir_mode=0777
the system should ask you for your password
to check if you mount was successfull , you can check the mount using
df
Dear,
My comment is not related to this post but to your post on grafana on pi (http://www.d0wn.com/install-grafana-4-on-a-pi/). You used my deb package to install it on an orange pi board : Could you provide details on which board and which specific os version ? I would like to report it on my wiki faq.
Regards,
fg2it
i installed it on the Orange Pi zero ,
It’s working flawlessly ,
the distrib is armbian unbuntu xenial available on https://www.armbian.com/orange-pi-zero/