Hello slaeshjag. I see several years have passed since your .dbp work began.
aufs is apparently not available for my kernel 5.8. I do not know how to build it.
Since OverlayFS is available and appears functionally equivalent, perhaps this is the time to switch .dbp to using it and enabling .dbp to work on other kernels.
Thank you.
[EDIT]
Seems this isn't a big deal to switch to non-aufs after all?
libdbpbase/loop.c: if (mount("none", mount_path, DBP_UNIONFS_NAME, 0, mount_opt) < 0)
libdbpbase/dbp.h:#define DBP_UNIONFS_NAME "aufs"
[EDIT2]
a reference for doing it with unionfs
unionfs merge-mount
Hello slaeshjag. I see several years have passed since your .dbp work began.
aufs is apparently not available for my kernel 5.8. I do not know how to build it.
Since OverlayFS is available and appears functionally equivalent, perhaps this is the time to switch .dbp to using it and enabling .dbp to work on other kernels.
Thank you.
[EDIT]
Seems this isn't a big deal to switch to non-aufs after all?
[EDIT2]
a reference for doing it with unionfs
unionfs merge-mount