▲ | computator 3 days ago | |||||||
> You have to power up your SSDs every now and then for them to keep data. What is the protocol you should use with SSDs that you’re storing? Should you: - power up the SSD for an instant (or for some minutes?) without needing to read anything? - or power up the cells where your data resides by reading the files you had created on the SSD? - or rewrite the cells by reading your files, deleting them, and writing them back to the SSD? | ||||||||
▲ | gblargg 3 days ago | parent | next [-] | |||||||
I'd at least just read all the used blocks on the drive. partclone is the most efficient that comes to mind, because it just copies used sectors. Just redirect to /dev/null.
| ||||||||
| ||||||||
▲ | rapjr9 a day ago | parent | prev | next [-] | |||||||
Maybe someone should design and sell a "drivekeeper" that you can plug all your backup SSD's into and it will power them up on a time table and do whatever is necessary to cause them to maintain integrity. Could be something like a Raspberry Pi with a many-port USB hub, or with a PCB with a bunch of connectors the raw drives can plug into. Could maybe even give a warning if a drive is degrading. Possibly it could be a small device with a simple MCU and a battery that you snap directly onto the SSD's connector? | ||||||||
▲ | mikequinlan 3 days ago | parent | prev [-] | |||||||
>What is the protocol you should use with SSDs that you’re storing? The correct protocol is to copy the data to a more durable medium and store that. | ||||||||
|