Network Access Solo2 internal HDD - Howto?

pieri70

Vu+ Newbie
Hi all
I have my solo2 with latest BH image (2.1.1).
I cannot access the internal HDD with my linux distro (mint) by file browser.
If I select network folders I get two icons, Windows network and vusolo2 "server like" icon
The first one take me to the smb:/// address and there is a workgroup folder.
Triyng to open it gives me an error "no routing for the host" (nessun instradamento per l'host).

The server like icon opens a user/pw dialog and I write root/myrootpassword (set them with telnet correctly - with ssh terminal access they work fine), and I get a ssh error like "ssh ended..." (il programma ssh è uscito in modo inatteso)..

On the vusolo2 I set dhcp off and I set a static IP
I modified the /etc/samba/smb.conf setting workgroup = WORKGROUP from workgroup = Vusolo
as I read about it to work in other situations, but nothing to do.

samba, ftp, nfs are active on the box..

I can access smb share from my android device with anonimous log in..

How can I get rid of this problem?
Thanks everybody
Pietro
 
Hi all
I have my solo2 with latest BH image (2.1.1).
I cannot access the internal HDD with my linux distro (mint) by file browser.
If I select network folders I get two icons, Windows network and vusolo2 "server like" icon
The first one take me to the smb:/// address and there is a workgroup folder.
Triyng to open it gives me an error "no routing for the host" (nessun instradamento per l'host).

The server like icon opens a user/pw dialog and I write root/myrootpassword (set them with telnet correctly - with ssh terminal access they work fine), and I get a ssh error like "ssh ended..." (il programma ssh è uscito in modo inatteso)..

On the vusolo2 I set dhcp off and I set a static IP
I modified the /etc/samba/smb.conf setting workgroup = WORKGROUP from workgroup = Vusolo
as I read about it to work in other situations, but nothing to do.

samba, ftp, nfs are active on the box..

I can access smb share from my android device with anonimous log in..

How can I get rid of this problem?
Thanks everybody
Pietro

I suggest to use NFS on your box that is enabled by default. I don't remember the default export used in the NFS server on the box but should be the IP:/media/hdd OR IP:/hdd
 
Do you have this section in the smb.conf file?

[Harddisk]
comment = The harddisk
path = /media/hdd
wide links = yes
read only = no
public = yes
guest ok = yes
 
Do you have this section in the smb.conf file?

[Harddisk]
comment = The harddisk
path = /media/hdd
wide links = yes
read only = no
public = yes
guest ok = yes

Smb.conf file is for SAMBA server and not NFS server.
I disable Samba Server every time I reflash my boxes.
 
Back
Top