NFS mount problem on Vu+ duo2 Blackhole 2.1.0

Paul Harmsworth

Vu+ Newbie
Hi,

I am trying to mount an NFS share on my Vau+ duo.
I know that the NFS share if accessible because I can mount it from UBuntu PC.
Here is /etc/export from the server
/media/usb0/HomeVideo 192.168.1.0/255.255.255.0(ro,sync,no_root_squash)
/media/usb0/Photos 192.168.1.0/255.255.255.0(ro,sync,no_root_squash)


When I try and set up the following in Mounts Editor:
Active - enable
Local share name - mediaphoto /* a forward slash / can be entered but is not saved */
Mount type - NFS share
Servep IP - 192.168.1.89
server share /media/usb0/Photos
use as HDDreplcement - no
mount options - ro

It does not mount.

If I try from the command line
mount 192.168.1.89:/media/usb0/Photos /mnt/photo
I get the error
mount: RPC: Remote system error - Connection timed out
mount: mounting 192.168.1.89:/media/usb0/Photos on /mnt/photo failed: Bad file descriptor

Can anyone help me please?

Regards

Paul
 
Hi,
I have solved this problem now. A firewall issue on the NAS.
My Ubuntu client could NFS mount OK with my Ubuntu NFS server with just the following ports open 111,369,2049
However, after following the guide https://wiki.debian.org/SecuringNFS
and opening the additional ports 32764,32765,32766,32767,32768,32769 my Vu+duo is able to mount the require directories.

FYI the mounts are under /mnt/net by default on enigma2.

Hope this helps any others having problems.

Regards

Paul
rpcinfo -p
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32765 status
100024 1 tcp 32765 status
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100227 2 tcp 2049
100227 3 tcp 2049
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100227 2 udp 2049
100227 3 udp 2049
100021 1 udp 32768 nlockmgr
100021 3 udp 32768 nlockmgr
100021 4 udp 32768 nlockmgr
100021 1 tcp 32768 nlockmgr
100021 3 tcp 32768 nlockmgr
100021 4 tcp 32768 nlockmgr
100005 1 udp 32767 mountd
100005 1 tcp 32767 mountd
100005 2 udp 32767 mountd
100005 2 tcp 32767 mountd
100005 3 udp 32767 mountd
100005 3 tcp 32767 mountd
100011 1 udp 32769 rquotad
100011 2 udp 32769 rquotad
100011 1 tcp 32769 rquotad
100011 2 tcp 32769 rquotad
 
Back
Top