<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>datarecovery &amp;mdash; Haunted Games</title>
    <link>https://hauntedgames.net/tag:datarecovery</link>
    <description>Collected game reviews of the creepy, the forgotten, and the unsettlingly cute.</description>
    <pubDate>Fri, 01 May 2026 15:55:23 +0000</pubDate>
    <item>
      <title>Working with IMA floppy disk images on Linux</title>
      <link>https://hauntedgames.net/working-with-ima-floppy-disk-images-on-linux</link>
      <description>&lt;![CDATA[Something that&#39;s not getting published but might be useful if you have &#xA;to work with .ima floppy backup images created using WinImage, rather than Linux-standard .img files that you can just mount as a device.&#xA;&#xA;Do all of this as superuser.&#xA;&#xA;List your loop devices:&#xA;losetup&#xA;&#xA;If there&#39;s anything in this list, pick a loop device number that doesn&#39;t appear. I used 10. &#xA;&#xA;If you don&#39;t already have a dedicated mount point for floppy drives:&#xA;mkdir /mnt/floppy&#xA;&#xA;`losetup /dev/loop10 disk.ima&#xA;mount -t vfat /dev/loop10 /mnt/floppy`&#xA;&#xA;I threw each disk of the sequence into a different loop device, and then sequentially mounted them on /mnt/floppy to swap disks in DOSBox.&#xA;&#xA;You can also copy the mounted loop device to a more Linux-friendly img file, thus:&#xA;dd bs=512 if=/dev/loop10 of=image.img&#xA;&#xA;Thanks to this person from 2008 who published the solution to their own question, thus saving me a lot of trial and error:&#xA;https://forums.fedoraforum.org/showthread.php?185346-How-to-deal-with-WinImage-ima-files-in-linux&#xA;&#xA;Why yes, I am still making replacement floppy disks to replace dead ones in sets of installation media.&#xA;&#xA;Back up your magnetic media while you still can.&#xA;&#xA;#SoftwarePreservation #DataRecovery #FloppyDisks #Linux]]&gt;</description>
      <content:encoded><![CDATA[<p>Something that&#39;s not getting published but might be useful if you have
to work with .ima floppy backup images created using WinImage, rather than Linux-standard .img files that you can just mount as a device.</p>

<p>Do all of this as superuser.</p>

<p>List your loop devices:
<code>losetup</code></p>

<p>If there&#39;s anything in this list, pick a loop device number that doesn&#39;t appear. I used 10.</p>

<p>If you don&#39;t already have a dedicated mount point for floppy drives:
<code>mkdir /mnt/floppy</code></p>

<p><code>losetup /dev/loop10 disk.ima
mount -t vfat /dev/loop10 /mnt/floppy</code></p>

<p>I threw each disk of the sequence into a different loop device, and then sequentially mounted them on /mnt/floppy to swap disks in DOSBox.</p>

<p>You can also copy the mounted loop device to a more Linux-friendly img file, thus:
<code>dd bs=512 if=/dev/loop10 of=image.img</code></p>

<p>Thanks to this person from 2008 who published the solution to their own question, thus saving me a lot of trial and error:
<a href="https://forums.fedoraforum.org/showthread.php?185346-How-to-deal-with-WinImage-ima-files-in-linux" rel="nofollow">https://forums.fedoraforum.org/showthread.php?185346-How-to-deal-with-WinImage-ima-files-in-linux</a></p>

<p>Why yes, I am still making replacement floppy disks to replace dead ones in sets of installation media.</p>

<p>Back up your magnetic media while you still can.</p>

<p><a href="https://hauntedgames.net/tag:SoftwarePreservation" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">SoftwarePreservation</span></a> <a href="https://hauntedgames.net/tag:DataRecovery" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">DataRecovery</span></a> <a href="https://hauntedgames.net/tag:FloppyDisks" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">FloppyDisks</span></a> <a href="https://hauntedgames.net/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a></p>
]]></content:encoded>
      <guid>https://hauntedgames.net/working-with-ima-floppy-disk-images-on-linux</guid>
      <pubDate>Sun, 07 Jan 2024 12:27:05 +0000</pubDate>
    </item>
  </channel>
</rss>