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.

Comment Re:Is this still a good OS for desktop? (Score 1) 231

I really don't like the fast release cycle of many Linux distros, so I used to stick with CentOS or RHEL on my desktops as well.

It's Gnome 3.8, which is a good desktop in my opinion. But you take some time should try it out yourself.

What about RHEL 7? By the way, what filesystem should be used on a laptop?

Any file system should be fine. Go with the default if you're not sure you want something else.

Slashdot Top Deals

Dynamically binding, you realize the magic. Statically binding, you see only the hierarchy.

Working...