[579] in arla-drinkers
mountpoint links
daemon@ATHENA.MIT.EDU (John Davison)
Thu Feb 4 23:36:08 1999
From owner-arla-drinkers@stacken.kth.se Fri Feb 05 04:36:08 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 675 invoked from network); 5 Feb 1999 04:36:07 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 5 Feb 1999 04:36:07 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id FAA06529
for arla-drinkers-list; Fri, 5 Feb 1999 05:31:36 +0100 (MET)
Received: from mail.clarkson.edu (mail.clarkson.edu [128.153.4.59])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id FAA06521
for <arla-drinkers@stacken.kth.se>; Fri, 5 Feb 1999 05:31:28 +0100 (MET)
Received: from polaris.clarkson.edu (davisoja@polaris.clarkson.edu [128.153.4.24])
by mail.clarkson.edu (8.8.8/8.8.8) with SMTP id XAA17864
for <arla-drinkers@stacken.kth.se>; Thu, 4 Feb 1999 23:31:27 -0500 (EST)
Date: Thu, 4 Feb 1999 23:31:27 -0500 (EST)
From: John Davison <davisoja@clarkson.edu>
To: arla-drinkers@stacken.kth.se
Subject: mountpoint links
Message-ID: <Pine.A41.3.96.990204232209.44640A-100000@polaris.clarkson.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
I tried making mount points with ln, and this is what I came up with:
ln -s #user.davisoja foo
makes "foo" a mountpoint for #user.davisoj (yes, minus the last
character). So...
ln -s #user.davisoja. foo and
ln -s #user.davisoja# foo
both make a correct mount point for #user.davisoja, so apparently you need
one extra char at the end of your volume name, but it might not matter
what that extra char is. Also,
ln -s #156841231X foo
will also work, where 156841231 is the volume ID and X is some char.
I didn't include anything about cell name, so I didn't figure out how to
mount a volume from another cell using this method.
Anyone else figure out more?
john
P.S. This is all with transarc AFS on AIX.