@Patrik
Thanks, didnt know that ;-)
I've since got it in my kernel and forgot about it. Anyway:
@irishmike
Install NFS server at either kernel or using user-space utilities. Then in /etc/exports add a line:
/home/user/ 192.168.0.0/16(rw,no_root_squash,anonuid=1000,sync)
(I've allowed all my internal network to be able to mount it)
Then on the miggy:
Add a line in AMITCP:db/ch_nfstab:
SERVERIP:/home/user VOLUMENAME: USER username MAX_WRITESIZE 1024
And then run: ch_nfsmount VOLUMENAME:
That's all, the VOLUMENAME: should then appear on your wb.
You might find that you need to mess around with some options on the ch_nfstab file to get it right.