Hi.
I followed the Handbook in order to make quotas for my users.
I've issued
Whenever I try to do
Is this ok?
Everything seems fine in the other hand, I've added the userquota to /etc/fstab, also added
following older posts, I've even tried
but doesn't seems to work. Is "none" output ok?, am I missing something? It just seems like the quota wasn't applied, if I'm not wrong.
Thanks in advance.
I followed the Handbook in order to make quotas for my users.
I've issued
edquota Leonardo, and then modified it to fit:
Code:
Quotas for user Leonardo:
/: in use: 0k, limits (soft = 1048576k, hard = 1048576k)
inodes in use: 0, limits (soft = 1048576, hard = 1048576)
Whenever I try to do
quota -u Leonardo it answers with Disk quotas for user Leonardo (uid xxx): noneIs this ok?
Everything seems fine in the other hand, I've added the userquota to /etc/fstab, also added
Code:
quota_enable="YES"
check_quotas="NO"
following older posts, I've even tried
Code:
enable_quotas="YES"
check_quotas="NO"
but doesn't seems to work. Is "none" output ok?, am I missing something? It just seems like the quota wasn't applied, if I'm not wrong.
Thanks in advance.