9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: rsc@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] mount problems
Date: Fri, 17 May 2002 10:11:27 -0400	[thread overview]
Message-ID: <f1f22976d18f3964e0a4ce3afe1bb396@plan9.bell-labs.com> (raw)

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



             reply	other threads:[~2002-05-17 14:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-17 14:11 rsc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-05-20 10:05 Peter A. Cejchan
2002-05-17 14:09 Peter A. Cejchan
2002-05-16  8:56 Russ Cox
2002-05-16  6:25 Peter A. Cejchan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f1f22976d18f3964e0a4ce3afe1bb396@plan9.bell-labs.com \
    --to=rsc@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).