Hi,

On Wed, Apr 27, 2005 at 06:07:50PM -0700, David Bear wrote:

[snip]

> issuing a gnu du command from within afs an afs path I get an error:
> 
> du: '.' no such file or device.

It's working here:

 [EMAIL PROTECTED]:~ > pwd
 /afs/cbs.mpg.de/afs/user/afstest
 [EMAIL PROTECTED]:~ > lsm $PWD
 '/afs/cbs.mpg.de/user/afstest' is a mount point for volume '%user.afstest'
 [EMAIL PROTECTED]:~ > du --version
 du (coreutils) 5.2.1
 [...]
 [EMAIL PROTECTED]:~ > du .
 [...expected output...]


> this is when the mount point for the volume is the current directory.
> 
> issuing a du on the symlink pointing to the afs path I get
> a 0 count.

I don't think, this has anything to do with AFS:

 [EMAIL PROTECTED]:/tmp > ln -s /afs/cbs.mpg.de/user/afstest x1
 [EMAIL PROTECTED]:/tmp > du x1
 0       x1
 [EMAIL PROTECTED]:/tmp > ln -s /var/lib x2
 [EMAIL PROTECTED]:/tmp > du x2
 0       x2

Regards,

Frank
_______________________________________________
OpenAFS-info mailing list
OpenAFS-info@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to