shithub: docs.9front.org

Download patch

ref: 2cad71b36c2a6aa03cd3fdb6b82868063a0904f5
parent: 5f2ca4874d4a7ed0ba08781c78046e0c940fddc6
author: Moody <j4kem00dy@gmail.com>
date: Mon Sep 21 20:20:29 EDT 2020

Add example using Linux vp9fs

--- a/9p-on-unix.md
+++ b/9p-on-unix.md
@@ -1,6 +1,8 @@
 Mounting 9P on Unix-like operating systems
 ==========================================
 
+## 9pfs
+
 Under GNU/Linux and *BSD operating systems it is recommended to use
 [9pfs](https://github.com/bunny351/9pfs) to mount 9p services.
 
@@ -7,3 +9,14 @@
 OpenBSD:
 
 	doas 9pfs -o allow_other 9front /mnt
+
+## v9fs
+
+The Linux kernel contains a 9p driver that can be made to mostly
+work with 9front systems. Two things to keep in mind however:
+
+* Auth will not work
+* Currently file creation is broken.
+
+Mounting:
+	sudo mount -t 9p -o version=9p2000,port=564,trans=tcp your.9p.server /mnt/9p