Just wanted to share my findings of a drive that haven't been written to in several years.
First run:
The drive don't support TRIM, at least that's what blkdiscard told me, so I instead wrote random data to the entire drive:
(write speed was very consistent at about 54.7 MB/s, which is probably due to urandom not being faster)
Second run:

/Jonny
First run:
Code:
Driv Size Drive Identity Location: 0 25% 50% 75% 100
---- ----- ---------------------------- ------- ------- ------- ------- -------
81 128GB SAMSUNG SSD PB22-JS3 2.5" 126.6 65.4 52.5 84.0 62.2
Benchmarked: Friday, 2021-01-08 at 10:28
The drive don't support TRIM, at least that's what blkdiscard told me, so I instead wrote random data to the entire drive:
# dd if=/dev/urandom of=/dev/sda bs=1M(write speed was very consistent at about 54.7 MB/s, which is probably due to urandom not being faster)
Second run:
Code:
Driv Size Drive Identity Location: 0 25% 50% 75% 100
---- ----- ---------------------------- ------- ------- ------- ------- -------
81 128GB SAMSUNG SSD PB22-JS3 2.5" 230.7 229.5 230.7 230.3 229.0
Benchmarked: Friday, 2021-01-08 at 10:53
/Jonny
Last edited:
