Hi, The problem is: if I mount overlayfs over some directories tree with mountpoints inside, I lose the contents of theese mountpoints. For example, if we have: mnt/ dir1/ dir2/ file1 dir3/ after: mount something to dir1/dir2 mount -t overlayfs -o lowerdir=dir1,upperdir=dir3 none mnt we'll see file1 in mnt/dir2. -- 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