Hi there.
<br>
<br>One of our servers has its MySQL data directory symlinked from
/var/lib/mysql to a mounted filesystem under /mnt<br>
<br>The check_disk plugin is reporting that this /var partition is 85%
full and the output of the df command shows this too - but upon running du this clearly isn't the case.
<br>
<br>I can only assume that by default the df and check_disk commands are
following these symlinks (although oddly even after choosing to follow
symlinks with the du command it still doesn't tally up) so I'm
<br>wondering how I can stop this ?
<br>
<br>I don't see any flags to check_disk which I could use. Any thoughts?
<br>
<br>[user@host]# df -h
<br>Filesystem            Size  Used Avail Use% Mounted on
<br>/dev/sda2             4.9G  3.9G  728M  85% /var
<br>
<br>[user@host]# cd /var
<br>
<br>[user@host]# du -sh .
<br>419M    .
<br>
<br>[user@host]# du -shL .
<br>4.6G    .