From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] mount problems From: rsc@plan9.bell-labs.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 17 May 2002 10:11:27 -0400 Topicbox-Message-UUID: 957ebdf6-eaca-11e9-9e20-41e7f4b1d025 how about this? 9660srv p=`{ps|grep 9660srv|awk '{print $2}'} mount /srv/9660 /n/dist /usr/pac/burn/9new/mosml.iso grep iso /proc/$p/fd unmount /n/dist grep iso /proc/$p/fd mount /srv/9660 /n/dist /usr/pac/burn/9new/python.iso grep iso /proc/$p/fd ls -lq /usr/pac/burn/9new/^(mosml python)^.iso the greps will tell us what files 9660srv thinks it is using. the ls -lq will show us the qids of the files. perhaps somehow they got the same qid and that's messing up 9660srv's idea of what different files are. or perhaps somehow they really are the same file, and python.iso contains mosml. russ