|
|
|
|
|
by ninkendo
697 days ago
|
|
> Plan 9 lives on as the filesystem network interface that allows Windows and Windows Subsystem for Linux cross-platform access to your C drive. Same with other hypervisors, virtualbox etc do the same. If you have docker installed on macOS it also uses 9p to share data with the host. But IMO 9p is a terrible choice for this, particularly because it doesn’t support hard links. It breaks a lot of software like sccache etc which rely on hardlinks to work. The reply from the plan9 devs on why this is the case hits staggering levels of arrogance: > If you look at what a hard link is, you'll realize why they are not in Plan 9. https://groups.google.com/g/comp.os.plan9/c/24mMVoy6wXA/m/JW... |
|
I'd even suggest it reflects humility not arrogance.