File system loop detected in /var/named/chroot/var/named/ CentOS6.3
Posted
by
wilco
on Server Fault
See other posts from Server Fault
or by wilco
Published on 2012-10-30T22:31:17Z
Indexed on
2012/10/30
23:04 UTC
Read the original article
Hit count: 2034
When I use find command on shell, I got the following error.
find: File system loop detected; /var/named/chroot/var/named' is part of the same file system loop as
/var/named'.
I verified the inode number and it comes out the same as below.
[root@serverone ~]# ls -ldi /var/named/chroot/var/named/ /var/named 6684673 drwxr-x--- 6 root named 4096 Sep 7 17:17 /var/named 6684673 drwxr-x--- 6 root named 4096 Sep 7 17:17 /var/named/chroot/var/named/
I cannot remove the directory with rm -f and it is saying this is directory.
It is minimal CentOS6.3 install with plesk 11. Any help would be appreciated.
© Server Fault or respective owner