Got my hands on a Dell Latitude ON module. Turns out it’s nothing more than a 2 GB flash module that fits in a mPCIe slot and is wired to the USB lanes. Shows up as /dev/sdb.

I do have a couple of old laptops that don’t have a secondary SATA drive slot, but do have open mPCIe slots with USB lanes (no mSATA lanes). The Latitude ON module would allow for a dual drive system, albeit a rather crappy one. What would you put on a secondary internal drive if it were limited to 2 GB and USB protocol?

  • Pogogunner@sopuli.xyz
    link
    fedilink
    arrow-up
    27
    ·
    17 hours ago

    I imagine it was put into your device as a recovery drive. So maybe Ventoy & a lightweight ISO of your favorite distribution?

    • phaedrus@piefed.world
      link
      fedilink
      English
      arrow-up
      15
      ·
      17 hours ago

      This reminded me of my old friend DSL, had to check up on it. Didn’t realize they re-released it!

      https://damnsmalllinux.org/

      No longer at the 50MB size, but still 700MB would be great for a small OS on this odd piece of older hardware.

        • phaedrus@piefed.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          15 hours ago

          It’s 2025, the EFF and certbot exists, but no https? Interesting.

          Any who, thanks. I’ll check it out, but I’m a little bit turned off by the above.

          • Ghoelian@piefed.social
            link
            fedilink
            English
            arrow-up
            3
            ·
            13 hours ago

            I didn’t see any way if posting data, so I guess there’s not really a reason for them to use ssl. Their forum is using ssl at least.

            • phaedrus@piefed.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 hours ago

              Incredibly simple, free, and quick thing to add for user confidence. Doesn’t sit well with me they can’t be bothered, what else does that attitude apply to in the OS?

      • optissima@lemmy.ml
        link
        fedilink
        arrow-up
        7
        ·
        16 hours ago

        Oh DSL, I remember asking other kids in middle school how they knew Angelina Jolie had Damn Small Linux as an OS. Learned a lot that day.

    • TheAsianDonKnots@lemmy.zip
      link
      fedilink
      arrow-up
      8
      ·
      edit-2
      16 hours ago

      Woah, core memory unlocked! As kids, we put DSL on business card shaped DVDRWs and kept them in our wallets. We could take them to the library and boot into DSL, bypassing the software security.

      At the time, libraries had outrageously fast internet compared to home. I would plug in my ORB drive and write as much Napster to the tape drive as I could (2.2GB @ 5-8MB/second). I’m sure everyone there had the worst connections because of me.

      Great memory for me, thanks! 🙏

  • Sims@lemmy.ml
    link
    fedilink
    arrow-up
    5
    ·
    16 hours ago

    A backup drive ? dotfiles (.config) ? /tmp /var/log /boot ? map it into your home for something temporary - Downloads ? Slow audio files ? If you like to tinker for fun: btrfs / bcachefs could perhaps utilize it for something, like automatically offloading unused/slow files to the slow usb ? Raid ? ;) Create a partition and let zram swap compressed unused memory pages to the usb partition (I think it keeps pages compressed now ?). You can also run ‘usb over ethernet’, so another machine can use it directly - not sure why tho ;)

    On a side note. I still use one of my first usb 1.? drives with 32mb in my old router. 32mb is still 12mb more than my first hard drive, and it fits well with the small openwrt packages. It even has a little slide button to select ‘floppy drive’ mode and a physical ‘readonly’ mode. I wonder what the smallest/oldest usb stick people still use, are ?

  • henfredemars@lemdro.id
    link
    fedilink
    English
    arrow-up
    2
    ·
    16 hours ago

    Back in my day, we had this feature on Windows Vista called ReadyBoost that took advantage of the low-latency of flash media to supplement our slow HDDs. I’m not sure if there was a direct replacement for this in the Linux world. There are filesystems that take advantage of faster tiers of storage, but different latency tier exploitation isn’t something that I know to be readily available.

    Today, 2GB of USB flash is next to useless, but I would consider a homebrew rescue system to restore your backups and fix problems without needing to prepare an external flash drive.