From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sun, 9 Oct 2005 21:07:04 -0400 From: Russ Cox To: "leimy2k@speakeasy.net" Subject: Re: [9fans] Rio for window grouping/session management In-Reply-To: <039549642c3fec3ac35bda92c9026e23@psychobunny.homework.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <039549642c3fec3ac35bda92c9026e23@psychobunny.homework.net> Cc: 9fans@cse.psu.edu Topicbox-Message-UUID: 9861dd4a-ead0-11e9-9d60-3106f5b1d025 I think the exportfs comment might have been getting at saving the /dev/label so you could access it from within the new rio. You could use exportfs for that, but bind is simpler. aux/stub /dev/riolabel bind /dev/label /dev/riolabel rio Then, inside the new rio windows you can write to /dev/riolabel. Russ