From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4339D0BC.8080405@lanl.gov> Date: Tue, 27 Sep 2005 17:07:40 -0600 From: Ronald G Minnich User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) MIME-Version: 1.0 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [9fans] semi-synthetic file system Topicbox-Message-UUID: 916ea360-ead0-11e9-9d60-3106f5b1d025 I'd like to make a file system that reflects /proc from a linux node, but that adds plan9-style proc support, e.g. text commands for ctl, and so on. (note we're adding plan9 style ctl etc. to linux /proc, here, but don't know if the linux core will buy it). What I'm thinking to do is tag /proc in some way, when walk()ing to it, in the QID, then track children of /proc, and tag them in some way, and then make it so that walk will allow people to walk to the mythical ctl file This directory won't exist in linux, only in my semi-synthetic file server. I'm wondering if something like this has not already been done, or if there is some better way to do it. Has anyone done a mixed sort of file server like this? I would most prefer just to hack u9fs, for a number of reasons, but I'm open to better ideas. thanks ron