nfs modules for Milestone

NFS modules for Milestone as requested.
Compiled from Motorola sources.
You need to insmod sunrpc.ko first, then lockd.ko, then nfs.ko.
Use busybox mount.

Example:
insmod /system/lib/modules/sunrpc.ko
insmod /system/lib/modules/lockd.ko
insmod /system/lib/modules/nfs.ko
busybox mount -t nfs -o nolock 192.168.1.17:/mnt/Spajz /sdcard/nfs

AttachmentSize
nfs.zip174.38 KB

Comments

Mounting problem.

Hello,

I'm trying this on my vibrant with Custom rom (CM7) with my own compiled modules for nfs, sunrpc, lockd. I am able to successfully load the modules. But the mount command gives an error. Invalid argument. Any idea on how to fix this?

Thani