From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Mon, 6 Oct 2008 09:31:07 -0700 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> Subject: Re: [9fans] mounting stdin using 9pfuse In-Reply-To: <1223061499.22031.9.camel@goose.sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1223061499.22031.9.camel@goose.sun.com> Topicbox-Message-UUID: 175ea5d0-ead4-11e9-9d60-3106f5b1d025 > it appears that I'm missing something fundamental in how > 9pfuse (the one written by Russ) works when it is given > "-" as an address. The source looks like it should be > simply using stdin for R/W instead of dialing out the > connection first, but it doesn't really seem to work. > Here's the simplest way of reproducing what I'm > seeing: I don't know why your example doesn't work, but ramfs simply may not work with 9pfuse. I would try doing something a little more complicated, like dial tcp!sources.cs.bell-labs.com!9fs and then run 9pfuse - with that on standard input. 9fans is a fine list to ask about plan9port. Russ