Toon posts:

diskless root-nfs mounten

Pagina: 1
Acties:

Verwijderd

Topicstarter
Op dit moment ben ik bezig om een (nfs)server met diskless clients op te zetten. Alles lijkt goed te gaan maar toch gaat het volgende mis als de client probeert op te starten met een etherboot-flop:

Root-NFS: server returned error -13 while mounting 192.168.1.2:/tftpboot/ic1

iemand een idee waar ik dit moet zoeken?

  • ge-flopt
  • Registratie: Februari 2001
  • Nu online
Heb je al de volgende dingen gecontroleerd:

The NFS demon is not running
The Exports file on the Server does not have a export path for the client
The client PC name in the /etc/hosts is not present
The client PC name from the /etc/host and the entry for the client in the /etc/exports file has a different name.

Met google kreeg ik dit:
http://www.bootix.com/us/support/faq/982107b.shtml

  • phreggle
  • Registratie: Juni 2002
  • Niet online
Zie hier: http://www.ltsp.org/documentation/ltsp-3.0-4-en.html#AEN624
Check of je /etc/exports goed is. Verder draait nfsd, mountd, portmap. Wat zeggen je logs? Wat geeft 'rpcinfo -p localhost' en 'exportfs' etc... Met andere woorden meer info graag. :)

Verwijderd

Root-NFS: Server returned error -13 while mounting /tftpboot/192.168.2.12
VFS: Unable to mount root fs via NFS, trying floppy.
Kernel panic: VFS: Unable to mount root fs on 08:08

Cause: Bad vmlinuz file. Try another
enigszins nuttig?

Verwijderd

of deze:

And, make sure that the new thin client has it's IP address and name in
the /etc/hosts file, if the NFS server can't find a name to go with
the address, it refuses to allow remote mounts.

genoeg te vinden over die error....dns goed zetten, rechten van dirs goed zetten, export files goed zetten.