> On Mar 29, 2021, at 4:43 PM, zemned3...@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.
> 9fans <https://9fans.topicbox.com/latest> / 9fans / see discussions 
> <https://9fans.topicbox.com/groups/9fans> + participants 
> <https://9fans.topicbox.com/groups/9fans/members> + delivery options 
> <https://9fans.topicbox.com/groups/9fans/subscription>Permalink 
> <https://9fans.topicbox.com/groups/9fans/Tf85189f4249fef26-M69a250152ff6e434bff1365d>

The 9pfs servers (for /n/sources, etc.) were hosted by Bell Labs at:
        sources.cs.bell-labs.com <http://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 <http://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




------------------------------------------
9fans: 9fans
Permalink: 
https://9fans.topicbox.com/groups/9fans/Tf85189f4249fef26-M2a5ff46fb2fa94d311d2a5db
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Reply via email to