logoalt Hacker News

SkipperCattoday at 2:09 PM2 repliesview on HN

This is the first time in my entire life I've ever seen someone use a Plan 9 formatted disk. Deep respect.


Replies

stefanhatoday at 2:40 PM

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.

nargektoday at 2:36 PM

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.