Por que os SSDs vêm em tamanhos incomuns?

Índice:

Por que os SSDs vêm em tamanhos incomuns?
Por que os SSDs vêm em tamanhos incomuns?

Vídeo: Por que os SSDs vêm em tamanhos incomuns?

Vídeo: Por que os SSDs vêm em tamanhos incomuns?
Vídeo: MENSAGEM SECRETA: Entenda a CRIPTOGRAFIA - YouTube 2024, Abril
Anonim
Os SSDs parecem ter uma variedade enorme de tamanhos "novos" nos dias de hoje, mas por que isso acontece? A postagem de perguntas e respostas do SuperUser de hoje tem as respostas para uma pergunta do leitor curioso.
Os SSDs parecem ter uma variedade enorme de tamanhos "novos" nos dias de hoje, mas por que isso acontece? A postagem de perguntas e respostas do SuperUser de hoje tem as respostas para uma pergunta do leitor curioso.

A sessão de perguntas e respostas de hoje nos é oferecida por cortesia do SuperUser, uma subdivisão do Stack Exchange, um agrupamento de sites de perguntas e respostas conduzido pela comunidade.

Foto cedida por Jung-nam Nam (Flickr).

A questão

Leitor SuperUser O Dudemanword quer saber porque os SSDs parecem ter tamanhos GB estranhos:

Why do SSDs come in sizes like 240 GB or 120 GB rather than the normal 256 GB or 512 GB? Those numbers make much more sense than the 240 GB or 120 GB size.

Por que as empresas fabricam SSDs em tamanhos que parecem "não-padrão"?

A resposta

Os colaboradores do SuperUser, Patrick R. e Adam Davis, têm a resposta para nós. Primeiro, Patrick R.:

While a lot of modern SSDs like the 840 EVO series do provide the sizes you are used to, like the mentioned 256 GB, manufacturers used to preserve a bit of storage for mechanisms fighting performance drops and defects.

If you, for example, bought a 120 GB drive, you can be pretty sure that it is really 128 GB internally. The preserved space simply gives the controller/firmware room for stuff like TRIM, Garbage Collection, and Wear Leveling. It was common practice to leave a bit of space unpartitioned – on top of the space that had already been made invisible by the controller – when SSDs first hit the market, but the algorithms have gotten significantly better, so you should not need to do that anymore.

EDIT: There have been some comments regarding the fact that this phenomenon has to be explained with the discrepancy between advertised space, stated in Gigabytes (i.e. 128 x 10^9 Bytes) versus the Gibibyte value the operating system shows, which is – most of the time – a power of two, calculating to 119.2 Gibibyte in this example.

As for as I know, this is something that comes on top of the things already explained above. While I certainly can not state which exact algorithms need most of that extra space, the calculation stays the same. The manufacturer assembles an SSD that indeed uses a power of two number of flash cells (or a combination of such), though the controller does not make all that space visible to the operating system. The space that is left is advertised as Gigabytes, netting you 111 Gibibyte in this example.

Seguido pela resposta de Adam Davis:

Both mechanical and solid state hard drives have raw capacity greater than their rated capacity. The “extra” capacity is held aside to replace bad sectors, so the drives do not have to be perfect off the assembly line, and so that bad sectors can be re-mapped later during use with the spare sectors. During initial testing at the factory, any bad sectors are mapped to the spare sectors. As the drive is used, it monitors the sectors (using error correction routines) to detect bit level errors and when a sector starts going bad, it copies the sector to a spare, then re-maps it. Whenever that sector is requested, the drive goes to the new sector, rather than the original sector.

On mechanical drives, they can add arbitrary amounts of spare storage since they control the servo, head, and platter encoding, so they can have a rated storage of 1 terabyte with an additional 1 gigabyte of spare space for sector re-mapping.

However, SSDs use flash memory, which is always manufactured in powers of two. The silicon required to decode an address is the same for an 8 bit address accessing 200 bytes as an 8 bit address accessing 256 bytes. Since that part of the silicon does not change in size, then the most efficient use of the silicon real estate is to use powers of two in the actual flash capacity.

So the drive manufacturers are stuck with a total raw capacity in powers of 2, but they still need to set aside a portion of the raw capacity for sector re-mapping. This leads to 256GB of raw capacity providing only 240GB of usable capacity, for instance.

Tem algo a acrescentar à explicação? Som desligado nos comentários. Quer ler mais respostas de outros usuários do Stack Exchange com experiência em tecnologia? Confira o tópico de discussão completo aqui.

Recomendado: