Maybe it’s a same issue Can `losetup` automatically expose the partitions of a loop device within a container?
My use case involves utilizing the Armbian build scripts to generate an SD card image for a development board. Additionally, this development board has its own dedicated build scripts.
Both sets of build scripts appear to rely on Unix block devices, and neither is able to automatically detect device partitions when executed within an Incus container.
However, both sets of scripts run successfully within a Docker container;
I’m curious—how exactly do Docker containers automatically detect these partitions?