Author Topic: How to setup user quotas ?  (Read 192549 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



Offline
***
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 ?

Offline
**
Re: How to setup user quotas ?
« Reply #65 on: January 11, 2025, 06:17:08 AM »
my /etc/fstab/ contains

Code: [Select]
#
# /etc/fstab
# Created by anaconda on Mon Aug 19 17:42:13 2024
#
# 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.
#
# After editing this file, run 'systemctl daemon-reload' to update systemd
# units generated from this file.
#
/dev/sda4 / xfs rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota 0 0
UUID=37e38df4-28dc-4d9c-acb5-1a2fd7e6130b /boot                   xfs     defaults        0 0
UUID=3F31-DBA5          /boot/efi               vfat    defaults,uid=0,gid=0,umask=077,shortname=winnt 0 2
/swap swap swap sw 0 0

quota not working. What should be done?


Offline
*****
Re: How to setup user quotas ?
« Reply #66 on: January 11, 2025, 06:01:51 PM »
curious about:
Code: [Select]
du -sh /var/vmail/*