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

    the Gesswein MFM emulator was able to capture a flux transition dump! i used their mfm_util to analyze it, and it is a very odd format: check out the command line:

    --format EC1841 --sectors 32,0 --heads 4 --cylinders 153 --header_crc 0x0,0xa00805,32,4 --data_crc 0x0,0xa00805,32,4 --sector_length 256

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

    example output of the analyze command... some bad sectors, but a lot of good ones!

    Link Preview Image
    tubetime@mastodon.socialT bsdphk@fosstodon.orgB D 3 Replies Last reply
    0
    • tubetime@mastodon.socialT tubetime@mastodon.social

      example output of the analyze command... some bad sectors, but a lot of good ones!

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

      output of 'strings' shows some cool stuff!

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

        output of 'strings' shows some cool stuff!

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

        the HPIB verification program for the HP5005B signature analyzer. wild

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

          the motor won't move. I think it is stiction. ugh.

          drscriptt@oldbytes.spaceD This user is from outside of this forum
          drscriptt@oldbytes.spaceD This user is from outside of this forum
          drscriptt@oldbytes.space
          wrote last edited by
          #45

          @tubetime I feel like knowing what stiction is, without looking it up, dates us. 🤔

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

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

            brouhaha@mastodon.socialB This user is from outside of this forum
            brouhaha@mastodon.socialB This user is from outside of this forum
            brouhaha@mastodon.social
            wrote last edited by
            #46

            @tubetime
            Maybe it just needs some Head and Shoulders (TM).

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

              a single-sided 3.5" drive head is something you don't see every day. they were never that common.

              Link Preview Image
              brouhaha@mastodon.socialB This user is from outside of this forum
              brouhaha@mastodon.socialB This user is from outside of this forum
              brouhaha@mastodon.social
              wrote last edited by
              #47

              @tubetime
              Apple sold tons of 3.5" single-sided drives (Sony mechanism, but special for Apple, because... Apple.)
              They were uncommon in PCs.

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

                example output of the analyze command... some bad sectors, but a lot of good ones!

                Link Preview Image
                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
                #48

                @tubetime

                My AutoArchaeologist toolkit can turn the LIF filesystems into static HTML files so you can spelunk the contents.

                Example:

                Link Preview Image
                ⟦056ab17c6⟧

                favicon

                (phk.freebsd.dk)

                Software:

                Link Preview Image
                AutoArchaeologist

                AutoArchaeologist - Python tool-chest for presenting contents of old data-media as static HTML files.

                favicon

                Codeberg.org (codeberg.org)

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

                  @tubetime

                  My AutoArchaeologist toolkit can turn the LIF filesystems into static HTML files so you can spelunk the contents.

                  Example:

                  Link Preview Image
                  ⟦056ab17c6⟧

                  favicon

                  (phk.freebsd.dk)

                  Software:

                  Link Preview Image
                  AutoArchaeologist

                  AutoArchaeologist - Python tool-chest for presenting contents of old data-media as static HTML files.

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

                  @bsdphk useful, can it handle partially corrupted images?

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

                    @bsdphk useful, can it handle partially corrupted images?

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

                    @tubetime

                    I dont know how robust the LIF excavator is, I have only written/tried it on good images, but the general idea of AA is to handle whatever you throw at it, as well as possibe.

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

                      @tubetime

                      I dont know how robust the LIF excavator is, I have only written/tried it on good images, but the general idea of AA is to handle whatever you throw at it, as well as possibe.

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

                      @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 2 Replies Last reply
                      0
                      • tubetime@mastodon.socialT tubetime@mastodon.social

                        example output of the analyze command... some bad sectors, but a lot of good ones!

                        Link Preview Image
                        D This user is from outside of this forum
                        D This user is from outside of this forum
                        dgesswein@mastodon.social
                        wrote last edited by
                        #52

                        @tubetime

                        With some effort it may be possible to recover more if its just heads were pulled out of alignment when they were stuck.

                        Link Preview Image
                        Data recovery using microstepper

                        favicon

                        (www.pdp8online.com)

                        If you want me to take a look at your transitions file to see if I think that method may work send me a private message.

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

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

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

                          @tubetime There’s just a lot of data in that cylinder them heads are reading. 🤣

                          1 Reply Last reply
                          0
                          • 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
                                          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