Active Topics

 


Reply
Thread Tools
Posts: 17 | Thanked: 2 times | Joined on Jan 2010
#1
hi there,

i'm trying to get my nfs share mounted on my n900 but keep running into errors. my export on the server reads:
Code:
/on_ice 192.168.1.0/24(rw,sync)
i mount with:
Code:
mount -t nfs 192.168.1.102:/on_ice /on_ice
and receive the error:
Code:
mount: mounting 192.168.1.102:/on_ice on /on_ice failed: Input/output error
i have a desktop that mounts the same nfs share with no problems.

anybody have any ideas whats going wrong?
thanks
 

The Following User Says Thank You to itchy8me For This Useful Post:
Posts: 2 | Thanked: 0 times | Joined on Jan 2010
#2
you will need to install portmap as well (apt-get install portmap)

NFS started working when I did this.
 
Posts: 17 | Thanked: 2 times | Joined on Jan 2010
#3
portmap was alleady installed when doing the above

Code:
 apt-get install portmap
Reading package lists... Done
Building dependency tree       
Reading state information... Done
portmap is already the newest version.
portmap set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
 
Posts: 13 | Thanked: 0 times | Joined on Jan 2010
#4
if you've rebootet the phone after installing portmap you need to start portmap. it's not startet automatically on boot.
 
Posts: 17 | Thanked: 2 times | Joined on Jan 2010
#5
/etc/init.d/portmap start
Starting portmap daemon...Already running..
 
Posts: 13 | Thanked: 0 times | Joined on Jan 2010
#6
any hints in the syslog from the server?
 
Posts: 17 | Thanked: 2 times | Joined on Jan 2010
#7
what would i be looking for?
 
Posts: 71 | Thanked: 36 times | Joined on Nov 2009 @ CT, USA
#8
Did you check hosts.allow and hosts.deny?
 
Posts: 17 | Thanked: 2 times | Joined on Jan 2010
#9
theyre both empty.. i take it that means that all hosts are allowed. my desktop mounts the nfs with no problem. so i dont think there are access problems on the server itself.... any more ideas
 
Posts: 17 | Thanked: 2 times | Joined on Jan 2010
#10
got it working using -o nolock,udp.

anybody able to enlighten me why this works?
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:07.