Skip to content

9pfs v0.1.4

Choose a tag to compare

@tmc tmc released this 22 Aug 03:55
· 23 commits to main since this release
36754e1

Notarized Developer ID build of the 9pfs FSKit file system. Open the disk image and drag NinePFSHost.app to Applications, open it once to register the extension, enable 9pfs in System Settings > General > Login Items & Extensions > File System Extensions, then mount with /sbin/mount -F -t 9pfs. See README for details.

Fixes removal and rename. On v0.1.1 through v0.1.3, rm, rmdir, and renaming onto an existing file reported success while doing nothing. Files now go away when you delete them, and applications that save by renaming a temporary file over the original — TextEdit among them — work.

Also adds a bundled demo 9P server at Contents/MacOS/9pdemo that prints its own mount command.