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