From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <00b901c34c87$6d509780$b9844051@insultant.net> From: "boyd, rounin" To: <9fans@cse.psu.edu> References: Subject: Re: [9fans] bind -c[ab] -- what am I doing wrong? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Thu, 17 Jul 2003 19:18:22 +0200 Topicbox-Message-UUID: fa3f8de6-eacb-11e9-9e20-41e7f4b1d025 union directories are a linked list. - open finds you the first file in the list bound directories, in the order they were bound [before/after] - create choose the first directory which allows creation, in the order they were bound [before/after] the order they were bound is not temporal, it's where you bind them. it's that easy.