From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7286d4b134dcff6c769ed30d02914bfa@9netics.com> To: 9fans@9fans.net Date: Wed, 5 Oct 2016 21:14:48 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <190D5EF8-76CA-40F5-B9ED-FB4233D93749@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Cpu command and namespace Topicbox-Message-UUID: a3dd745a-ead9-11e9-9d60-3106f5b1d025 > I was under the impression that the namespace should come from the client. perhaps it's a confusion over cwd when you cpu to another machine? supermic% pwd /usr/fst supermic% cpu -h rpi rpi% pwd /usr/fst rpi% since typically everything is served by fs, it is all the same content. the local namespace is exported by the local cpu and the far-end cpu mounts it on /mnt/term. e.g. rpi% devsysname='/dev/sysname' for (i in `{seq 3}) { echo $devsysname ' = ' `{cat $devsysname} devsysname='/mnt/term'^$devsysname } /dev/sysname = rpi /mnt/term/dev/sysname = supermic /mnt/term/mnt/term/dev/sysname = dell rpi%