shithub: docs.9front.org

Download patch

ref: da7049fa562890ae2a49bbfdccd0e0274475649f
parent: 69cebda9e031fbcf645e8b0703c1f406b89455d3
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Aug 4 08:23:08 EDT 2020

add 9p on unix

--- /dev/null
+++ b/9p-on-unix.md
@@ -1,0 +1,9 @@
+Mounting 9P on Unix-like operating systems
+==========================================
+
+Under GNU/Linux and *BSD operating systems it is recommended to use
+[9pfs](https://github.com/bunny351/9pfs) to mount 9p services.
+
+OpenBSD:
+
+	doas 9pfs -o allow_other 9front /mnt
--- a/howto.md
+++ b/howto.md
@@ -10,3 +10,5 @@
 [Building a kernel-only 9front ISO](kernel-iso.html)
 
 [Rio tips and tricks](rio-tips-and-tricks.html)
+
+[Mounting 9p on Unix-like operating systems](9p-on-unix.html)