> 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
