From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam To: <9fans@cse.psu.edu> Subject: Re: [9fans] useful replica messages In-Reply-To: <200303071958.h27JwrG23251@augusta.math.psu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Fri, 7 Mar 2003 15:10:08 -0500 Topicbox-Message-UUID: 7d10fca6-eacb-11e9-9e20-41e7f4b1d025 Hrm - ok, then I'm not totally confused. man 1 bind | sed -n '/ -c/,/^$/p' states that the creation lands in the union directory bound with a -c. Russ's suggested trick gives me the effect I was after, but feels kinda shifty. What benefit do we get from specifying this mechanism this way? Sam On Fri, 7 Mar 2003, Dan Cross wrote: > > I suppose I incorrectly presumed I could > > -a and expect creations to land in $home/replica. > > Is there no mechanism for this, and/or is the > > expected usage supposed to be the reverse; > > that I'ld go to /sys/src/cmd/replica and > > bind -bc $home/replica? > > No, you were correct in your assumption. You just forgot the ``-c'' > option to bind to allow creation in the new union directory. > > - Dan C. >