On startup ad will start serving a 9p virtual filesystem but mounting this into the kernel file tree relies on using 9pfuse and fuse. A stand alone version of 9pfuse is available but I use the one found in plan 9 from userspace (docs here).
When I initially implemented the VFS using fuse this would auto-mount which was a nice quality of life improvement over running !mount-ad in the editor manually. Having this behaviour back would be nice.
On startup ad will start serving a
9p
virtual filesystem but mounting this into the kernel file tree relies on using9pfuse
and fuse. A stand alone version of 9pfuse is available but I use the one found in plan 9 from userspace (docs here).When I initially implemented the VFS using fuse this would auto-mount which was a nice quality of life improvement over running
!mount-ad
in the editor manually. Having this behaviour back would be nice.