even if you misconfigure something, generall system error is too unspecific to figure out (as a user) what went wrong, so this can likely be improved anyhow.
If it is a user error the ticket can just be closed, which is fine too, but bug reports on the forum usually tend to get lost.
I always get a “no such file or directory” message when I try mount. And I never know what it’s talking about because the directories (remote and local) do, in fact, exist.
That worked and the NFS device has been mounted. This is why i did not wanted to create a bug ticket.
However, it is really buggy. It can create and delete files, but i delete a file from the other side and then try to echo into it, then it crashes the entire system: http://oscomp.hu/depot/haiku_kernel_panic.png
Ugh, I hate errors like that…we might do that a bit too often in our command-line tools.
I think all your command-line arguments are supported but this error comes up when the actual fs_mount_volume is called. One nice thing about Haiku is that it isn’t too hard to find the source for things:
I don’t personally know a lot about this function but I would suspect that it either doesn’t like nfs4 as the file system type or it doesn’t like the parameters “192.168.0.10:/Music”. You aren’t actually using smart quotes in the command are you?
I don’t see a bug related to this but NFS4 does seem to cause a lot of KDLs
You should check /var/log/syslog for messages. The nfs4 addon does log some things there. I have no problem mounting shares as read-only using the same syntax you have used.