From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <31e03d4bab54d70558e6ccce6af321d8@centurytel.net> To: 9fans@cse.psu.edu From: "Skip Tavakkolian" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] drawterm question Date: Sat, 15 Nov 2003 12:10:18 -0800 Topicbox-Message-UUID: 8a89727c-eacc-11e9-9e20-41e7f4b1d025 I'm prototyping something based on drawterm. It needs to import a service from the cpu it serves its ns to. One approach is to provide a file/device on the drawterm side that when opened, would connect to the importer proc on drawterm, and on the cpu side would be connected to exportfs. Is there a more direct way of doing this? I keep thinking that there should be a way to clone the authenticated fd, before starting exportfs on drawterm.