benavento / mac9p

9P Kernel Extension for MacOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac9P 1.1

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

Install

Run Install Mac9P from the Mac9P.dmg.

Uninstall

Run Uninstall.tool from the Mac9P.dmg.

Building

Prerequisites

  • Xcode.

Compiling

In a terminal run:

cd mac9
make all

Mounting

From the Finder

_(Broken if the binary is not signed) Go -> Connect to Server...: 9p://sources.cs.bell-labs.com.

From a Terminal

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

Documentation

See mount_9p(8).

Troubleshooting

Disable kext signing check

  1. Boot into Recovery Mode by restarting your mac while holding down Command+R.
  2. Open a Terminal from Utilities -> Terminal and run:
csrutil disable
csrutil enable --without kext

About

9P Kernel Extension for MacOS


Languages

Language:C 94.1%Language:Makefile 2.9%Language:Roff 1.5%Language:Shell 0.8%Language:Rich Text Format 0.6%