"J. R. Okajima": > Now I am thinking about changing mount.aufs(8) helper. > - users specify "br:path1:path2" as usual. > - mount.aufs helper (in aufs-util.git) translate it into > "br=path1:path2" and executes /bin/mount with -i option, which stops > calling mount.aufs again. > > I'm still considering...
I was going to try this approach, but failed. Technically speaking, I could not start my aufs work. Currently my main pc is debian v12 (bookworm) and it has gcc-11 and gcc-12. And my current aufs development version is v5.10. Unfortunately this version of linux kernel cannot be compiled by gcc-12!! I'm stucked again... J. R. Okajima