[Solved] Could not find \\volumio\ in the network

I want to upload music to Volumio over the network
But I could not find “\Volumio” or “\Music” (new player name) or “\198.162.1.13” (Volumio IP) in the network to access ramplay and other volumio folders
And I could not access Volumio by this addresses also
However I cold see “Music: root” and “Volumio” Media devices - I could not access to tear folders
And I could access to Volumio by web interface and MPD
I use volumio 1.5 for Cubox I

Could I get access to Volumio folders by network?

On some devices, and i believe the cubox is one of those, Samba got remove accidentally.

Please login using ssh and do:

sudo apt-get install samba

See FAQ: faq-and-the-answers-for-t1545.html

It does not help also:

root@Music:~# sudo apt-get install samba Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: attr cron exim4 exim4-base exim4-config exim4-daemon-light guile-2.0-libs libaio1 libfile-copy-recursive-perl libfribidi0 libgc1c2 libgsasl7 libhdb9-heimdal libkdc2-heimdal libkyotocabinet16 libmailutils4 libmysqlclient18 libntlm0 libunistring0 logrotate mailutils mailutils-common mysql-common python-dnspython samba-dsdb-modules samba-vfs-modules tdb-tools update-inetd Suggested packages: anacron checksecurity mail-reader eximon4 exim4-doc-html exim4-doc-info spf-tools-perl swaks mailutils-mh mailutils-doc bind9 bind9utils ctdb ldb-tools smbldap-tools winbind Recommended packages: mailx The following NEW packages will be installed: attr cron exim4 exim4-base exim4-config exim4-daemon-light guile-2.0-libs libaio1 libfile-copy-recursive-perl libfribidi0 libgc1c2 libgsasl7 libhdb9-heimdal libkdc2-heimdal libkyotocabinet16 libmailutils4 libmysqlclient18 libntlm0 libunistring0 logrotate mailutils mailutils-common mysql-common python-dnspython samba samba-dsdb-modules samba-vfs-modules tdb-tools update-inetd 0 upgraded, 29 newly installed, 0 to remove and 292 not upgraded. Need to get 2395 kB/9741 kB of archives. After this operation, 39.8 MB of additional disk space will be used. Do you want to continue [Y/n]? y Err http://http.debian.net/debian/ jessie/main libunistring0 armhf 0.9.3-5.2 404 Not Found Err http://http.debian.net/debian/ jessie/main exim4-config all 4.84-3 404 Not Found Err http://http.debian.net/debian/ jessie/main exim4 all 4.84-3 404 Not Found Err http://http.debian.net/debian/ jessie/main exim4-base armhf 4.84-3 404 Not Found Err http://http.debian.net/debian/ jessie/main exim4-daemon-light armhf 4.84-3 404 Not Found Failed to fetch http://http.debian.net/debian/pool/main/libu/libunistring/libunistring0_0.9.3-5.2_armhf.deb 404 Not Found Failed to fetch http://http.debian.net/debian/pool/main/e/exim4/exim4-config_4.84-3_all.deb 404 Not Found Failed to fetch http://http.debian.net/debian/pool/main/e/exim4/exim4-base_4.84-3_armhf.deb 404 Not Found Failed to fetch http://http.debian.net/debian/pool/main/e/exim4/exim4-daemon-light_4.84-3_armhf.deb 404 Not Found Failed to fetch http://http.debian.net/debian/pool/main/e/exim4/exim4_4.84-3_all.deb 404 Not Found E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? root@Music:~#

apt doesn’t seen to have a working internet connection.
Please check those settings

I checked that I have Internet connection.
Solution is:

sudo apt-get update sudo apt-get install samba
Network access work now
Thank you