6 ms·
This is the first time in my entire life I've ever seen someone use a Plan 9 formatted disk. Deep respect.
by SkipperCat 2mo ago
This is the first time in my entire life I've ever seen someone use a Plan 9 formatted disk. Deep respect.
- nargek 2mo agoI 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.
- stefanha 2mo ago9P 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.
- SkipperCat 2mo agoThanks 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.