Hi,
I was implementing a file system and ran into the following problem.
I wanted to replicate the super block data in order to recover from occasional Hard disk failures (bit rot problem etc.). While replicating was easy i could not find a way to detect the errors in the first place.
Any ideas and explanation will be help full.