Hello David, Following patch fixes testsuite to use the right fstype. This was changed in linux tree by ef94b1864d1e ovl: rename filesystem type to "overlay" Thanks, Miklos --- mount_union.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mount_union.py +++ b/mount_union.py @@ -27,6 +27,6 @@ from tool_box import * workdir = upper_mntroot + "/work" os.mkdir(upperdir) os.mkdir(workdir) - system("mount -t overlayfs overlayfs " + union_mntroot + + system("mount -t overlay overlay " + union_mntroot + " -olowerdir=" + lower_mntroot + ",upperdir=" + upperdir + ",workdir=" + workdir) ctx.note_upper_fs(upper_mntroot, testdir) -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html