NFS on Xtreamer MK1

NFS on Xtreamer MK1

Postby pjzzz » 31 Jan 2014, 21:22

Could someone explain to me please howto get my Hanewin NFS shares on my Windows7 computer to show up on my Xtreamer?
I.ve searched on the forum but I'm stille clueless :roll:
Linux Venus 2.6.12.6-VENUS #AMP11 Wed Jul 31 16:23:50 MSD 2013 mips GNU/Linux
Xtreamer MK1
User avatar
pjzzz
 
Posts: 8
Joined: 31 Jan 2014, 21:16
Location: Netherlands

Re: NFS on Xtreamer MK1

Postby FarVoice » 31 Jan 2014, 21:52

use Mounts module.
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Re: NFS on Xtreamer MK1

Postby pjzzz » 31 Jan 2014, 23:01

FarVoice wrote:use Mounts module.

Only thing I see when I click the settings of the Mounts module:
On the module starts:
Waiting of get IP
Waiting of mount drives
Number of mount tries
Save

So what do you mean?
Linux Venus 2.6.12.6-VENUS #AMP11 Wed Jul 31 16:23:50 MSD 2013 mips GNU/Linux
Xtreamer MK1
User avatar
pjzzz
 
Posts: 8
Joined: 31 Jan 2014, 21:16
Location: Netherlands

Re: NFS on Xtreamer MK1

Postby FarVoice » 31 Jan 2014, 23:36

Click Resources - User mounts
add your share like http://sites.google.com/site/farvoice/a ... TOC-Mounts
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Re: NFS on Xtreamer MK1

Postby pjzzz » 01 Feb 2014, 00:22

My share on Hanewin = g:\Movie2

This is the result;

mount -t nfs -o nolock '192.168.0.10:/Movie2' '/tmp/ramfs/volumes/mypublic'
mount: 192.168.0.10:/Movie2 failed, reason given by server: No such file or directory
mount: mounting 192.168.0.10:/Movie2 on /tmp/ramfs/volumes/mypublic failed: Bad file descriptor

And this is what I see in the log /bin/dmesg

nfs warning: mount version newer than kernel
NFS: mount program didn't pass remote address!
nfs warning: mount version newer than kernel
NFS: mount program didn't pass remote address!

BTW my NFS share(s) where working with original Xtreamer firmware
Linux Venus 2.6.12.6-VENUS #AMP11 Wed Jul 31 16:23:50 MSD 2013 mips GNU/Linux
Xtreamer MK1
User avatar
pjzzz
 
Posts: 8
Joined: 31 Jan 2014, 21:16
Location: Netherlands

Re: NFS on Xtreamer MK1

Postby FarVoice » 01 Feb 2014, 02:42

mount: 192.168.0.10:/Movie2 failed, reason given by server: No such file or directory

see a hanewin settings
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Re: NFS on Xtreamer MK1

Postby pjzzz » 01 Feb 2014, 17:31

FarVoice, thank you for your help so far.

Hanewin had a Windows firewall problem and is working fine now.

I've created :
Mount point: /tmp/ramfs/volumes/mymount
Device(Address):192.168.0.10:/Movie2
File system: nfs
Options: nolock

Log shows:
mkdir -p '/tmp/ramfs/volumes/mymount'
mount -t nfs -o nolock '192.168.0.10:/Movie2' '/tmp/ramfs/volumes/mymount'

So the mount was created and had no fault.

I thought I would be able to see the mount on my Xtreamer under File manager/Devices/NFS but it didn't show up.
I did not know that I had to add an NFS Link as well.
Created the link with:
NSF link: Movie2
IP: 192.168.0.10
Folder: /Movie2
Now I could finally see my NFS share.

But since I've got 5 NFS shares on my computer I would like to know how to add these as well.
When I tried to add:
Mount point: /tmp/ramfs/volumes/mymount
Device(Address):192.168.0.10:/SD
File system: nfs
Options: nolock

It just overwrites the previously created Movie2 share so that wouldn't work.

I've tried:
Mount point: /tmp/ramfs/volumes/SD
Device(Address):192.168.0.10:/SD
File system: nfs
Options: nolock

Log shows:
mkdir -p '/tmp/ramfs/volumes/SD'
mount -t nfs -o nolock '192.168.0.10:/SD' '/tmp/ramfs/volumes/SD'

So that share is created as well.

Now I'm stuck because how do I create a NFS link to this share?
Linux Venus 2.6.12.6-VENUS #AMP11 Wed Jul 31 16:23:50 MSD 2013 mips GNU/Linux
Xtreamer MK1
User avatar
pjzzz
 
Posts: 8
Joined: 31 Jan 2014, 21:16
Location: Netherlands

Re: NFS on Xtreamer MK1

Postby FarVoice » 01 Feb 2014, 20:29

What GUI do you use? (xpro270 or other)
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Re: NFS on Xtreamer MK1

Postby pjzzz » 01 Feb 2014, 20:34

FarVoice wrote:What GUI do you use? (xpro270 or other)


I've downloaded amp_r11_icon_4.zip
So Icon4 I guess.
Linux Venus 2.6.12.6-VENUS #AMP11 Wed Jul 31 16:23:50 MSD 2013 mips GNU/Linux
Xtreamer MK1
User avatar
pjzzz
 
Posts: 8
Joined: 31 Jan 2014, 21:16
Location: Netherlands

Re: NFS on Xtreamer MK1

Postby FarVoice » 01 Feb 2014, 20:42

use vrt GUI ;) It has a Mounts point in File manager - a link to /tmp/nfs/mnt
Just write a mount point to /tmp/nfs/mnt/Movies , /tmp/nfs/mnt/SD and so on... http://www.moservices.org/forum/viewtop ... 750#p58750 (in russian)
On icon GUI you must use a beta revision of Mounts module - see viewtopic.php?p=58805#p58805 (in russian)
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Next

Return to About Asus O!Play

Who is online

Users browsing this forum: No registered users and 23 guests