Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Data Disk is filling up - 40GB file meminfo

Hi,

on our asg 425 V7.5 we get the info "Data Disk is filling up - please check. Current usage: 75%"

Data Disk is 57 GB.

In /var/storage is a file called "meminfo" with 40 GB. What is this file for? Can I delete this file?

Markus


This thread was automatically locked due to age.
Parents Reply Children
  • Hi Steffen,

    I was able to delete the file meminfo. But I don't know how to delete the cronjob.

    When entering crontab -e, I will get the following:

    * * * * * (date;uptime;ps auxf;cat /proc/slabinfo;netstat -natup) >> /var/storage/meminfo


    I think this is diplayed with vi editor. 

    What do I have to do now? 


    Markus
  • Hi, if you don't like VI, you can use a different editor... first decide which one: joe (like WordStar) or jed (like emacs).

    Then type 
    export EDITOR=joe
    (or jed)

    and run crontab -e again

    If you use joe, save and exit with Control-k x
    jed is Control-x c
    vi is much worse [:P]

    Barry