this post was submitted on 22 Nov 2023
1307 points (98.5% liked)

Programmer Humor

31793 readers
237 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 10 points 9 months ago (1 children)

Fastest SD card has ~300MB/s read speed and ~250MB/s write speed. Assuming you can write to those cards in parallel, that means you'll need an additional one hour to write the data to the SD cards and another one hour to read them back. So 4 hours in total which halves the data rates to 1.39 GB/s.

That's assuming the card can actually sustain ~250MB/s write speed during the full 1TB copy. It probably can if the card is freshly formatted but I haven't actually tested it myself.

[โ€“] BlueMagma 3 points 9 months ago

That's still very fast