Hacker News new | ask | show | jobs
by SkipperCat 19 days ago
This is the first time in my entire life I've ever seen someone use a Plan 9 formatted disk. Deep respect.
2 comments

9P is a filesystem protocol (like NFS or CIFS) rather than a local file system (like btrfs or NTFS). It's used to share files between the host and the guest. That way there's no need to copy files between the host and the guest.
Thanks for the clarification and another example of my ignorance about it. The only time I've ever seen it is when I was trying to build a "slender" kernel and I was removing all the stuff I've never used(eg: 9P ).

The only thing I did know about it was that it was named after the movie "Plan 9 from Outer Space". Kinda cool reference.

I might be wrong since it has been a long time since i used WSL, but i think that WSL2 uses 9P for mounting between the VM and the host.