Mounting NFS shared directory on Previous with NeXTSTEP 3.3 guest

Started by hifialex, Jan 16, 2026, 01:35 PM

Previous topic - Next topic

hifialex

Hi all,
I'm having issues mounting a directory shared from Previous 4.0 running on my Garuda Linux with NeXTSTEP 3.3 guest OS. In the Previous configuration Ethernet is enabled with Twisted pair and SLiRP selected. NFS Share 0: nfs is configured for folder /home/alex/nextshare.

On the NeXTSTEP side, network is working. I can ping my gateway 10.0.2.2. But when I try to execute mount command:
mount -t nfs 10.0.2.2:/nfs /NextLibrary/Host1
I get this error:
mount: access denied for 10.0.2.2:/nfs
mount: giving up on: /NextLibrary/Host1

Any ideas? Thanks!

andreas_g

Normally it should auto-mount nfs under /Net directory. If it is not there you could try mount it using
mount -o rw nfs:/ /NextLibrary/Host1or
mount -o rw 10.0.2.254:/ /NextLibrary/Host1

hifialex

Thank you! It WAS automounted under /Net directory.