From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <0eccc927f753f78eeeeece72f142ffe4@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] /dist is empty From: "Russ Cox" In-Reply-To: <200309161531.h8GFVjj02457@augusta.math.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 16 Sep 2003 11:36:38 -0400 Topicbox-Message-UUID: 3b261fc8-eacc-11e9-9e20-41e7f4b1d025 > Please don't do this. Use what's already there. > > 9fs batida > bind -c /n/batida /n/inst > mount /srv/9660 /n/dist /path/to/plan9.iso > replica/inst -v /dist/replica/inst Dan is right. I'd forgotten this. > If /dist/replica/inst doesn't exist on your system (it should; it used to > be on sources, at least) you can try something else. You don't even really > need the CD (except to be nice to the labs). Ostensibly, you could just > do: > > mount -c /srv/batida /n/inst > 9fs sources > bind /n/sources/plan9 /n/dist > replica/inst -v /dist/replica/inst > > I do something like that to update my fileserver from sources all the time. This is great for updating your file server once it's going. It's not so great for populating it from scratch -- copying from a CD will be a lot faster, due to the latency of 9P to sources. Russ