/bin/pwd causes a fstat on all autofs mounted volumes

2008-10-07 Thread Paul Raines
When one runs /bin/pwd (using coreutils 5.97) on an autofs mounted volume, it causes an fstat to be run on all autofs mounted volumes on that automount's mount point. THis is not only a big waste but if a NFS mount server down it causes /bin/pwd to hang. /bin/pwd in perfectly working NFS mount

Re: /bin/pwd causes a fstat on all autofs mounted volumes

2008-10-07 Thread Jim Meyering
Paul Raines <[EMAIL PROTECTED]> wrote: > When one runs /bin/pwd (using coreutils 5.97) on an autofs mounted > volume, it causes an fstat to be run on all autofs mounted volumes > on that automount's mount point. THis is not only a big waste but > if a NFS mount server down it causes /bin/pwd to ha