@diazona Indeed, #Linux allows over-mounting, an artifact from UNIX days. Try "mount --bind /original /mountpoint" to create a mirror of the directory tree. It gives you the power to manipulate file paths in novel ways. Exercise caution, power comes with responsibility. #OldSchoolUnix π΄