Huge Other Usage in some accounts
Have VPS, CLOUDLINUX 6.6 x86_64 kvm " vps, CageFS installed, but some users have on Disk Space Usage - Other Usage so big!
i.imgur.com/fVc9r79.png
Have tryed /scripts/fixquota, is it possible to remove Other Usage from user account to avoid that user has exceed his disk quota...
maybe have problems with quoata don't know..
mine /etc/fstab look
df -m
#
# /etc/fstab
# Created by anaconda on Mon Jan 23 11:40:12 2012
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/vda1 /boot ext4 defaults 1 2
/dev/vdb1 / ext4 defaults,usrquota 1 1
/dev/vdd /home ext4 defaults,usrquota,noatime 1 1
/dev/vdc swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/usr/tmpDSK /tmp ext3 defaults,noauto 0 0
df -m
root@vps [/]# df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/vdb1 151189 44688 98822 32% /
tmpfs 3927 0 3927 0% /dev/shm
/dev/vda1 1007 124 833 13% /boot
/dev/vdd 403174 102347 280347 27% /home
/usr/tmpDSK 4032 144 3684 4% /tmp
-
Hello, Typically, usage displayed under the "Other" category is for files not contained within your home directory. You can confirm this by checking the disk space usage in an account's home directory. EX: du -sh /home/username
If it's less usage than reported for the account disk space usage in cPanel or WHM, then it indicates there are files owned by this user elsewhere on the system. This could include mailing lists, or simply files owned by the account elsewhere on the system. You can obtain a list of files owned by the user with commands such as:id username find / -uid UIDNUMBER > /root/username.output
Thank you.0
Please sign in to leave a comment.
Comments
1 comment