How to resolve "You've hit your maximum disk quota and do not have enough space" ?

sumit_megaman

Verified User
Joined
Sep 13, 2013
Messages
23
How to resolve "You've hit your maximum disk quota and do not have enough space" ?

I don't know How can I resolve this problem, please help me:
My server details are:

OS: FreeBSD 11.2
Panel: DirectAdmin

Error message:

Code:
Unable to create that domain
Details
You've hit your maximum disk quota and do not have enough space to create another domain

Code:
df -h
OUTPUT:
Code:
Filesystem    Size    Used   Avail Capacity  Mounted on
/dev/da0p2     93G     27G     59G    32%    /
devfs         1.0K    1.0K      0B   100%    /dev
procfs        4.0K    4.0K      0B   100%    /proc
fdescfs       1.0K    1.0K      0B   100%    /dev/fd
fdescfs       1.0K    1.0K      0B   100%    /dev/fd

Code:
du -hs /home /etc /lib /media /proc /root /run /sbin /sys /tmp /usr /var | sort -nr | head
OUTPUT:
Code:
 20G    /usr
 11M    /lib
6.8M    /sbin
4.9G    /var
4.5M    /etc
4.0K    /media
3.7M    /tmp
1.8G    /root
  0B    /sys
  0B    /proc


I rebooted One time, and I power off and power on the server one time
if you need any other explaining, don't be hesitate to tell me about that, I can send any command OUTPUT in another post
 
Check out the reseller packages in Directadmin - you may be using a reseller package which is with limited disk space. Login as admin and look it up.
 
Back
Top