Shmoozecom emails

I’m getting hundreds of emails that say the following:

“Storage space is getting high on the following drives of your system:
/dev/mapper/SangomaVG-root is 77% full”

Can anyone tell me what this means and how I can resolve it?

Admin > System Admin > Storage. One of your partitions are getting full.

You need to either clean up your disk, or add more storage/expand the partition.

The below should give you the folder/file size

cd /
du -sh *

and then

cd var
du -sh *

etc etc etc

Also, the system only sends storage emails once per hour. If you have hundreds, how long have you been ignoring it?

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.