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.
tracing the mount call gives:
This is only the last part:
port=htons(53), sin_addr= inet_addr( "127.0. 0.1")}, [16]) = 259 {1211135677, 873940}, NULL) = 0 toaster. xxxxxx. yy:/vol/ music", "/nfs/toaster. xxxxx.yy" , "nfs", 0, "addr=2xx. 1xx.2xx. 2x") = -1 EIO (Input/output error)
close(3) = 0
gettimeofday(
mount("
write(2, "mount.nfs: internal error\n", 26mount.nfs: internal error) = 26
exit_group(32) = ?
Process 12870 detached
Looks like the mount syscal fails.