Author Topic: How to setup user quotas ?  (Read 189945 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
Re: How to setup user quotas ?
« Reply #60 on: July 18, 2022, 02:45:36 AM »
new version will have quota setup script to do this automatically for you.
https://forum.centos-webpanel.com/index.php?topic=12175.msg41970;topicseen#msg41970

any idea how to solved it ?

Offline
*
Re: How to setup user quotas ?
« Reply #61 on: November 10, 2022, 10:02:29 PM »
How to make Disk Quota Setup for AWS Amazon on Centos 7.9?, please help me

Offline
*
Re: How to setup user quotas ?
« Reply #62 on: March 19, 2023, 07:51:13 PM »
[root@srv ~]# df -h
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs         16G     0   16G   0% /dev
tmpfs            16G     0   16G   0% /dev/shm
tmpfs            16G   17M   16G   1% /run
tmpfs            16G     0   16G   0% /sys/fs/cgroup
/dev/md1        893G  3.5G  890G   1% /
tmpfs           3.2G     0  3.2G   0% /run/user/0
[root@srv ~]# cat /etc/fstab
/dev/md1 / xfs rw,relatime,attr2,inode64,sunit=1024,swidth=2048,noquota 0 0
/dev/md1 / xfs rw,relatime,attr2,inode64,sunit=1024,swidth=2048,noquota 0 0
/dev/md1 / xfs rw,relatime,attr2,inode64,sunit=1024,swidth=2048,noquota 0 0


What should I do?

Offline
**
Re: How to setup user quotas ?
« Reply #63 on: September 21, 2024, 11:25:09 AM »
User panel shows account using 38GB (With -855MB in file system) while admin panel shows 18GB usage



Online
**
Re: How to setup user quotas ?
« Reply #64 on: September 29, 2024, 11:05:54 AM »
Did you check real disk usage using "du", repquota, etc ? Are there some files located outside of the account and owned by your user ?