David de Andr?s Mart?nez wrote: > > Hi all, > > I'm trying to boot from NFS but I can't access the directory. > Root-NFS: Server returned error -13 while mounting > /tftpboot/158.42.50.66
> torreta mountd[20966]: NFS mount of /tftpboot/158.42.50.66 attempted > The /etc/exports looks like: > .... > /home/ddandres/export 158.42.50.66(rw,no_root_squash) > .... If you notice the kernel is attempting to mount "/tftpboot/158.42.50.66" while you have "/home/ddandres/export" as your only export. What you need to do is set a symbolic link from /tftpboot/158.42.50.66 to /home/ddandres/export. (Depending on the nfs server that might be enough.. if not you will need to add "/tftpboot/158.42.50.66" to your /etc/exports file.. --Mark ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
