Comment on Anon updates GNU/linux
Muehe@lemmy.ml 2 days agoWell, could it be considered random access memory?
Not really, a bit further down in the Wiki article it says:
RAM is normally associated with volatile types of memory where stored information is lost if power is removed.
Which is not really the case for SSDs (except for cached data that hasn’t been written yet). That said, yes you can use a SSD as RAM through pagefiles, swap partitions, or whatever, but the same is true for a HDD. So in the context of where to install an OS it’s a rather irrelevant detail. SSDs are power cycle persistent storage.
piccolo@sh.itjust.works 2 days ago
What is ‘NVRAM’ then?
Muehe@lemmy.ml 1 day ago
A special kind of RAM that is power cycle persistent but has other downsides and thus didn’t really have success on the PC market?
piccolo@sh.itjust.works 1 day ago
Its not ‘special kind’. Flash memory is a type of nvram. It was a test to see if you would catch on. Theres also neat things like phase change RAM, aka DVD-RAM.
Muehe@lemmy.ml 1 day ago
Well it’s special in the sense that opposed to the most common kind of RAM, DRAM and SRAM, it has non volatile storage. Which is why it’s referred to as NVRAM instead of simply RAM. Saying RAM usually implies volatile storage in a PC, certainly does in the context of an OS install on a HDD and SSD, and in that context a SSD isn’t RAM. Yes there are minutiae to the terminology, but I don’t see how that’s relevant here.