Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Can't Find Early 5.25 Inch Formatted Floppy Disk Image File

Can't Find Early 5.25 Inch Formatted Floppy Disk Image File

Scheduled Pinned Locked Moved The Lounge
question
16 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Richard Andrew x64R Richard Andrew x64

    I still have a box of 3.5's near my desk. They include the first programs I ever wrote on the PC with Turbo C.

    The difficult we do right away... ...the impossible takes slightly longer.

    T Offline
    T Offline
    TNCaver
    wrote on last edited by
    #7

    I chucked all my 3.5 floppies out about 15 years ago. Now I regret not keeping some of them, like the PowerBasic disc and some of the BBS game programs I wrote with it, as well as my favorite WWII aerial battle simulator, Battlehawks 1942.

    If you think 'goto' is evil, try writing an Assembly program without JMP.

    Richard Andrew x64R 1 Reply Last reply
    0
    • T TNCaver

      I chucked all my 3.5 floppies out about 15 years ago. Now I regret not keeping some of them, like the PowerBasic disc and some of the BBS game programs I wrote with it, as well as my favorite WWII aerial battle simulator, Battlehawks 1942.

      If you think 'goto' is evil, try writing an Assembly program without JMP.

      Richard Andrew x64R Offline
      Richard Andrew x64R Offline
      Richard Andrew x64
      wrote on last edited by
      #8

      TNCaver wrote:

      WWII aerial battle simulator, Battlehawks 1942.

      It's amazing the capability of some of those old games given how small they were, and before graphics cards. I had a Star Wars game on floppy that featured dog fighting between X-Wings and Tie's.

      The difficult we do right away... ...the impossible takes slightly longer.

      1 Reply Last reply
      0
      • C C P User 3

        I search for this... ``IMG Image File, Blank 3.5 Inch Floppy Disk`` I get this... ``https://archive.org/details/blank-floppy\`\` (find it [**HERE**](https://archive.org/details/blank-floppy), if it matters) ...which is Perfect, exactly what I asked for. So, I change the ``3.5`` to ``5.25`` and repeat the search. And, Huh ??? Such a thing does not exist anywhere on the entire internet ??? Brain Assistance welcome

        R Offline
        R Offline
        Ravi Bhavnani
        wrote on last edited by
        #9

        Google image search for 5.25" floppy disk (then filtered by size == icon) returns plenty of results. :) /ravi

        My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

        D 1 Reply Last reply
        0
        • R Ravi Bhavnani

          Google image search for 5.25" floppy disk (then filtered by size == icon) returns plenty of results. :) /ravi

          My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

          D Offline
          D Offline
          den2k88
          wrote on last edited by
          #10

          Image as in disk image, not picture :D

          GCS d--(d-) s-/++ a C++++ U+++ P- L+@ E-- W++ N+ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

          1 Reply Last reply
          0
          • C C P User 3

            I search for this... ``IMG Image File, Blank 3.5 Inch Floppy Disk`` I get this... ``https://archive.org/details/blank-floppy\`\` (find it [**HERE**](https://archive.org/details/blank-floppy), if it matters) ...which is Perfect, exactly what I asked for. So, I change the ``3.5`` to ``5.25`` and repeat the search. And, Huh ??? Such a thing does not exist anywhere on the entire internet ??? Brain Assistance welcome

            D Offline
            D Offline
            Daniel Pfeffer
            wrote on last edited by
            #11

            One possibility would be to create a file (full of zeroes) of the correct size. You could then mount and format the "disk" in a virtual machine running Windows. Apparently, all versions of Windows still support 5.25 inch drives (if you can find one...). 5".25 sizes are as follows: * 160KB - 163840 bytes * 180 - 184320 * 320 - 327680 * 360 - 368640 * 720 - 737280 * 1.2MB - 1228800 Note that these sizes are RAW. Once some space is allocated for various data structures (BPB, FAT, root directory), you get the standard sizes that you are familiar with.

            Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

            C 2 Replies Last reply
            0
            • C C P User 3

              I search for this... ``IMG Image File, Blank 3.5 Inch Floppy Disk`` I get this... ``https://archive.org/details/blank-floppy\`\` (find it [**HERE**](https://archive.org/details/blank-floppy), if it matters) ...which is Perfect, exactly what I asked for. So, I change the ``3.5`` to ``5.25`` and repeat the search. And, Huh ??? Such a thing does not exist anywhere on the entire internet ??? Brain Assistance welcome

              W Offline
              W Offline
              willichan
              wrote on last edited by
              #12

              Have you tried looking at FreeDOS? They have a Floppy edition that in cludes 720K disk images. FreeDos Download Page ---------- Money makes the world go round ... but documentation moves the money.

              C 1 Reply Last reply
              0
              • D Daniel Pfeffer

                One possibility would be to create a file (full of zeroes) of the correct size. You could then mount and format the "disk" in a virtual machine running Windows. Apparently, all versions of Windows still support 5.25 inch drives (if you can find one...). 5".25 sizes are as follows: * 160KB - 163840 bytes * 180 - 184320 * 320 - 327680 * 360 - 368640 * 720 - 737280 * 1.2MB - 1228800 Note that these sizes are RAW. Once some space is allocated for various data structures (BPB, FAT, root directory), you get the standard sizes that you are familiar with.

                Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                C Offline
                C Offline
                C P User 3
                wrote on last edited by
                #13

                DUH That is so simple as to embarrass me. My great brain at work; busily sleeping, I guess. Thank you. I'm going to guess that i can use...

                FORMAT A:

                ...or some such command on the fake floppy on the fake machine, and then, well, DUH, I have a fake floppy drive in there. Thanks for the suggestion. I guess it was too obvious to be obvious.

                1 Reply Last reply
                0
                • W willichan

                  Have you tried looking at FreeDOS? They have a Floppy edition that in cludes 720K disk images. FreeDos Download Page ---------- Money makes the world go round ... but documentation moves the money.

                  C Offline
                  C Offline
                  C P User 3
                  wrote on last edited by
                  #14

                  Yes Mind Reader sir; if you can do as well with the stock market, I want to be your friend ! Some of these fake floppies will be the old 160 size, up to the 1.4M size, and all the others in between. I think think that Daniel Pfeffer's idea (a file of 0s, exactly the right size) is going to fix everything in my life forever, or at least until I die of old age.

                  1 Reply Last reply
                  0
                  • D Daniel Pfeffer

                    One possibility would be to create a file (full of zeroes) of the correct size. You could then mount and format the "disk" in a virtual machine running Windows. Apparently, all versions of Windows still support 5.25 inch drives (if you can find one...). 5".25 sizes are as follows: * 160KB - 163840 bytes * 180 - 184320 * 320 - 327680 * 360 - 368640 * 720 - 737280 * 1.2MB - 1228800 Note that these sizes are RAW. Once some space is allocated for various data structures (BPB, FAT, root directory), you get the standard sizes that you are familiar with.

                    Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                    C Offline
                    C Offline
                    C P User 3
                    wrote on last edited by
                    #15

                    What was the 1.4 size ? I forget

                    D 1 Reply Last reply
                    0
                    • C C P User 3

                      What was the 1.4 size ? I forget

                      D Offline
                      D Offline
                      Daniel Pfeffer
                      wrote on last edited by
                      #16

                      3".5

                      Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups