Open ventosus opened 3 years ago
Hm, what's your use case to use it on a loopback device?
Hm, what's your use case to use it on a loopback device?
Automated building on a machine I have no physical access to.
Hm, what's your use case to use it on a loopback device?
Unfortunately I also have trouble with this feature. Since usage of loopback devices is explicitly mentioned in the manpage, I think this should be considered to be fixed.
@schoelpi this works with the git version, forgot to close the issue.
Make sure to load your loopback module with support for loopback partitions (default off).
modprobe loop max_loop=8 max_part=8
modprobe loop max_loop=8 max_part=8
Ah great, thank you for your quick response. It works, although I had to figure out, that I had to use -P
option for losetup
and kick out kpartx
instead ;-)
I'm reopening this, as our docs should be properly clarify its usage, thanks everyone :)
Would be nice if this would work on loopback devices
I don't see why is couldn't, but currently it fails upon installing the MBR, because it cannot find de device of /dev/loop0, which is the disk image /tmp/image.dd