Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • 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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. ahh, the HP 9133A - the largest and heaviest external 3 1/2" floppy drive ever built.

ahh, the HP 9133A - the largest and heaviest external 3 1/2" floppy drive ever built.

Scheduled Pinned Locked Moved Uncategorized
111 Posts 36 Posters 0 Views
  • 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.
  • tubetime@mastodon.socialT tubetime@mastodon.social

    it spins, but it sounds bad. not much hope for this drive, unfortunately.

    barryjsullivan@mstdn.socialB This user is from outside of this forum
    barryjsullivan@mstdn.socialB This user is from outside of this forum
    barryjsullivan@mstdn.social
    wrote last edited by
    #54

    @tubetime Try SpinRite 6.0 that will fix it right up.

    1 Reply Last reply
    0
    • tubetime@mastodon.socialT tubetime@mastodon.social

      it spins, but it sounds bad. not much hope for this drive, unfortunately.

      A This user is from outside of this forum
      A This user is from outside of this forum
      agreeable_landfall@mastodon.social
      wrote last edited by
      #55

      @tubetime Don't feel bad. I had a Data General Nova at work that I used to collect and process data from flight testing. One day, the machine made a sound like bad brakes. I asked one of the admins, who said, "Oh, yeah. That happens from time to time. We always lose a bit of disk space when that happens."

      1 Reply Last reply
      0
      • bsdphk@fosstodon.orgB bsdphk@fosstodon.org

        @tubetime

        The fastest way to find out, is probably if you send me the image, but I can also walk you through the setup so you can run AA yourself.

        (I've never finished the proper python packaging so it's a bit manual)

        tubetime@mastodon.socialT This user is from outside of this forum
        tubetime@mastodon.socialT This user is from outside of this forum
        tubetime@mastodon.social
        wrote last edited by
        #56

        @bsdphk i'm going to try and get a better image file, then i will give it a shot.

        1 Reply Last reply
        0
        • tubetime@mastodon.socialT tubetime@mastodon.social

          the HPIB verification program for the HP5005B signature analyzer. wild

          tubetime@mastodon.socialT This user is from outside of this forum
          tubetime@mastodon.socialT This user is from outside of this forum
          tubetime@mastodon.social
          wrote last edited by
          #57

          @dgesswein , who authored the MFM emulator tool i am using for this task, reached out. i updated the software to the latest version (i was tragically out of date). got a new dump. only a few bad sectors this time, and none on track 0!

          Link Preview Image
          tubetime@mastodon.socialT 1 Reply Last reply
          0
          • tubetime@mastodon.socialT tubetime@mastodon.social

            @dgesswein , who authored the MFM emulator tool i am using for this task, reached out. i updated the software to the latest version (i was tragically out of date). got a new dump. only a few bad sectors this time, and none on track 0!

            Link Preview Image
            tubetime@mastodon.socialT This user is from outside of this forum
            tubetime@mastodon.socialT This user is from outside of this forum
            tubetime@mastodon.social
            wrote last edited by
            #58

            bad sectors were on tracks 37, 75, 113, and 152. the 9133a uses hardware partitioning to get four logical volumes, so these "bad sectors" are really just extra sectors at the end of each disk.

            for posterity, the command i used was

            ./mfm_read --format Xebec_104527_C0_256B --sectors 32,0 --heads 4 --cylinders 153 --header_crc 0x0,0xa00805,32,2 --data_crc 0x0,0xa00805,32,2 --sector_length 256 --retries 50,4 --drive 1 --xebec_skew --begin_time 151000 --tran hp9133a_st506 --ext hp9133a_st506.bin

            tubetime@mastodon.socialT 1 Reply Last reply
            0
            • tubetime@mastodon.socialT tubetime@mastodon.social

              bad sectors were on tracks 37, 75, 113, and 152. the 9133a uses hardware partitioning to get four logical volumes, so these "bad sectors" are really just extra sectors at the end of each disk.

              for posterity, the command i used was

              ./mfm_read --format Xebec_104527_C0_256B --sectors 32,0 --heads 4 --cylinders 153 --header_crc 0x0,0xa00805,32,2 --data_crc 0x0,0xa00805,32,2 --sector_length 256 --retries 50,4 --drive 1 --xebec_skew --begin_time 151000 --tran hp9133a_st506 --ext hp9133a_st506.bin

              tubetime@mastodon.socialT This user is from outside of this forum
              tubetime@mastodon.socialT This user is from outside of this forum
              tubetime@mastodon.social
              wrote last edited by
              #59

              'file' is superintelligent these days. it knows about LIF disks! looks like the binary data is good!

              Link Preview Image
              tubetime@mastodon.socialT 1 Reply Last reply
              0
              • tubetime@mastodon.socialT tubetime@mastodon.social

                'file' is superintelligent these days. it knows about LIF disks! looks like the binary data is good!

                Link Preview Image
                tubetime@mastodon.socialT This user is from outside of this forum
                tubetime@mastodon.socialT This user is from outside of this forum
                tubetime@mastodon.social
                wrote last edited by
                #60

                also the drive is running very smoothly now. a few days ago it was making horrible screeching sounds but i think that was the spindle bearing.

                i've been running it upside down to allow the oil to warm up and drain back into the bearing.

                linker3000@mastodon.socialL tubetime@mastodon.socialT 2 Replies Last reply
                0
                • bsdphk@fosstodon.orgB bsdphk@fosstodon.org

                  @tubetime

                  The fastest way to find out, is probably if you send me the image, but I can also walk you through the setup so you can run AA yourself.

                  (I've never finished the proper python packaging so it's a bit manual)

                  tubetime@mastodon.socialT This user is from outside of this forum
                  tubetime@mastodon.socialT This user is from outside of this forum
                  tubetime@mastodon.social
                  wrote last edited by
                  #61

                  @bsdphk

                  Traceback (most recent call last):
                  File "/home/eric/src_other/AutoArchaeologist/run_example.py", line 11, in <module>
                  from autoarchaeologist.container import argv
                  File "/home/eric/src_other/AutoArchaeologist/autoarchaeologist/container/argv.py", line 17, in <module>
                  import ddhf_bitstore_metadata
                  ModuleNotFoundError: No module named 'ddhf_bitstore_metadata'

                  bsdphk@fosstodon.orgB 1 Reply Last reply
                  0
                  • tubetime@mastodon.socialT tubetime@mastodon.social

                    @bsdphk

                    Traceback (most recent call last):
                    File "/home/eric/src_other/AutoArchaeologist/run_example.py", line 11, in <module>
                    from autoarchaeologist.container import argv
                    File "/home/eric/src_other/AutoArchaeologist/autoarchaeologist/container/argv.py", line 17, in <module>
                    import ddhf_bitstore_metadata
                    ModuleNotFoundError: No module named 'ddhf_bitstore_metadata'

                    bsdphk@fosstodon.orgB This user is from outside of this forum
                    bsdphk@fosstodon.orgB This user is from outside of this forum
                    bsdphk@fosstodon.org
                    wrote last edited by
                    #62

                    @tubetime

                    Sorry forgot to mention that dependency, that repos is also on our codeberg account:

                    Link Preview Image
                    DDHF_bitstore_metadata

                    DDHF_bitstore_metadata - Metadata file handing for DDHF's bitarchive.

                    favicon

                    Codeberg.org (codeberg.org)

                    tubetime@mastodon.socialT 1 Reply Last reply
                    0
                    • tubetime@mastodon.socialT tubetime@mastodon.social

                      also the drive is running very smoothly now. a few days ago it was making horrible screeching sounds but i think that was the spindle bearing.

                      i've been running it upside down to allow the oil to warm up and drain back into the bearing.

                      linker3000@mastodon.socialL This user is from outside of this forum
                      linker3000@mastodon.socialL This user is from outside of this forum
                      linker3000@mastodon.social
                      wrote last edited by
                      #63

                      People used to laugh when I said I'd fixed their squealing hard drive by oiling it.

                      Seagate used to have a grounding strip that sat atop a bearing on the end of the spindle (outside the drive) and at a push you could apply some graphite from a soft pencil to stop it being noisy.

                      Happy days.

                      alison@burningboard.netA 1 Reply Last reply
                      0
                      • tubetime@mastodon.socialT tubetime@mastodon.social

                        yeah all the heads are stuck. trying a heat gun now...

                        sleibt@mamot.frS This user is from outside of this forum
                        sleibt@mamot.frS This user is from outside of this forum
                        sleibt@mamot.fr
                        wrote last edited by
                        #64

                        @tubetime Had a disk that was working great and the next day, it wouldn't start. Tried a few things with no success. Bought a new one, cleaned up the surroundings as best as I could, opened the lid a little & tried not to get any dust in there, helped the motor a bit and it was up & running again, I could copy the whole content. As an experiment I left it running, monitoring the errors. After 2 weeks, they started increasing. Not unexpected when you've been to HDD plant's clean rooms.

                        sleibt@mamot.frS 1 Reply Last reply
                        0
                        • sleibt@mamot.frS sleibt@mamot.fr

                          @tubetime Had a disk that was working great and the next day, it wouldn't start. Tried a few things with no success. Bought a new one, cleaned up the surroundings as best as I could, opened the lid a little & tried not to get any dust in there, helped the motor a bit and it was up & running again, I could copy the whole content. As an experiment I left it running, monitoring the errors. After 2 weeks, they started increasing. Not unexpected when you've been to HDD plant's clean rooms.

                          sleibt@mamot.frS This user is from outside of this forum
                          sleibt@mamot.frS This user is from outside of this forum
                          sleibt@mamot.fr
                          wrote last edited by
                          #65

                          @tubetime So my take for anybody reading this and tempted to open their HDD: don't, unless you are curious & about to toss it or desperate for the data. In the later case, if it works to make it spin again, be ready to export all data ASAP. Just about any dust is larger than the distance the heads fly above the disks, thus scratches to the magnetic surface are a given when anything gets trapped in between. There are reasons for cleanrooms, coveralls, air showers... during manufacturing.

                          1 Reply Last reply
                          0
                          • bytex64@awesome.gardenB bytex64@awesome.garden

                            @nblr @tubetime Probably regular disks? But the earliest ones (I think just the OA-D30V but I’m not sure) used disks with a latching shutter. https://www.jamiecraig.com/early-floppy-disks/

                            I’m pretty sure there was never a flippable 3.5” disk.

                            scruss@xoxo.zoneS This user is from outside of this forum
                            scruss@xoxo.zoneS This user is from outside of this forum
                            scruss@xoxo.zone
                            wrote last edited by
                            #66

                            @bytex64 yes, those are the disks I remember from the early desktops that my dad's HP dealership sold

                            1 Reply Last reply
                            0
                            • bsdphk@fosstodon.orgB bsdphk@fosstodon.org

                              @tubetime

                              Sorry forgot to mention that dependency, that repos is also on our codeberg account:

                              Link Preview Image
                              DDHF_bitstore_metadata

                              DDHF_bitstore_metadata - Metadata file handing for DDHF's bitarchive.

                              favicon

                              Codeberg.org (codeberg.org)

                              tubetime@mastodon.socialT This user is from outside of this forum
                              tubetime@mastodon.socialT This user is from outside of this forum
                              tubetime@mastodon.social
                              wrote last edited by
                              #67

                              @bsdphk ahh that solved it. new issue though, it looks like this hard drive image has 4 volumes but each has lifver set to 0, and the volume header is missing the track, head, and sector count fields, triggering a bug:

                              Link Preview Image
                              tubetime@mastodon.socialT 1 Reply Last reply
                              0
                              • tubetime@mastodon.socialT tubetime@mastodon.social

                                @bsdphk ahh that solved it. new issue though, it looks like this hard drive image has 4 volumes but each has lifver set to 0, and the volume header is missing the track, head, and sector count fields, triggering a bug:

                                Link Preview Image
                                tubetime@mastodon.socialT This user is from outside of this forum
                                tubetime@mastodon.socialT This user is from outside of this forum
                                tubetime@mastodon.social
                                wrote last edited by
                                #68

                                @bsdphk if you want to experiment, i put the whole disk image here: https://drive.google.com/file/d/1aTSBuvYilyCwlMffqJVZQTnmUwSarSrB/view?usp=sharing

                                tubetime@mastodon.socialT bsdphk@fosstodon.orgB 2 Replies Last reply
                                0
                                • tubetime@mastodon.socialT tubetime@mastodon.social

                                  also the drive is running very smoothly now. a few days ago it was making horrible screeching sounds but i think that was the spindle bearing.

                                  i've been running it upside down to allow the oil to warm up and drain back into the bearing.

                                  tubetime@mastodon.socialT This user is from outside of this forum
                                  tubetime@mastodon.socialT This user is from outside of this forum
                                  tubetime@mastodon.social
                                  wrote last edited by
                                  #69

                                  digging around on this drive, i've found a bunch of software for the HP-85, including a program designed to control the HP 5005B Signature Multimeter. presumably none of this stuff has ever been preserved before.

                                  tubetime@mastodon.socialT 1 Reply Last reply
                                  0
                                  • tubetime@mastodon.socialT tubetime@mastodon.social

                                    @bsdphk if you want to experiment, i put the whole disk image here: https://drive.google.com/file/d/1aTSBuvYilyCwlMffqJVZQTnmUwSarSrB/view?usp=sharing

                                    tubetime@mastodon.socialT This user is from outside of this forum
                                    tubetime@mastodon.socialT This user is from outside of this forum
                                    tubetime@mastodon.social
                                    wrote last edited by
                                    #70

                                    @bsdphk David Gesswein pointed out to me by email that this image file has a software interleave of 9 and each track has a spare sector 31 which contains just a fill pattern and can be ignored. so that might explain some of the parsing difficulties.

                                    bsdphk@fosstodon.orgB 1 Reply Last reply
                                    0
                                    • tubetime@mastodon.socialT tubetime@mastodon.social

                                      @bsdphk if you want to experiment, i put the whole disk image here: https://drive.google.com/file/d/1aTSBuvYilyCwlMffqJVZQTnmUwSarSrB/view?usp=sharing

                                      bsdphk@fosstodon.orgB This user is from outside of this forum
                                      bsdphk@fosstodon.orgB This user is from outside of this forum
                                      bsdphk@fosstodon.org
                                      wrote last edited by
                                      #71

                                      @tubetime

                                      First time I see a LIF.version==0 🙂

                                      I'll see what I can figure out.

                                      1 Reply Last reply
                                      0
                                      • tubetime@mastodon.socialT tubetime@mastodon.social

                                        @bsdphk David Gesswein pointed out to me by email that this image file has a software interleave of 9 and each track has a spare sector 31 which contains just a fill pattern and can be ignored. so that might explain some of the parsing difficulties.

                                        bsdphk@fosstodon.orgB This user is from outside of this forum
                                        bsdphk@fosstodon.orgB This user is from outside of this forum
                                        bsdphk@fosstodon.org
                                        wrote last edited by
                                        #72

                                        @tubetime

                                        Ok, figured the interleave out:

                                        Link Preview Image
                                        LIF

                                        favicon

                                        (phk.freebsd.dk)

                                        Now we just need an examiner for the AutoArchaeologist to list the HP-BASIC programs

                                        bsdphk@fosstodon.orgB 1 Reply Last reply
                                        0
                                        • linker3000@mastodon.socialL linker3000@mastodon.social

                                          People used to laugh when I said I'd fixed their squealing hard drive by oiling it.

                                          Seagate used to have a grounding strip that sat atop a bearing on the end of the spindle (outside the drive) and at a push you could apply some graphite from a soft pencil to stop it being noisy.

                                          Happy days.

                                          alison@burningboard.netA This user is from outside of this forum
                                          alison@burningboard.netA This user is from outside of this forum
                                          alison@burningboard.net
                                          wrote last edited by
                                          #73

                                          @linker3000 I once had an HP calculator with a magnetic card reader. When the cards got dirty, you cleaned them with a pencil eraser.

                                          Linux's knowledge of file formats can be investigated with

                                          $ strings /usr/share/file/magic.mgc | more

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


                                          • Login

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