(no title)
csdvrx | 10 months ago
If you have specific random IO high performance needs, you can either
- get a SLC drive like https://news.solidigm.com/en-WW/230095-introducing-the-solid...
- make one yourself by hacking the firmware: https://news.ycombinator.com/item?id=40405578
Be careful when you use something "exotic", and do not trust drives that are too recent to be fully tested: I learned my lesson for M2 2230 drives https://www.reddit.com/r/zfs/comments/17pztue/warning_you_ma... which seems validated by the large numbers of similar experiences like https://github.com/openzfs/zfs/discussions/14793
vlovich123|10 months ago
Do you realize the irony of cautioning about buying off the shelf hardware but recommending hacking firmware yourself?
userbinator|10 months ago
Brian_K_White|10 months ago
sitkack|10 months ago
seszett|10 months ago
CTDOCodebases|10 months ago
matheusmoreira|10 months ago
fpoling|10 months ago
dragontamer|10 months ago
All error correction has a limit. If too many errors build up, it becomes unrecoverable errors. But as long as you reread and fix them within the error correction region, it's fine.
csdvrx|10 months ago
zfs in mirror mode offers redundancy at the block level but scrub requires plugging the device
> All error correction has a limit. If too many errors build up, it becomes unrecoverable errors
There are software solutions. You can specify the redundancy you want.
For long term storage, if using a single media that you can't plug and scrub, I recommend par2 (https://en.wikipedia.org/wiki/Parchive?useskin=vector) over NTFS: there are many NTFS file recovery tools, and it shouldn't be too hard to roll your own solution to use the redundancy when a given sector can't be read
WalterGR|10 months ago
A few tens of TBs. Local, not cloud.
[0] Maybe 7 years ago. I don’t know if anything has changed since, e.g. honest, up-front labeling.
[0*] For those unfamiliar, SMR is Shingled Magnetic Recording. https://en.m.wikipedia.org/wiki/Shingled_magnetic_recording
ErneX|10 months ago
AshamedCaptain|10 months ago
Given the context of long term storage... why?
0cf8612b2e1e|10 months ago
(Yes, I know some applications can be agnostic to SMR, but it should never be used in a general purpose drive).
whoopdedo|10 months ago