shrinkwrap icon indicating copy to clipboard operation
shrinkwrap copied to clipboard

Adding support to change loop device number

Open gascarcella opened this issue 4 years ago • 2 comments

Some users will find their loop0 device busy, specially if snap is installed and in use. Common in Ubuntu.

This change will take the 2nd argument to change the loop number, default will be 0 if no argument specified.

gascarcella avatar Jul 03 '20 11:07 gascarcella

I just opened an issue for this. I'm running snap in Ubuntu 20.04.

losetup: QuadBoot.img: failed to set up loop device: Device or resource busy

breeegz avatar Dec 31 '20 00:12 breeegz

great! i just ran into this and worked around it by editing the script to use /dev/loop10. same deal, ubuntu 20.04 using snaps for some things.

tepickering avatar Feb 19 '21 20:02 tepickering