Metztli #Reiser4 / Debian Buster BPs / GNU #Linux:
'If you are using [#winimage] disk images you will need to be able to access them as devices, run the following as root to bind them to /dev/loop1':
[sudo] losetup /dev/loop1 os2-ce_d1.ima
Mount:
[sudo] mount /dev/loop1 /media/floppy
🤖
Umount:
[sudo] umount /media/floppy
Unbind:
[sudo] losetup -d /dev/loop1
Note: /media/floppy directory existed 'a priori'
NO WARRANTIES WHATSOEVER!
References:
https://forums.fedoraforum.org/showthread.php?185346-How-to-deal-with-WinImage-ima-files-in-linux
https://h3g3m0n.wordpress.com/2007/03/17/qemu-for-dos-abandonware-under-linux/