9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: serge@euler.Berkeley.EDU serge@euler.Berkeley.EDU
Subject: remote device access
Date: Sat, 29 Apr 1995 02:09:32 -0400	[thread overview]
Message-ID: <19950429060932.-8OnotabL1H76IQag42uag1T1U52R--SXL22yS4JLd8@z> (raw)

(``I say we hang this srege heretic in effigy!''
 ``To heck with it!  Let's hang him right here!''
 :-)

>the notation was invented as an expedient way to address drivers before
>the name space was established, a function it serves well.

But don't you need a file system / name space before you can run, e.g.

	% cat /lib/namespac
	# root
	mount -a #s/boot /
	...

i.e. where do (/bin/)mount and /lib/namespac come from to begin with?
(For that matter, where does #s come from?  :-)

>i prefer the notation to be distinct.  when what's going on is
>fundamentally nasty, it is polite to say so; hence #c.

My concern is that it pretends to be in file system space, while it
really isn't (you can't ls/cp/rm/etc. it).  At least with Unix'
major/minor device numbers, even though they are ``magic'', they're not 
intrusive/interfering with naming.  E.g. in Plan9, I can't have a file
called #c (there goes emacs ... hm ... :-).  This is pretty much
like DOS' con[:] et al, which I think we can all agree isn't elegant.
:-)

I believe VSTa has a /namer file system, so that, e.g. you can find out
the name of the root file system via

	cat /namer/fs/root

Perhaps if some ``magic'' (ugh) at boot time made all the drivers
accessible in /drivers in a similar way (akin to the way that ``/''
is mounted)?

>if one were to attach all drivers to the name space automatically [...]
>one would go against the grain of plan 9, where what is in the name
>space is what is needed rather than all that's available.  besides,
>this latter form implies an attach has been done, a semantically heavy
>operation best left until the driver is really needed.

Actually, I wasn't suggesting attaching/binding all the drivers, merely
making them visible via the normal file system name space / operations.
Or removing them from the name space entirely.  :-)






             reply	other threads:[~1995-04-29  6:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-04-29  6:09 serge [this message]
  -- strict thread matches above, loose matches on Subject: below --
1995-04-29  6:54 David
1995-04-29  6:51 David
1995-04-28 21:39 serge
1995-04-28 16:04 rob
1995-04-28  8:26 forsyth
1995-04-28  6:52 Boyd
1995-04-28  0:18 serge
1995-04-27  8:29 forsyth

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=19950429060932.-8OnotabL1H76IQag42uag1T1U52R--SXL22yS4JLd8@z \
    --to=serge@euler.berkeley.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).