From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Fri, 16 Nov 2007 15:37:44 +0000 From: "roger peppe" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] namespace oddness Topicbox-Message-UUID: fd4862e0-ead2-11e9-9d60-3106f5b1d025 what's going on here? cpu% bind /net /net.alt cpu% cd /net.alt/icmp cpu% ls -l --rw-rw-rw- I 0 network bootes 0 Jun 28 12:36 clone --r--r--r-- I 0 network bootes 0 Jun 28 12:36 stats cpu% mkdir /tmp/empty cpu% bind /tmp/empty /net cpu% cd /net.alt/icmp # doesn't work! Can't cd /net.alt/icmp: '/net.alt/icmp' file does not exist cpu% cd /net.alt cpu% cd icmp # ... but this does work. cpu% ls -l --rw-rw-rw- I 0 network bootes 0 Jun 28 12:36 clone --r--r--r-- I 0 network bootes 0 Jun 28 12:36 stats cpu%