From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Eckhardt To: 9fans@9fans.net In-Reply-To: <20080622142021.A7DB31E8C1C@holo.morphisms.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9375.1214232656.1@lunacy.ugrad.cs.cmu.edu> Date: Mon, 23 Jun 2008 10:50:56 -0400 Message-ID: <9376.1214232656@lunacy.ugrad.cs.cmu.edu> Subject: Re: [9fans] 'stuck' windows. Topicbox-Message-UUID: c58977b2-ead3-11e9-9d60-3106f5b1d025 > Just FYI, you are mucking around in one of the > least satisfactory parts of the system: dossrv, 9660srv, etc. > The fact that they interpret the mount spec as a file name > in their own name space means that if you already have > dossrv running in one window and do > > import othermachine /dev/sdC0 > mount /srv/dos /n/other /dev/sdC0/dos > > dossrv doesn't see othermachine's disks. Could a wrapper around mount open /dev/sdC0/dos, post the fd to /srv, and then pass the /srv pathname as the spec? Dave Eckhardt