On Mar 29, 2021, at 4:43 PM, zemned3000@gmail.com wrote:

I am about 5 hours into being a Plan 9 user, on both the PI4 and QEmu.  I am struggling to find the canonical p9fs servers to mount kernel source code, update from a the central repo (is this broken with the  ownership change of plan 9?) and also a way to load extras such as gitfs.  Any handy pointers gratefully received.


The 9pfs servers (for /n/sources, etc.) were hosted by Bell Labs at:
sources.cs.bell-labs.com

Nokia bought Bell labs a few years ago and no longer supports those servers.  New servers have been set up at:
9p.io

You can edit your ‘/bin/9fs’ script, change:

case sources
srv -nq tcp!sources.cs.bell-labs.com sources /n/sources
to:
case sources
srv -nq tcp!9p.io sources /n/sources


Then mount sources with:
9fs sources