On Mon, 13 Aug 2001 [EMAIL PROTECTED] 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?
Good question.
It's different because the server (mountd) rejects
"/export/bigvolume:mysubdir"
either with permission denied or no-such-object.
Since UNIX (thus Linux) alows colons in filenames and dir names
there could technically be a directory called "bigvolume:mysubdir".
But that's not what was/is meant in the automounter entry.
The automounter client must convert the colon to yield
"/export/bigvolume/mysubdir"
before performing the mount.
--
Rick Troth, BMC Software, Inc. <[EMAIL PROTECTED]>
2101 City West Blvd., Houston, Texas, USA, 77042 1-800-841-2031
* T H E B E S T L I T T L E S O F T W A R E H O U S E I N T E X A S *