How hard can it be? Modern disks are quite adept at translating bad spots, and OS'es are aren't too shabby at repairing filesystem corruption and/or deleting the stuff they can't fix. It seems to me like the APPLICATION, i.e., Dish software, would have to do pretty much nothing to deal with this stuff.phat_bastard said:It's too bad the software guys didn't have this take on it. I have the feeling that this was billed as a too tough a task to be worthwhile, and moved on.
What??? Do they have code in place like this (pseudo-code babble obviously, but you get the point!):
Code:
if ( ! file->open() ) {
system("reformat!!!");
}