How can I implement 9.x on a modern network

4 posts / 0 new
Last post
doug-doug the mighty's picture
Offline
Last seen: 1 week 5 days ago
Joined: Apr 14 2004 - 17:52
Posts: 1411
How can I implement 9.x on a modern network

My netowrk is a mix of OS X, OS 10, and RasPi (Buster, Bullseye, and Bookworm).  I have on e or two favored machines that are only 9.x capable.  They can see the internet enough to come to AppleFritter, MacRepository.com, and MacintoshGarden.com.   They just cannot see anything on my local network, nor be seen by any local machine.  Pinging the IP address gets a hit but trying to connect fails as there seems to be alack of a common protocol/protocol version.

 

What could I do to make these things see each other?

 

TIA

kormsbee's picture
Offline
Last seen: 1 month 2 weeks ago
Joined: Dec 20 2003 - 10:38
Posts: 44
You'd need something like

You'd need something like dave to reach a smb share.  Classic MacOS doesnt speak SMB.  it uses appleshare / AFP for its file sharing.  Im not even sure that current linux's can even install anything that speaks appleshare or afp.  

 

Online
Last seen: 1 hour 17 min ago
Joined: Dec 1 2022 - 04:19
Posts: 38
On raspbian/debian you may

On raspbian/debian you may try "libatalk"

https://github.com/Netatalk/netatalk

Offline
Last seen: 1 week 2 days ago
Joined: Sep 6 2026 - 15:27
Posts: 11
For file exchange, try NFS

Depends on what you want to do. If you need to share data between macos and modern machines, the easiest protocol both understand is NFS. If you use something like a synology NAS (or FreeNAS) you can share the same storage space with multiple protocols.

Way back when... I used to run an A/UX server specifically to map data between PCs, mac0s 9.x machines and Unix machines (before linus). The A/UX machine can mount the NFS volumes locally and then share them out via AppleShare. A bit of a kludge... but it worked. 

Log in or register to post comments