Answer the question
In order to leave comments, you need to log in
Why does "File system loop detected" crash?
find: File system loop detected; `/var/named/chroot/var/named' is part of the same file system loop as `/var/named'.
Answer the question
In order to leave comments, you need to log in
doing backup and e2fsck
is generally a strange message, you can’t do hardlinks on directories, and find can recognize symlinks
You have a file system in a loop, in the child directory there is a link to the parent.
So find says it doesn't want to go around in circles.
Look for links in the specified path.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question