There are plenty more, SanDisk CloudSpeed Eco 1.92TB SATA 2.5" Solid State Drive | eBay
This seller seems to post things in batches. When they get additional stock for an item, they tend to create a new listing rather than increasing the quantity on an existing listing. So if you follow a link and a a batch is sold out, you can always check “Seller’s Other Items” to see if a new listing is up.Thanks. It's clear I'm not that proficient in Ebay search... I clicked on the seller's name and it said that they were sold out. However on your link he/she is still selling the same drives.
easiest way to search for these is just search for "1.92tb". plenty pop upThanks. It's clear I'm not that proficient in Ebay search... I clicked on the seller's name and it said that they were sold out. However on your link he/she is still selling the same drives.
Really depends on what you need, half the price per TB and hot swap in any old server chassis make them quite compelling to me.Feel like its better to focus on $70 Intel 1.6tb PCIe/NVMe with 1.2GB/s instead of these with 250MB/s for $40...
You must have a faster system then mine then - urandom doesn't seem like a fast source on my E5 v4 cpu at least.Some SSDs have optimizations for blocks of all zeros, sort of like a TRIM, which is why I use /dev/urandom.
root@prox-marty:~# dd if=/dev/urandom of=/dev/null bs=4096000 count=1000
1000+0 records in
1000+0 records out
4096000000 bytes (4.1 GB, 3.8 GiB) copied, 14.257 s, 287 MB/s
root@prx:~# dd if=/dev/urandom of=/dev/null bs=4096000 count=1000
1000+0 records in
1000+0 records out
4096000000 bytes (4.1 GB, 3.8 GiB) copied, 11.9968 s, 341 MB/s
OMG that's genius. I was also trying to figure out an faster was to do a dd random benchmark, without needed to learn fio or something... and tmpfs is genius. Dumpma 1gb file in tmpfs and just repeatedly write the drive with dd!dont use urandom directly when you want to test your ssd
write a file to for example a ram drive(tmpfs) or nvme drive with urandom, and then write it to the ssd
Dubious. Please provide a (properly documented) example/test that supports this. [Specifications (ATA & NVMe) dictate that a WRITE (device cmd) results in a write to the media.] [[EDIT/correction: NVMe does have an optional Wriite_Zeroes; see Link]]Some SSDs have optimizations for blocks of all zeros,
sort of like a TRIM, which is why I use /dev/urandom.
I don't have access to the worse of these drives any more, but the first couple generations of Sandforce controller definitely did this, pretty sure they advertised it as a feature.Dubious. Please provide a (properly documented) example/test that supports this.
I don't have access to the worse of these drives any more, but the first couple generations of Sandforce controller definitely did this, pretty sure they advertised it as a feature.
Still dubious ...Dubious. Please provide a (properly documented) example/test that supports this.