Hello Community! On a small server (in a multi-server environment) I get an ISPConfig 'Disk Usage' reading of: Filesystem Type Size Used Available Use% Mounted on /dev/xvda1 ext4 7.8G 6.9G 472M 94% / udev devtmpfs 10M 0 10M 0% /dev tmpfs tmpfs 200M 21M 180M 11% /run tmpfs tmpfs 500M 0 500M 0% /dev/shm tmpfs tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs tmpfs 500M 0 500M 0% /sys/fs/cgroup /dev/xvdf ext4 7.8G 1.8G 5.6G 25% /var/backup /dev/xvdb ext4 20G 2.0G 17G 11% /opt/php /dev/xvdc ext4 50G 3.2G 44G 7% /var/www Which issues a warning of 'Almost Full', but you can see that almost all the usage is on the mounted drives - which clearly show there is enough room on each of the disks. The server is an AWS EC2 Micro instance with an /etc/fstab that looks like: UUID=9be2e0a3-82ae-46dd-a46d-b9eaff1c00d5 / ext4 defaults,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 1 /dev/xvdb /opt/php ext4 defaults,_netdev 0 2 /dev/xvdc /var/www ext4 defaults,_netdev,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 2 /dev/xvdf /var/backup ext4 defaults,_netdev,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 2 /var/log/ispconfig/httpd/[domain1.com] /var/www/clients/client5/web31/log none bind,nobootwait,_netdev 0 0 /var/log/ispconfig/httpd/[domain2.com] /var/www/clients/client34/web33/log none bind,nobootwait 0 0 /var/log/ispconfig/httpd/[domain3.com] /var/www/clients/client26/web60/log none bind,nobootwait,_netdev 0 0 /var/log/ispconfig/httpd/[domain4.com] /var/www/clients/client34/web33/log none bind,nobootwait,_netdev 0 0 The group quota numbers reflect accurately under each ISPConfig account. The only problem is the ISPConfig monitoring improperly reading the root drive as 'full'. Any thoughts / suggestions? Rick