Foro de elhacker.net

Informática => Hardware => Mensaje iniciado por: Zorronde en 24 Octubre 2014, 15:45 pm



Título: "Trim" en los ssd
Publicado por: Zorronde en 24 Octubre 2014, 15:45 pm
He entrado en varios sitios sobre el "trim" y no me ha quedado claro en si , para que sirve.-Creo que para que no vaya perdiendo capacidad de tanto escribir y borrar -como lo hago yo con archivos de audio".- Si estoy equivocado que alguien que entienda sobre el asunto me lo aclare si es tan amable.- Gracias
PD:Lo presento aqui porque esta ligado con Windows.-Desde Win 7 para aca-si no es asi pido disculpa.- saludos


Título: Re: "Trim" en los ssd
Publicado por: Eleкtro en 24 Octubre 2014, 16:01 pm
Según he leido, para realizar las operacioens de escritura a la mayor velocidad posible e incrementar el tiempo de vida general del dispositivo.

Cita de: http://www.eightforums.com/tutorials/39569-trim-support-ssd-check-enable-disable.html
The TRIM command helps to maintain the performance of solid state drives (SSDs) at an optimal level over the lifetime of the drive. TRIM functions by actively deleting invalid data from the SSD’s memory cells to ensure that write operations perform at full speed. Since a memory block must be erased before it can be re-programmed, TRIM improves performance by pro-actively erasing pages containing invalid data, allowing the SSD to write new data without first having to perform a time-consuming erase command.

EXAMPLE:

    SSD pages contain no data.
    User writes data to SSD pages.
    User deletes some data. Pages are marked as "not in use" by the OS, but data remains on SSD.
    TRIM command tells SSD controller that pages contain invalid data. Pages with invalid data are cleaned.
    Data is written back to SSD memory cells. The invalid data had been cleaned and data is able to be written to the pages at full speed.

+

Cita de: http://en.wikipedia.org/wiki/Trim_%28computing%29
The Trim command is designed to enable the operating system to notify the SSD which pages no longer contain valid data due to erases either by the user or operating system itself. During a delete operation, the OS will both mark the sectors as free for new data and send a Trim command to the SSD to be marked as no longer valid. After that the SSD knows not to relocate data from the affected blocks during garbage collection. This results in fewer writes to the flash, reducing write amplification and increasing drive life.

Saludos.


Título: Re: "Trim" en los ssd
Publicado por: Randomize en 25 Octubre 2014, 06:31 am
En los últimos SSDs todo ésto está muy optimizado dando de garantía unos 5 años, los primeros SSDs sólo llegaban a dos años y ésto era una juas.