Skip to content

benavento/mac9p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac9P

Mac9P is a software that allows you to mount 9P file systems on a Mac OS X system.

Install

Install the Mac9P.pkg from the Mac9P.dmg.

Uninstall

Run Uninstall.tool from the Mac9P.dmg.

Building

Prerequisites

  • Xcode.
  • libutil headers (make installhdrs): http://opensource.apple.com/ .
  • PackageMaker to create the installer from Auxiliary_tools for Xcode.

Compiling

In a terminal run:

#!sh

cd mac9
make all

Mounting

From the Finder

Go -> Connect to Server...: 9p://sources.cs.bell-labs.com.

From a Terminal

#!sh

mkdir /tmp/sources
mount -t 9p sources.cs.bell-labs.com /tmp/sources

Documentation

See mount_9p(8).

About

9P Kernel Extension for MacOS

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •