View Single Post
Posts: 39 | Thanked: 7 times | Joined on May 2007
#3
NFS works like a charm here, on said kernel. I use it to stream video off my Linux PC with maemo mplayer.

These are the packages, don't remember where I got them from:

Code:
/home/user # dpkg -l | grep perl
ii  perl-base                                          5.8.3-3osso6                 The Pathologically Eclectic Rubbish Lister.
/home/user # dpkg -l | grep adduser
ii  adduser                                            3.51                         Add and remove users and groups
/home/user # dpkg -l | grep perl
ii  perl-base                                          5.8.3-3osso6                 The Pathologically Eclectic Rubbish Lister.
/home/user # dpkg -l | grep nfs
ii  nfs-common                                         1.0.10sdk3                   NFS support files common to client and serve
ii  rx-34-kernel-nfs-modules                           0.1                          NFS modules for rx-34 kernel
The following commands are necessary to activate once the packages are in place:
Code:
 insmod /lib/modules/current/sunrpc.ko
 insmod /lib/modules/current/lockd.ko
 insmod /lib/modules/current/nfs.ko
  portmap start
  mount -t nfs 192.168.0.5:/usr/share/media /media/nfs