NeXTcommunity

Everything => Virtualization => Topic started by: hifialex on Jan 16, 2026, 01:35 PM

Title: Mounting NFS shared directory on Previous with NeXTSTEP 3.3 guest
Post by: hifialex on Jan 16, 2026, 01:35 PM
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!
Title: Re: Mounting NFS shared directory on Previous with NeXTSTEP 3.3 guest
Post by: andreas_g on Jan 17, 2026, 05:47 PM
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
Title: Re: Mounting NFS shared directory on Previous with NeXTSTEP 3.3 guest
Post by: hifialex on Jan 17, 2026, 08:36 PM
Thank you! It WAS automounted under /Net directory.
Title: Re: Mounting NFS shared directory on Previous with NeXTSTEP 3.3 guest
Post by: ptek on May 20, 2026, 12:53 AM
Title: Re: Mounting NFS shared directory on Previous with NeXTSTEP 3.3 guest
Post by: andreas_g on May 21, 2026, 08:08 AM
Because of its age I think NeXTstep might be quite vulnerable on the Internet. If you have sensible data inside your disk image or inside the shared NFS directory it is probably best to disconnect from the Network.

I don't know how easy it is to hack a system running on simulated hardware and being connected through NAT (assuming you are using SLiRP and not PCAP), but NeXTstep itself is not a secure system by today's standards.
Title: Re: Mounting NFS shared directory on Previous with NeXTSTEP 3.3 guest
Post by: Rhetorica on May 22, 2026, 03:41 AM
On the bright side, anyone who actually did manage to break into it would have no idea what to do next. :)
Title: Re: Mounting NFS shared directory on Previous with NeXTSTEP 3.3 guest
Post by: ZombiePhysicist on May 22, 2026, 04:11 PM
Security through obscurity. 

Also, I wonder if it might not be possible to upgrade a lot of the unix underpinnings to more modern versions. I know getting GCC modernized is a tough nut to crack, but maybe some of the other and more network based underpinnings?

Would be a cool project to build the most modern OPENSTEP 4.2 patched/hardened version possible?