GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Embed Notice

HTML Code

Corresponding Notice

  1. Embed this notice
    13 barn owls in a trenchcoat (hauntedowlbear@eldritch.cafe)'s status on Sunday, 07-Jan-2024 20:28:25 JST13 barn owls in a trenchcoat13 barn owls in a trenchcoat

    Something that'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.

    Do all of this as superuser.

    List your loop devices:
    losetup

    If there's anything in this list, pick a loop device number that doesn't appear. I used 10.

    If you don't already have a dedicated mount point for floppy drives:
    mkdir /mnt/floppy

    losetup /dev/loop10 ./disk.ima
    mount -t vfat /dev/loop10 /mnt/floppy

    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.

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

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

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

    Back up your magnetic media while you still can.

    #SoftwarePreservation #DataRecovery #FloppyDisks

    In conversationSunday, 07-Jan-2024 20:28:25 JST from eldritch.cafepermalink

    Attachments


    1. Domain not in remote thumbnail source whitelist: forums.fedoraforum.org
      How to deal with WinImage .ima files in linux
      Hello. Ok, I know this is not a Fedora specific question, but concerns linux in general. However, since I'm running Fedora, I thought to post here anyway. The problem is that I have an .imz file that I need to deal with. I know it's a WinImage compressed disk image. Indeed there's a .ima file inside it. I know it's an image of a floppy disk. The question is, how do I put it on a floppy? Might a simple 'dd' command do? With what parameters, what blocksize (does it even matter)? Also, I
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.