Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 1998 21:01:23 +0000 (GMT)
From:      Terry Lambert <tlambert@primenet.com>
To:        dhw@whistle.com (David Wolfskill)
Cc:        hackers@FreeBSD.ORG
Subject:   Re: new config
Message-ID:  <199806102101.OAA11432@usr01.primenet.com>
In-Reply-To: <199806101806.LAA21481@pau-amma.whistle.com> from "David Wolfskill" at Jun 10, 98 11:06:54 am

next in thread | previous in thread | raw e-mail | index | archive | help
> >My personal opinion is that the device name should map precisely
> >and *invariantly* to the controller/target/LUN.  That is, that
> >what you want to do is technically undesirable.
> 
> Well... here, I'm less certain that saying that what the person who is
> using the machine wants to do "is technically undesirable" -- I recall
> supporting folks using software that has some bizarre tie-in to a
> specific (set of) device name(s).
> 
> Now, granted, I think it's stupid to "design" software like that -- but
> not everyone has the luxury of always using software for which the
> source is available (and readily mungable).
> 
> Given that, might it be worth considering "an additional level of
> indirection"?  One possibility, for example, is to symlink a device name
> to a controller/target/LUN/slice, for example.  Yes, this is similar to
> SysV; no, I'm not convinced that it's desirable to go quite as far as
> the SysV folks did.  I just don't see much to be gained by contracting a
> rabid case of NIH.


You can get this by renaming and hard-linking in the /dev directory
to modify  the existing devfs image presented to the user.

Basically, you use rc.local (or rc.devfs, if you think a period is a
better subdirectory delimiter than a slash, and are dead-set against
rc.d because of anti-SysV sentiment).


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806102101.OAA11432>