From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200309161531.h8GFVjj02457@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] /dist is empty In-Reply-To: Your message of "Tue, 16 Sep 2003 09:40:48 EDT." <3F6712E0.70204@plan9.bell-labs.com> From: Dan Cross Date: Tue, 16 Sep 2003 11:31:45 -0400 Topicbox-Message-UUID: 3afa3f66-eacc-11e9-9e20-41e7f4b1d025 Russ Cox writes: > i'm not sure exactly, but i bet you should be setting > c=/n/batida/dist/replica. > as it is, it's using your local machines /dist database to decide > how to handle /n/batida. if your local machine is up-to-date > then no copying is going to happen on /n/batida. 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 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. - Dan C.