Hello, a very interesting thing that happens with overlayfs, the find command does not list a file, but the ls command does it, in the parent directory data we observe that he have added new files to it and the count of files for this directory is not updated, the find command uses the functions opendir and readdir and they not work correctly in overlayfs, # find /tmp/live-net-remaster-probDm/chroot/usr/bin/ -name slxdecode -ls (nothing listed) # ls -l /tmp/live-net-remaster-probDm/chroot/usr/bin/slxdecode -rwxr-xr-x 1 root root 58856 2011-03-30 23:24 /tmp/live-net-remaster- probDm/chroot/usr/bin/slxdecode Thanks, Jordi Pujol Live never ending Tale GNU/Linux Live forever! http://livenet.selfip.com -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html