Can anyone explain the purpose of a 32 gig NVMe SSD? I think it’s quite an apple thing to install such a stupidly tiny drive into a computer, but on the other hand it doesn’t seem right. This can’t be a system drive can it? But what else could it be? This is like an impractical, high-speed USB drive that requires disassembly of the computer to remove…

  • key@lemmy.keychat.org
    link
    fedilink
    English
    arrow-up
    61
    ·
    10 months ago

    It’s for the “Fusion Drive.” It was just used as a cache basically. You had a larger, slower drive behind it for capacity, this just held frequently accessed data.

    • wikibot@lemmy.worldB
      link
      fedilink
      English
      arrow-up
      34
      ·
      10 months ago

      Here’s the summary for the wikipedia article you mentioned in your comment:

      Fusion Drive is a type of hybrid drive technology created by Apple Inc. It combines a hard disk drive with a NAND flash storage (solid-state drive of 24 GB or more) and presents it as a single Core Storage managed logical volume with the space of both drives combined. The operating system automatically manages the contents of the drive so the most frequently accessed files are stored on the faster flash storage, while infrequently used items move to or stay on the hard drive. For example, if spreadsheet software is used often, the software will be moved to the flash storage for faster user access. In software, this logical volume speeds up performance of the computer by performing both caching for faster writes and auto tiering for faster reads.

      to opt out, pm me ‘optout’. article | about

  • MystikIncarnate@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    ·
    10 months ago

    I would think it’s for high-speed caching or something, like for disk cache or video editing. NVMe is used for direct access to the memory from the CPU, speeding it up even further. Most likely it’s for an older system before SSDs were cheap. That also means it’s likely SLC instead of the MLC or 3D architecture we’re mainly using now. That would translate to much faster relative speed (compared to similar generations of similar storage), and very good write endurance… Again, compared to other examples of the same kind of storage from a similar generation.

    There’s a lot of good reasons to use small fast drives like this.

    Back in the day, I took two very fast HDDs and put them in RAID 0, and attached it to my system as my application storage. I was on windows 2000 or Windows XP at the time and I had to drop to safe mode to move the contents of the “program files” folder onto the array, and remount the RAID as the folder in question. Took my a few tries to get it right, but application listing times were very fast after that.

    In the early days of SSDs, I set up a small SSD for my OS and main Windows apps, and redirected my user files to a classic hard drive, since I don’t generally need high-speed access to my music and videos and such. Windows has a faculty for this where you can redirect your user folder to another location in its entirety, so my entire local user folder was on that drive, while everything else was on the SSD. I also pointed my steam games to the HDD so I didn’t have any issues with the size of game downloads.

    Now that SSDs are fairly inexpensive, I’ve rebuilt my system on all flash, so I don’t need any weird disk configurations any longer.

  • czardestructo@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Early centrino laptops had a 16-32gig solid state drive in addition to mechanical disks purely to speed boost time. It was part of the spec in order to advertise Intel Centrino. SSD was too expensive to do the whole disk so just a simple operating system essentials raid type setup made booting incredibly fast for 2010 standards.