Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Backup? (Score 4, Insightful) 396

The problem with bit rot is that backups doesn't help. The corrupted file go into the backup and eventually replace the good copy depending on retention policy. You need a file system which uses checksums on all data block so that it can detect a corrupted block after reading it, flag the file as corrupted so that you can restore it from a good backup.

Comment Re:Reverting to init (Score 1) 231

What do you mean by init? There's still a binary called init if that's what you want. And RHEL 6 used Upstart, but I don't know if that's more init than Systemd. So yes in theory you can since you have access to the source code and can modify it any way you want. This will be cumbersome in practice.

Slashdot Top Deals

Any given program will expand to fill available memory.

Working...