sminez / ad

an adaptable text editor
https://crates.io/crates/ad-editor
MIT License
264 stars 10 forks source link

Auto-mount the virtual filesystem on startup #4

Closed sminez closed 1 month ago

sminez commented 2 months ago

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.