how often do you run fsck (shutdown now -r -F) on your server ?
how often do you run fsck (shutdown now -r -F) on your server ?
█ Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
█ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.
I only run it when needed, i.e. if I find disk issues. Linux will run FSCK itself if you have a dirty filesystem (e.g. often after a crash). I don't think it's a great idea to do it regularly as it's the type of tool that can trash your filesystem completely if it encounters problems, such as datacenters thinking your server is down in the middle of a long FSCK (which can take hours) and then the disk is toast.
Jonathan Michaelson
Need your cPanel servers secured and tuned?
cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
http://www.configserver.com
Yes, and isn't the -F to over-ride journaling, which doesn't like fsck?