Jeremy Fitzhardinge wrote:
> 
> On Wed, Jan 24, 2001 at 01:44:29PM -0600, Rick Troth wrote:
> > The tradition has been  (I think this originated with Sun)
> > that if the mountable object is a volume,  the syntax is  "host:path".
> > But if the object to be mounted is a sub-directory of a shared volume,
> > the sub-dir is coded with a colon like this ... "host:path:subdir".
> > For example from "auto.home":
> >
> >       mything    -rw,hard,intr  server:/export/bigvolume:mysubdir
> 
> How is this different from server:/export/bigvolume/mysubdir?
> 

On Suns, it establishes a single mount of server:/export/bigvolume, and
only exposes the "mysubdir" part.  This is strictly an in-kernel
performance optimization though, mostly for the case of a home directory
server; it is 100% legal to treat them identical.

It's one more example of ad hockery in the Sun map syntax :(

        -hpa

-- 
<[EMAIL PROTECTED]> at work, <[EMAIL PROTECTED]> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt

Reply via email to