dominicbeesley
Still Fresh
- Joined
- Aug 30, 2006
- Messages
- 23
Hello all,
I've been trying to get the gp2x to work as an NFS client (I can't find anybody else documenting how to do this)....
I'm fairly sure the nfs client stuff is working as it complained until I'd got everything set right in etc/fstab but then failed with "no such device"
So then I've tried building the modules for the kernel-nfs client
I've so far tried:
Downloaded firmware 2.0.0
Downloaded the "old" arm-dev gcc toolchain 2.9.5....version (newer compilers don't work with kernel)
done some menuconfigery and a make modules_install got the relevant (I think) modules:
- nfs.o
- sunrpc.o
- lockd.o
and copied them onto gp2x
insmod the modules order
all is well so far...but when I try to mount a mount on my server the gp2x pauses for about 5 minutes (it then actually does mount the nfs mount WOO YAY! at last!)
Any ideas why this is pausing like this?
Cheers
Dom
I've been trying to get the gp2x to work as an NFS client (I can't find anybody else documenting how to do this)....
I'm fairly sure the nfs client stuff is working as it complained until I'd got everything set right in etc/fstab but then failed with "no such device"
So then I've tried building the modules for the kernel-nfs client
I've so far tried:
Downloaded firmware 2.0.0
Downloaded the "old" arm-dev gcc toolchain 2.9.5....version (newer compilers don't work with kernel)
done some menuconfigery and a make modules_install got the relevant (I think) modules:
- nfs.o
- sunrpc.o
- lockd.o
and copied them onto gp2x
insmod the modules order
all is well so far...but when I try to mount a mount on my server the gp2x pauses for about 5 minutes (it then actually does mount the nfs mount WOO YAY! at last!)
Any ideas why this is pausing like this?
Cheers
Dom