S
S
slden2017-07-11 16:10:24
Iron
slden, 2017-07-11 16:10:24

How to load the SSD to the fullest?

I want to load the SSD, so that I stand all night. Are there specialized tools for this? Maybe there is something similar for hard drives, but it's better for SSD of course. Speed ​​tests are not needed.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Moseychuk, 2017-07-11
@fshp

# чтение
while true; do dd if=/dev/myssd of=/dev/null; done
# запись нулей
while true; do dd if=/dev/zero of=/dev/myssd; done
# запись случайных данных
while true; do dd if=/dev/urandom of=/dev/myssd; done
Trim screw yourself after each iteration.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question