Comment 9 for bug 213444

Revision history for this message
Miek Gieben (miek) wrote : Re: Hardy Heron nfs (client) reports internal error when I attempt to mount with NFS

tracing the mount call gives:

This is only the last part:

port=htons(53), sin_addr=inet_addr("127.0.0.1")}, [16]) = 259
close(3) = 0
gettimeofday({1211135677, 873940}, NULL) = 0
mount("toaster.xxxxxx.yy:/vol/music", "/nfs/toaster.xxxxx.yy", "nfs", 0, "addr=2xx.1xx.2xx.2x") = -1 EIO (Input/output error)
write(2, "mount.nfs: internal error\n", 26mount.nfs: internal error) = 26
exit_group(32) = ?
Process 12870 detached

Looks like the mount syscal fails.