11 | | i get |
12 | | {{{ |
13 | | mount failed (General system error) |
14 | | }}} |
15 | | in console and |
16 | | {{{ |
17 | | KERN: nfs: mount(9, <NULL>, 00000000) |
18 | | KERN: nfs: nfs_params: nfs:192.168.10.100:/root,uid=100,gid=1000,hostname=shredder |
19 | | KERN: nfs:ip! |
20 | | KERN: IP:192.168.10.100 |
21 | | KERN: nfs:hn! |
22 | | KERN: nfs:uid! |
23 | | KERN: nfs:gid! |
24 | | KERN: nfs: ip:c0a80a64 server:'192.168.10.100' export:'/root' hostname:'shredder' uid=100 gid=1000 |
25 | | KERN: nfs: mountd at 640aa8c0:41059 |
26 | | KERN: nfs: nfsd at 640aa8c0:2049 |
27 | | KERN: nfs: RPC_PROG_MISMATCH (3,4)nfs: error in nfs_mount: General system error |
28 | | }}} |
29 | | in `/var/log/syslog`. I tried to do |
30 | | {{{ |
31 | | mount -t nfs4 192.168.10.100:/root /mnt/nfs |
32 | | }}} |
33 | | (also with `-t nfs3`), but only got |
34 | | {{{ |
35 | | mount: No such file or directory |
36 | | }}} |
37 | | in the console and nothing in the syslog. |
| 11 | and that worked, but after i delete an existing file from the server (Linux) side and try to create it on the client (Haiku), then it first reports that it does not exists, then the entire system crashes with kernel panic: [http://oscomp.hu/depot/haiku_kernel_panic.png] |