User files not counted in disk usage

zerot

Verified User
Joined
Aug 24, 2013
Messages
10
Location
Serbia
Ok, this is the problem: when displaying disk usage, DA takes into account database size. In reseller overview of user, there is this: http://prntscr.com/4jb09w
After click on "Details": http://prntscr.com/4jb0h6
If I uncheck "Hide entries which are already included in the System Quotas", I get this: http://prntscr.com/4jb0um

So, I want user owned files to be counted, but they are not (email also, but that's not very important for me). What is the problem here?
 
Ok, I found this in /var/log/directadmin/errortaskq.log:

Code:
2014:09:05-17:09:02: Unable to get quotas: repquota: Mountpoint (or device) /home not found or has no quota enabled.
repquota: Not all specified mountpoints are using quota.

I don't know where is that "/home" came from (I guess I have to change that somewhere), I don't have that partition, only "/home" directory:

Code:
[root@server scripts]# df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/vda1        20G  5.1G   14G  27% /
tmpfs           499M     0  499M   0% /dev/shm

And fstab:

http://prntscr.com/4jx8sg

I think this problem appeared after DA update, but I'm not 100% sure. Btw, DA is installed on VPS and this quotas thing worked fine some time ago.
 
Last edited:
Also, I noticed this when I try to change (or set) package for user:

Code:
An error has occurred

Details

Error with system Quotas
setquota: Mountpoint (or device) /home not found or has no quota enabled. setquota: Not all specified mountpoints are using quota.

/home partition again :/
 
Last edited:
Back
Top