14
rated 0 times
[
14]
[
0]
/ answers: 1 / hits: 25781
/ 1 Year ago, wed, april 27, 2022, 5:14:18
Since SSD has write amplification, I want to reset the SSD to the initial out-of-box performance. Most tutorials are for SATA SSD (hdparm --secure-erase
), I want to know how to erase a partition of NVMe SSD (maybe use nvme
command?).
One more question: does dd if=/dev/zero of=/dev/nvme0n1
help? Or does fio --filename=/dev/nvme1n1 --direct=1 --buffered=0 --rw=trim --bs=4k --size=100G --numjobs=16 --iodepth=32 --group_reporting --name=trim
help?
Thanks!
More From » ssd