Hacker News new | ask | show | jobs
by devsda 751 days ago
This is such a simple scheme.

I wonder how they dealt with common storage issues like backups and disks having bad sectors.

1 comments

They're likely record based formatting rather than file based. At the high level the code is just asking for a record number from a data set. The data set is managed including redundancy/ECC by the hardware of that storage device.