hard / soft quota limit not seted by directadmin

ealireza

Verified User
Joined
Sep 19, 2012
Messages
10
i have centos 7

my fstab
Code:
UUID=201e988a-2080-49e4-89a4-1f5ed661d3bd			/			ext3	defaults,usrquota,grpquota	1 1
UUID=ae3015d4-fc78-4639-bf0a-05bdc47cd833		/home			ext3	defaults,usrquota,grpquota	1 2

i have install fresh directadmin
create pakage with 10mb disk space .
after all
i try to see user quotas .


Code:
*** Report for user quotas on device /dev/sdb1
Block grace time: 7days; Inode grace time: 7days
                        Block limits                File limits
User            used    soft    hard  grace    used  soft  hard  grace
----------------------------------------------------------------------
root      --      24       0       0              3     0     0
admin     --     124       0       0             30     0     0
test     --  159784       0       0             29     0     0

as you seen there is nothing on limit section.
i dont know what's wrong.
now my user can upload 10G file trough ftp .
Code:
quota -u test
Disk quotas for user test(uid 1002): none
please kindly let me know what is the problem .
 
Hello,

Code:
cat /proc/mounts | egrep ' /(|home) '


?

Code:
[COLOR=#000000][FONT=&quot]echo "action=rewrite&value=quota" >> /usr/local/directadmin/data/task.queue[/FONT][/COLOR][COLOR=#000000][FONT=verdana][/FONT][/COLOR]

Code:
repquota -a
 
Back
Top