How can i suspend user when that want used more disk space?

blackmetal

Verified User
Joined
Jul 22, 2007
Messages
75
Hello,
1.i have a bit problem and it's :
in my users one of that used one of the my package (that package detail is: Disk Space: 1GB + BW : 16GB and unlimited Other things) but when i see the detail of this users he used 1350mb of Server H.D.D however he should limit to use 1000mb disk space!
i think directadmin suspend it when that want used more disk space!doesn't it?
Would anybody help me for fix this problem!?
[ i want limit user to specific packge, i want he can use 1gb disk space and 16gb bandwidth,]
2.in all of my packge i check Suspend At Limit,what can this do?
Special Thanks
I waiting for response.
bye
 
That depends on your OS Distribution system; you can search for quota in these forums.

Jeff
 
Hello,
MR. jlasman i search in forum but i can not find suitable topic!
i use fedora core 6 !
can you help me how can i setup quotas on fedora core 6 ?
 
yum install quota
touch /aquota.user /aquota.group
chmod 600 /aquota.*
mount -o remount /
quotacheck -avugm
quotaon -avug

Others, please confirm if that's the thing...
 
Hello,
my good friend i run your command but my server say :
Code:
touch: cannot touch `/aquota.user': Permission denied
touch: cannot touch `/aquota.group': Permission denied
what can i do for fix it?
special thanx
bye
 
You need to do it as root. I believe this description is a bit simplistic; you have to set up quotas on each partition you're using, and you may have to make changes to your /etc/fstab file as well.

You might want to check the 'net to see if a HowTo has been published for your version of Fedora.

Jeff
 
Back
Top