On Sunday, April 10, 2005 10:27:31 PM -0400 Dean Anderson <[EMAIL PROTECTED]> wrote:

On Sun, 10 Apr 2005, Jeffrey Hutzelman wrote:

While it is true that AFS mount points are represented as symlinks whose
target begins with # or % (denoting the type of mount point), the thing
that makes them mount points and not symlinks is their mode.  It is
possible to create symlinks to targets starting with '#' or '%' by
making an RXAFS_Symlink() call, and clients will treat such links
correctly.  It is simply not possible to create such links using the
symlink() syscall on an OpenAFS client, because the cache manager
interprets such requests as requests to create mount points.

[EMAIL PROTECTED] xxx]# ln -s \#asdfasf ddd [EMAIL PROTECTED] xxx]# ls ddd [EMAIL PROTECTED] xxx]# ls -l ddd ls: ddd: No such device [EMAIL PROTECTED] xxx]# ls -l ls: ddd: No such device total 0 [EMAIL PROTECTED] xxx]# rm ddd rm: cannot remove `ddd': No such device

Which refutes none of what I said. _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to