Opened 4 years ago
Last modified 4 years ago
#16924 new bug
Mounting NFS under Haiku does not work. — at Version 1
Reported by: | TCH68k | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | File Systems/NFS4 | Version: | R1/beta2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
Linux NFS4 server with the following settings:
/root *(rw,sync,no_subtree_check,insecure)
Tested from Solaris 10 and from localhost self-mountinf, it's working.
I've mounted it under Haiku as
mount -t nfs4 -p 192.168.10.100:/root /mnt/nfs
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
The topic on Haiku discussion: https://discuss.haiku-os.org/t/mount-nfs-under-haiku/10655/7
Note:
See TracTickets
for help on using tickets.
Original title was false alarm due to erroneous instructions, please rename accordingly.