Modern Solid-State Drives (SSDs) - Lecture 2: NAND Flash Read/Write Operations (Fall 2022)

preview_player
Показать описание
Project and Seminars Course: Understanding and Designing Modern NAND Flash-Based SSDs (Solid-State Drives), ETH Zürich, Fall 2022

Meeting 3: NAND Flash Read/Write Operations
Date: Oct 19, 2022

RELATED PAST LECTURES:
======================
Computer Architecture - Lecture 26: Flash Memory and Solid-State Drives (ETH Zürich, Fall 2020)

Computer Architecture - Lecture 11a: Memory Controllers (ETH Zürich, Fall 2020)

RECOMMENDED VIDEOS BELOW:
===========================
The Story of RowHammer Lecture:

Accelerating Genome Analysis Lecture:

Memory-Centric Computing Systems Tutorial:

Intelligent Architectures for Intelligent Machines Lecture:

Digital Design and Computer Architecture Spring 2021 Livestream Lectures Playlist:

Computer Architecture Fall 2020 Lectures Playlist:

Digital Design and Computer Architecture Spring 2020 Lectures Playlist:

Rethinking Memory System Design Lecture @stanfordonline :

Computer Architecture at Carnegie Mellon Spring 2015 Lectures Playlist:
Рекомендации по теме
Комментарии
Автор

What makes SSDs so hot when you saturate them with reads? Is it the flash cells themselves or is it the controller? Just dd if=/dev/nvme0n1 of=/dev/null bs=4M will ramp the temperature way up. watch nvme smart-log /dev/nvme0

douggale