Mac9P is a software that allows you to mount 9P file systems on a Mac OS X system.
Install the Mac9P.pkg from the Mac9P.dmg.
Run Uninstall.tool from the Mac9P.dmg.
- Xcode.
- libutil headers (
make installhdrs
): http://opensource.apple.com/ . - PackageMaker to create the installer from Auxiliary_tools for Xcode.
In a terminal run:
#!sh
cd mac9
make all
Go -> Connect to Server...: 9p://sources.cs.bell-labs.com.
#!sh
mkdir /tmp/sources
mount -t 9p sources.cs.bell-labs.com /tmp/sources
See mount_9p(8).