<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.12.2">
</HEAD>
<BODY>
Hi All,<BR>
this is my first post so go easy. :-)<BR>
<BR>
I got a N800 on May the 13th (for my birthday!) and have successfully flashed the latest image and then entered got red pill mode and installed ssh, X Terminal. I have followed the instructions below (which were in a previous post from April)<BR>
 <A HREF="http://maemo.org/pipermail/maemo-developers/2007-April/009697.html">http://maemo.org/pipermail/maemo-developers/2007-April/009697.html</A><BR>
<BR>
the post says :<BR>
<BR>
<PRE>
<TT>The mount command from busybox doesn't work with nfs, you need to</TT>
<TT>install &quot;real&quot; mount. Fortunately, 'apt-get install mount' should do</TT>
<TT>the trick.</TT>

</PRE>
So I try 'apt-get install mount' and it says mount is the latest version?<BR>
<BR>
$ mount -V <BR>
<BR>
says&nbsp; <BR>
<BR>
mount: mount-2.12p<BR>
<BR>
<BR>
when i try <BR>
<BR>
$ sudo /usr/sbin/gainroot<BR>
<BR>
# mount -t nfs 192.168.0.11:/nas1_share /media/nfs<BR>
<BR>
i get<BR>
<BR>
mount: RPC: Program not registered<BR>
<BR>
additionally <BR>
<BR>
# rpcinfo -p<BR>
<BR>
reveals the following ( shouldn't a NFS entry be present?)<BR>
<BR>
program vers proto   port<BR>
    100000    2   tcp    111  portmapper<BR>
    100000    2   udp    111  portmapper<BR>
    100024    1   udp   2048  status<BR>
    100024    1   tcp   4361  status<BR>
<BR>
i also tried ...<BR>
<BR>
# apt-get install rx-34-kernel-nfs-modules<BR>
<BR>
and the kernel that goes with it but no success.<BR>
<BR>
Any help or suggestions would be much appreciated<BR>
<BR>
Regards <BR>
<BR>
<BR>
Carrick<BR>
<BR>
</BODY>
</HTML>