From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1b8681393bf3b68651e805efa4bc16da@9netics.com> To: 9fans@9fans.net Date: Thu, 19 Jun 2008 16:55:28 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] P9p's mount(1) on linux Topicbox-Message-UUID: c3b47270-ead3-11e9-9d60-3106f5b1d025 > The ability to mount file descriptors has been in for a few years (at > least since 2006). trans=fd allows you to mount from a file > descriptor (or from separate read and write file descriptors). The > code should be functional, but it is not something which currently > gets regressed very often. yep. rangboom agent uses v9fs this way for the imported shared ns: opts = smprint("noextend,%smsize=%d,name=%s,proto=fd,rfdno=%d,wfdno=%d", (ifsdebug?"debug=0x7,":""), 8*1024, getenv("USER"), so[1], so[1]);