[bug #17877] Invalid "No such file or directory" error on filesystem without stable inode numbers

2006-10-05 Thread Paul Eggert
Follow-up Comment #11, bug #17877 (project findutils): >> if some Linux-based file systems can't provide stable >> inode numbers, they should be fixed so that they do. It >> shouldn't be that hard. > > It's not hard, it's impossible. Take for example path > based network filesystems (smbfs, sshf

Re: Fwd: [bug #17877] Invalid "No such file or directory" error on filesystem without stable inode numbers

2006-10-05 Thread Miklos Szeredi
> > > But what about symlinks? > > > > > > a g > > >b h->a > > > c > > > f->g > > > > > > The moment you traverse the f->g symlink above, > > > the entire tree, a/b/c/f, is no longer referenced, > > > so the h->a link may take you back to a new inode, > > > and the cycle

Re: Fwd: [bug #17877] Invalid "No such file or directory" error on filesystem without stable inode numbers

2006-10-05 Thread James Youngman
[+bug-findutils since we're discussing this example in that context] On 10/5/06, Miklos Szeredi <[EMAIL PROTECTED]> wrote: > But what about symlinks? > > a g >b h->a > c > f->g > > The moment you traverse the f->g symlink above, > the entire tree, a/b/c/f, is no longer