From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <80bdc64d1ee95e3d00ac78874bff6ece@swtch.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] consolefs question From: "Russ Cox" Date: Fri, 17 Feb 2006 15:51:41 +0000 In-Reply-To: <18890.1140208195@piper.nectar.cs.cmu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 00bd2156-ead1-11e9-9d60-3106f5b1d025 > What's not working is "C consolename" from > my terminal. After poking around and trying > various things, I think the issue is that > /lib/namespace.$sysname for the CPU server > should contain > > mount /srv/consoles /mnt/consoles > > which does in fact appear to do the trick. True. Added to the man page. Russ