Tutorials

:: Drive Critical: /dev/loop0 (/var/tmp) is 92% full

:: cPanel warning / error

Drive Critical: /dev/loop0 (/var/tmp) is 92% full

 

:: How to fix Drive Critical /var/tmp on cPanel
+ edit /scripts/securetmp file

vi /scripts/securetmp
# increase the size on this line (2GB)
my $tmpdsksize     = 2097152;    # Must be larger than 250000

+ apply the new configuration

umount -l /tmp
umount -l /var/tmp
rm -fv /usr/tmpDSK
/scripts/securetmp

+ checking mounting

df -h

 
:: Links
+ Google
+ cPanel

Hi, I’m Sysadmin.ID

Leave a Reply

Your email address will not be published. Required fields are marked *