Problem (quota) disk used in WHM

rodrocolodro

Member
Oct 9, 2015
11
0
1
USA
cPanel Access Level
Reseller Owner
Hello, I have a problem with the disk used.

I moved accounts from other server (cpanel to cpanel) and the disk used is showing zero and then start showing wrong space.

Server: CENTOS 6.7 x86_64
WHM: 11.52.0 (build 15)
Kernel: 3.14.32-xxxx-grs-ipv6-64

By the way, I tried /scripts/fixquotas and nothing

Any help anyone can offer is appreciated.

Thank you very much
Rod
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
By the way, I tried /scripts/fixquotas and nothing
Hello :)

Could you post the contents of your /etc/fstab file, in addition to the output from the "mount" command?

Thank you.
 

rodrocolodro

Member
Oct 9, 2015
11
0
1
USA
cPanel Access Level
Reseller Owner
Hello Michael, here is the content of fstab

Code:
# <file system>    <mount point>    <type>    <options>    <dump>    <pass>
/dev/md2    /    ext3    errors=remount-ro,usrjquota=quota.user,jqfmt=vfsv0    0    1
/dev/md3    /home    ext4    defaults    1    2
/dev/sda4    swap    swap    defaults    0    0
/dev/sdb4    swap    swap    defaults    0    0
proc        /proc    proc    defaults        0    0
sysfs        /sys    sysfs    defaults        0    0
tmpfs        /dev/shm    tmpfs    defaults    0    0
devpts        /dev/pts    devpts    defaults    0    0
I appreciated your help.

Thanks!
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463