I want to build the AUFS Linux filesystem for Linux kernel 6.6.31.
Where can I get the source code and how to build it and lastly, how do I get the .ko file?
1 Answer
I follow this guy (Junjiro R. Okajima) on Github.
They seem to have been maintaining this driver for some years. I just follow the instructions and patch the kernel. When I compile my own kernel, I am able to take advantage of the drivers.
Here's my patch script I use after cloning the repository. Hope this helps!
mount -t overlay overlay -olowerdir=/ro,upperdir=/rw/upper,workdir=/rw/work /new