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

    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
            • bsdphk@fosstodon.orgB bsdphk@fosstodon.org

              @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 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
              #74

              @tubetime

              Hmm, i think there's still something not quite right about the interleave: I'm seeing too much 0x6d 0xb6 in places it should not be.

              Or maybe there is a bad-block remapping we need to figure out.

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

                @tubetime

                Hmm, i think there's still something not quite right about the interleave: I'm seeing too much 0x6d 0xb6 in places it should not be.

                Or maybe there is a bad-block remapping we need to figure out.

                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
                #75

                @tubetime

                Ok, I think I got it now.

                The interleave is:

                [0, 9, 18, 27, 4, 13, 22, 8, 17, 26, 3, 12, 21, 30, 7, 16, 25, 2, 11, 20, 29, 6, 15, 24, 1, 10, 19, 28, 5, 14]

                I've also added a very rudimentary BASIC-detokenizer (git pull to get it), and updated the output here:

                Link Preview Image
                Master Index: HP85 Basic

                favicon

                (phk.freebsd.dk)

                (Bedtime in Denmark now 🙂

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

                  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 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
                  #76

                  huh, i reconnected everything and plugged the drive into my HP85, and it actually works! i can read the files on it.

                  tubetime@mastodon.socialT darryl_ramm@hachyderm.ioD lucybarky@floofy.techL 3 Replies Last reply
                  0
                  • tubetime@mastodon.socialT tubetime@mastodon.social

                    huh, i reconnected everything and plugged the drive into my HP85, and it actually works! i can read the files on it.

                    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
                    #77

                    one of the programs.

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

                      one of the programs.

                      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
                      #78

                      unfortunately the floppy drive isn't quite working. i can't format this new disk. the drive makes a very rattly sound, so it's probably something mechanical.

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

                        unfortunately the floppy drive isn't quite working. i can't format this new disk. the drive makes a very rattly sound, so it's probably something mechanical.

                        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
                        #79

                        3 1/2" = light mode
                        5 1/4" = dark mode

                        Link Preview Image
                        xan@xantronix.socialX tubetime@mastodon.socialT 2 Replies Last reply
                        0
                        • tubetime@mastodon.socialT tubetime@mastodon.social

                          huh, i reconnected everything and plugged the drive into my HP85, and it actually works! i can read the files on it.

                          darryl_ramm@hachyderm.ioD This user is from outside of this forum
                          darryl_ramm@hachyderm.ioD This user is from outside of this forum
                          darryl_ramm@hachyderm.io
                          wrote last edited by
                          #80

                          @tubetime

                          Oh pretty HP85. HP and 3M executives never suffered the pain they should have for inflicting those damn DC100A cartridge/drives on users.

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

                            3 1/2" = light mode
                            5 1/4" = dark mode

                            Link Preview Image
                            xan@xantronix.socialX This user is from outside of this forum
                            xan@xantronix.socialX This user is from outside of this forum
                            xan@xantronix.social
                            wrote last edited by
                            #81

                            @tubetime why do these seem like GPIB devices

                            tubetime@mastodon.socialT 1 Reply Last reply
                            0
                            • darryl_ramm@hachyderm.ioD darryl_ramm@hachyderm.io

                              @tubetime

                              Oh pretty HP85. HP and 3M executives never suffered the pain they should have for inflicting those damn DC100A cartridge/drives on users.

                              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
                              #82

                              @darryl_ramm yeah those are awful

                              darryl_ramm@hachyderm.ioD 1 Reply Last reply
                              0
                              • xan@xantronix.socialX xan@xantronix.social

                                @tubetime why do these seem like GPIB devices

                                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
                                #83

                                @xan they are HPIB which is technically not GPIB. but basically yeah.

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

                                  @xan they are HPIB which is technically not GPIB. but basically yeah.

                                  xan@xantronix.socialX This user is from outside of this forum
                                  xan@xantronix.socialX This user is from outside of this forum
                                  xan@xantronix.social
                                  wrote last edited by
                                  #84

                                  @tubetime I knew it! They've got that testing equipment physiognomy (I wanted to say HPIB originally but I was honestly expecting to catch heat from somebody saying "WELL ACKSHUALLY" in the other direction)

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

                                    @darryl_ramm yeah those are awful

                                    darryl_ramm@hachyderm.ioD This user is from outside of this forum
                                    darryl_ramm@hachyderm.ioD This user is from outside of this forum
                                    darryl_ramm@hachyderm.io
                                    wrote last edited by
                                    #85

                                    @tubetime

                                    It's not like they were ever that reliable to start with.

                                    **Insert ad for EBKS multipurpose storage/expansion module for HP80 Series**

                                    Link Preview Image
                                    EBTKS Overview — EBTKS 1.0 documentation

                                    favicon

                                    (www.fliptronics.com)

                                    - YouTube

                                    Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.

                                    favicon

                                    (www.youtube.com)

                                    Thanks Philip et al. My 85 and 87 have them.

                                    tubetime@mastodon.socialT 1 Reply Last reply
                                    0
                                    • darryl_ramm@hachyderm.ioD darryl_ramm@hachyderm.io

                                      @tubetime

                                      It's not like they were ever that reliable to start with.

                                      **Insert ad for EBKS multipurpose storage/expansion module for HP80 Series**

                                      Link Preview Image
                                      EBTKS Overview — EBTKS 1.0 documentation

                                      favicon

                                      (www.fliptronics.com)

                                      - YouTube

                                      Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.

                                      favicon

                                      (www.youtube.com)

                                      Thanks Philip et al. My 85 and 87 have them.

                                      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
                                      #86

                                      @darryl_ramm i have one in this machine.

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

                                        one of the programs.

                                        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
                                        #87

                                        @tubetime

                                        Cool!

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

                                          huh, i reconnected everything and plugged the drive into my HP85, and it actually works! i can read the files on it.

                                          lucybarky@floofy.techL This user is from outside of this forum
                                          lucybarky@floofy.techL This user is from outside of this forum
                                          lucybarky@floofy.tech
                                          wrote last edited by
                                          #88

                                          @tubetime so gorgeous and stunning

                                          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