Seite 1 von 1

Network share

Verfasst: So 23. Sep 2012, 17:01
von merovingi0
Hello, how can I do to see shared files on a PC in my local network?
I would like to see the divx on a Windows PC with a share nfs

Thanks

Re: Network share

Verfasst: So 23. Sep 2012, 22:47
von BPanther
Just mount the device/path at the Network Settings.

Re: Network share

Verfasst: Mo 24. Sep 2012, 23:15
von merovingi0
I have set this config, but don't work: (i have set the mac address of the pc with the film)

Re: Network share

Verfasst: Mo 24. Sep 2012, 23:29
von DboxOldie
Are you shure nfs with win pc ?
For nfs you have to put a slash before the sharename e.g.: /Download
Normally Windows works with cifs share, there is of course no slash and the CIFS Modul must be activated in "Extras > Module"

Edit: I see vou haven´t a local dir > this must be !! It´s the mount point in the box e.g : /mnt/hdd

Re: Network share

Verfasst: Di 25. Sep 2012, 00:34
von merovingi0
yes, i am sure (i use haneWIN NFS Server).
What are the mount options?
Is possible to mount iso image?
I tried with cif and works with nfs not yet, the new settings:

Re: Network share

Verfasst: Di 25. Sep 2012, 01:32
von DboxOldie
Well then try to mount in Telnet with the following string, without any mount options.
And look for the error messages, if there are any:

mount -t nfs 192.168.5.2:/Download /mnt/hdd

Of course it´s important while using upper letters in the network share: they must be right.
I´m using for tests on my win2008 server only low letters, and it works

Re: Network share

Verfasst: Di 25. Sep 2012, 03:16
von BPanther-Mobil
And no, Disk Images can not be mount.

Re: Network share

Verfasst: Di 23. Okt 2012, 01:15
von merovingi0
DboxOldie hat geschrieben:Well then try to mount in Telnet with the following string, without any mount options.
And look for the error messages, if there are any:

mount -t nfs 192.168.5.2:/Download /mnt/hdd

Of course it´s important while using upper letters in the network share: they must be right.
I´m using for tests on my win2008 server only low letters, and it works
i have only windows pc.
On the pc "server" there is a nfs server, in windows i can't try this command:

mount -t nfs 192.168.5.2:/Download /mnt/hdd

Re: Network share

Verfasst: Di 23. Okt 2012, 01:18
von BPanther
Not in Win - you should try this via Telnet at the box.

Re: Network share

Verfasst: Di 23. Okt 2012, 01:30
von merovingi0
from the web gui or from the "tv"?

Re: Network share

Verfasst: Di 23. Okt 2012, 01:35
von BPanther
Via Telnet (e.g. Putty).

Re: Network share

Verfasst: Di 23. Okt 2012, 09:50
von merovingi0
DecoderCamera:~# mount -t nfs 192.168.5.2:/Download /mnt/nfs
mount: 192.168.5.2:/Download failed, reason given by server: No such file or directory
mount: mounting 192.168.5.2:/Download on /mnt/nfs failed: Bad file descriptor
this is my new settings
foto.JPG
on the pc a i have this nfs server (hanewin nfs server) with this setting
1.JPG
2.JPG
3.JPG
4.JPG

Re: Network share

Verfasst: Di 23. Okt 2012, 09:57
von merovingi0
in this picture there is the actual client connected in nfs, and there is my video player

Re: Network share

Verfasst: Di 23. Okt 2012, 10:30
von DboxOldie
mount: 192.168.5.2:/Download failed, reason given by server: No such file or directory
Well the settings in the Box are OK...
I used the internal nfs system of the w2k8 server this worked, but with low performance.
The nfs mount to a real Linux system worked better.