• @IronKrill@lemmy.ca
          link
          fedilink
          52 months ago

          They are, but mostly in budget phones. If you want a flagship camera or processor as well, you’re sadly out of luck. And god forbid you want a folding phone.

      • deweydecibel
        link
        fedilink
        English
        42 months ago

        I know, and I do, but the point is choices shouldn’t be so limited. They should be standard.

    • JackGreenEarth
      link
      English
      142 months ago

      Speak for yourself. My Motorola g73 has a micro SD card slot.

      • deweydecibel
        link
        fedilink
        English
        72 months ago

        Oh I know, I’m still on Motorola because they have unlockable bootloaders and SD card slots. But in recent years they’ve started taking them out of some of their mid-range models.

        Point is there should be more options. Removing the SD card slot is just a bullshit way to push cloud storage.

        • JackGreenEarth
          link
          English
          12 months ago

          Yes, I want storage offline, specifically.

  • @randombullet@programming.dev
    link
    fedilink
    392 months ago

    I can’t fathom a good reason for 4TB SD cards.

    Most cameras have CF Express which is probably 5-8 times faster.

    Even UHS-III is 600MB/s while CF Express Type B is hitting 4GB/s.

    Even so, why would you risk 4TB of data on removable storage.

    CF Express is also running PCI-E. This article isn’t talking about SD Express.

    • Steam games. I want to have all my 50-100 GB games available without having to decide what to uninstall.

      Currently I have two 512gb SD cards for my Steam Deck.

      If it craps out, it’s okay.

      • @B0rax@feddit.de
        link
        fedilink
        82 months ago

        We need a better storage solution than SD cards…

        Doesn’t the steam deck have an upgradeable nvme drive? That would be a much better solution.

          • @B0rax@feddit.de
            link
            fedilink
            52 months ago

            I think you mean 30mm (that’s what the steam deck uses, 80mm is the standard).

            At about $80 per TB, it is more expensive than the 80mm ones, yes. But still comparable to SD cards an much faster and more reliable.

    • wagoner
      link
      fedilink
      132 months ago

      My laptop has an SD card slot. So if this were reliable I could add a significant permanent storage capacity to my laptop.

        • @BearOfaTime
          link
          52 months ago

          It’s good for offloading things that otherwise eat useful fast storage.

          For example, OneNote uses a cache and a backup folder. So whatever size your notebook is, it will consume 3x that storage space.

          I use the SD slot for the cache and backup folders (my backup folder is synced to a file server, so I don’t need it locally, and in 15 years of using OneNote, I’ve needed that backup one time).

          It’s also useful for temporary stuff that you don’t care about/is available elsewhere. I’ll pull large installers from my file server and put them on the SD, until l I get around to using them (laptop drive is 250, which is tight for me, and the SD was a quick, dirty solution since I have a bunch of micro SD’s from phones over the years).

    • @IronKrill@lemmy.ca
      link
      fedilink
      62 months ago

      I would happily use one for my music and movies to access them on the go. I already have copies elsewhere, so it would be no big loss if the card died.

    • Blastboom Strice
      link
      fedilink
      42 months ago

      If you set it up properly (like using apps to sync folders) a big enough sd is like local “cloud” service.

      I was thinking about it recently, after my phone data were very close to being deleted (I managed to prevent it eventually), I was angry at how not having an sd slot caused me so many issues. If I had a 1tb sd I would just autosync app backups and files to my card and not worry ~at all about losing data from bootloops etc.

  • @realitista
    link
    English
    232 months ago

    If only I could get this much storage on my Mac.

  • @delirious_owl@discuss.online
    link
    fedilink
    222 months ago

    Meanwhile I’m struggling to find 4MB SD cards, so I can easily overwrite it with random data to securely wipe it between uses.

    How the heck do people with 4TB SD cards do data hygiene wipes of their medium before crossing international borders? That would take days…

    • LaggyKar
      link
      fedilink
      422 months ago

      How the heck do people with 4TB SD cards do data hygiene wipes of their medium before crossing international borders?

      They don’t

      • @hakobo@lemmy.world
        link
        fedilink
        22 months ago

        Right. Like, my use case for SD cards is for my cameras. I want to take pictures and bring them home across international borders. And a 4TB card would be amazing, though probably not fast enough. I simply don’t put files that I don’t want people to find onto my SD cards in the first place.

    • @psivchaz@reddthat.com
      link
      fedilink
      232 months ago

      I don’t know what your particular situation is but if you’re just using it on computers you could use LUKS or BitLocker or FileVault. Then if you want to wipe it, you only need to destroy the key and the data is rendered effectively gone.

      • @delirious_owl@discuss.online
        link
        fedilink
        42 months ago

        Yeah that’s best for most things, but SD cards are generally used in situations where that’s not an option. Namely for use in (video) cameras.

        The other situation is when I need to transfer a large file to someone else’s device where encryption isn’t an option (rare but happens)

    • @WaterWaiver@aussie.zone
      link
      fedilink
      English
      15
      edit-2
      2 months ago

      I assume you’re joking, but if not: the 4MB of flash you see is not mapped 1:1 with 4MB of actual flash on the SD card. Instead there might be something like 5MB, but your OS only sees 4MB of that.

      The extra unallocated space is used as spare sectors (sectors degrade and must be swapped out) or even just randomly if it somehow increases IO performance (depending on the firmware).

      Erasing the 4MB visible to your OS will not erase everything, there still may be whole files or fragments of your files sitting in the extra space. Drive-vendor specific commands can reliably access this space (if they exist and are available to you, which they mostly are not). Some secure erase commands may wipe the unallocated space but that’s vendor specific, not documented and I don’t think even supported over the SD interface (although I might be wrong on this last point).

      Encryption and physical destruction are your best bets.

      • @delirious_owl@discuss.online
        link
        fedilink
        -22 months ago

        Link to source? The file size discrepancy is usually due to 1000 vs 1024, but filling the drive with random data until its full should wipe the drive.

        • @WaterWaiver@aussie.zone
          link
          fedilink
          English
          3
          edit-2
          2 months ago

          A good search term is “SSD over-provisioning”

          The file size discrepancy is usually due to 1000 vs 1024

          No, that’s something else entirely. It doesn’t matter what measurement system you use, the drive juggles more sectors than your OS can see.

          but filling the drive with random data until its full should wipe the drive.

          Only if you assume people can’t access the reserved/unallocated/over-provisioned sectors. If you are only worried about small thieves then this might not be an issue. If you’re handling sensitive data (like medical records for other people or anything with sensitive passwords) then it’s completely inadequate to leave any form of data anywhere on the disk.

        • @lud
          link
          12 months ago

          While I also like that comic, this doesn’t exactly happen regularly and no one here ever needs to worry about something like this.

          So unless you’re an international spy or some very important whistleblower that won’t happen.

          A court could probably order you to decrypt it but again if they have to do that, odds are that you are doing something pretty terrible.

          These SD cards are for photographers and normal expandable storage for devices and not state secrets or something highly illegal.

          • chiisana
            link
            fedilink
            12 months ago

            Honestly, neither does having to securely wipe SD card (or any storage device for that matter) as one cross the international border like the thread further up suggests. So the whole thing is just having fun with (potentially roleplaying) over paranoid people :)

            • @lud
              link
              12 months ago

              That’s true.

            • @Firipu@startrek.website
              link
              fedilink
              1
              edit-2
              2 months ago

              Tbh, if you’re that nervous about crossing the border with data, I’m sure you could find other ways to use the internet and decent encryption (behind multiple layers and/or people with a Deadman’s switch if you’re really paranoia and worried a judge will force you to unlock the precious 4mb worth of information) to protect your data when crossing a border.

              Or probably even safer if you’re talking about just 4mb of data: send it from a random address in one country to a postbox in your destination or something by post. Tampering with mail carries a pretty heavy fine in most countries, chances a random postman opens a random envelope to a random address abroad are basically non existant. Security through obscurity.

              I like reading about infosec, but some of it borders on absolute paranoia tbh :)

    • LostXOR
      link
      fedilink
      142 months ago

      The article says 10MB/s minimum write speed, which would take 4.6 days to transfer 4TB, so… yeah. Even with the “max theoretical transfer rates” of 104MB/s (which is probably just read if anything) that’s still almost 11 hours.

      • @Ilovethebomb
        link
        12 months ago

        It’s almost two for a 256GB, so that sounds about right. I wonder how big microSD will get?

  • XNX
    link
    fedilink
    162 months ago

    Do people setup RAIDs with sd cards? There should be a super mini box for a sd card RAID

      • @catloaf
        link
        English
        112 months ago

        They’re not reliable individually, but they’d be perfectly reliable in RAID if replaced promptly.

        Although since SD cards degrade on read, I would want to have at least RAID 6. Reading all the data for a rebuild could result in another one dying.

        • @Aceticon@lemmy.world
          link
          fedilink
          22 months ago

          Sound more like a fun project to implement than an actual decent product (compared with the alternatives).

    • @You999@sh.itjust.works
      link
      fedilink
      82 months ago

      It wouldn’t be the best of ideas because the flash used for SD cards do not have the same kind of write endurance as other types of flash media.

      • @BearOfaTime
        link
        12 months ago

        Yea, those are specifically configured to only be accessed at boot time, all the cache writes, etc, go to another drive that tolerates regular reads/writes.

        And I think even VMware, etc, are moving away from SD and going to M2, for reliability.

    • @Aceticon@lemmy.world
      link
      fedilink
      12 months ago

      It makes sense to go with NVMe drives instead for a RAID NAS as it’s the same memory technology (and what mostly determines the price in all of them is the amount of memory) so the price per GB isn’t any higher (probably a bit lower as size is less of a constraint), the size is still quite small (it’s surprising just how small NVMe SSD drives are compared with the older SSD 2.5 inch SATA ones) and NVMe is a much faster interface than SD so that things is going to be way faster.

      It think I saw some in AliExpress the other day, but for what I use my NAS, plain old HDs with no RAID for redundancy or speed are just fine.

    • @BearOfaTime
      link
      12 months ago

      SD is a poor choice (though could be an interesting solution in certain cases, maybe).

      SSD and M2 can be used, if you get the right SSD, and ensure everything is setup properly.

      Even SSD doesn’t guarantee a lower power consumption than 2.5" spinning disk drives - it depends on the drives and usage patterns (mostly the drives).

      The self-hosting community discusses this quite a bit.

  • @Gsus4@mander.xyz
    link
    fedilink
    152 months ago

    Come on guys, I’ve had an 8TB microsd card since 2018…my files just start to act funny whenever it is fuller than 8GB ;)

    • @BeigeAgenda@lemmy.ca
      link
      fedilink
      92 months ago

      The ones used for 4K recordings are not slow 100+MBps, I won’t say prone to failure as such, flash storage can only handle a finite number of writes but we can mitigate that by using wear leveling.

      • @Creat@discuss.tchncs.de
        link
        fedilink
        14
        edit-2
        2 months ago

        That’s pretty slow for terabyte sized storage. And slow compared to the alternatives, too (600 MB/s or Gabs/s).

        Spinning hard disks are faster than this, too. Have been for decade(s).

        • u/lukmly013 (lemmy.sdf.org)
          link
          fedilink
          English
          62 months ago

          I wish SD Cards also had some specifications for random access speed.

          I used to have a UHS-I SanDisk card which felt much faster than my current UHS-III Samsung card. It’s really evident when searching through the storage, waiting for photo thumbnails to cache, etc…

          I am not sure whether to go for a UHS-I SanDisk or UHS-III Samsung next. That SanDisk might not handle higher bitrate 4K.

        • @BeigeAgenda@lemmy.ca
          link
          fedilink
          12 months ago

          Hehe, I think I haven’t caught up with the improvements, flash with 1GB/s transfer speed is ludicrously fast!

          • @Creat@discuss.tchncs.de
            link
            fedilink
            72 months ago

            All SSD and NVMe are also “just flash”, and reach 5GB/s and more, often limited by the available interface bandwidth until very recently.

          • @Aceticon@lemmy.world
            link
            fedilink
            2
            edit-2
            2 months ago

            The NVMe SSDs are very fasy - up to 4GB/s even for a not especially fast drive - because NVMe is an interface that connects to the PCI bus and depending on the PCI version and number of lanes in the NVMe interface (in that interface there are two variations for SSDs, so they can use 2 or 4 PCI lanes, with 4 lanes having twice the bandwidth that 2 lanes have).

            The most recent version of NVMe SSDs which use PCIe version 4 can, when using 4 lanes, theoretically reach 8GB/s and there are already drives out there that get pretty close to it.

            However some drives of a similar size and connector are not NVMe but actually SATA (same protocol as the older SSDs) and that stuff is limited to about 500MB/s same as the fastest SSDs from a few years ago.

            I’ve recently got a mini PC and had to dive again into all this stuff (I’ve been doing the hardware update of my own desktop PCs for decades now and even building them from scratch but haven’t had to look into it for several years) and the tech has really advanced since the earlier SSD days which were not that long ago.

            • @lud
              link
              2
              edit-2
              2 months ago

              Gen 4 isn’t even the fastest any more.

              One of the fastest Gen 5 NVME SSDs can do max Sequential read at 14 500 MB/s (theoretical of course, but not far of)

    • @B0rax@feddit.de
      link
      fedilink
      32 months ago

      To be honest, SD cards are usually not meant for extending storage anyway. They should only ever be used for temporary storage like taking pictures and later transferring them to some other storage medium.

  • @milicent_bystandr
    link
    132 months ago

    Finally! Been waiting for this for since Pacman wouldn’t fit on my punch card. 2025 here we come!

  • @hark@lemmy.world
    link
    fedilink
    112 months ago

    That’s nice, but I’m more interested in prices coming back down. The manufacturers have been pumping up storage prices even though demand has gone down by artificially constricting supply.