Bruno Haible wrote: > Jim Meyering wrote: >> getcwd is failing to >> find an entry in / with dev/ino matching a component (home) >> of your working directory: >> (see the fstatat call and subsequent dev/ino comparison in getcwd.c. >> This may be due to dev/ino assignment on a mount point like /home.) > > Indeed, on that system, /home is NFS-mounted.
For the record, getcwd is supposed to work even across mount points like that, but it seems the combination of Solaris 9 and NFS causes trouble on that front.
