Questions tagged [quota]
201 questions
2
votes
0 answers
iptables & tc limit both upload & download together
I have the following for iptables & tc but it limits the upload speed to 2Mbits once the quota of 1GB has been hit.
iptables -t mangle -A POSTROUTING -o eth0 -p tcp -m owner --uid-owner aaron -m quota --quota 1073741824 -j ACCEPT
iptables -t mangle…

whisky
- 121
- 2
2
votes
1 answer
Display quota usage in horde5
i thought this should be a piece of cake, displaying the quota usage in horde webmail (IMP).
I have found several guidelines on the web - but no one seems to work in the latest version of horde. The last configuration i tried was this in…

jebbie
- 161
- 1
- 7
2
votes
2 answers
Quota check for ext3 Linux partition
I use
quotacheck -m /home
in cron.daily to check quota everyday. The server OS is CentOS-5.3. I am getting error
quotacheck: Quota for users is enabled on mountpoint /home so quotacheck might damage the file.
Please turn quotas off or use -f to…

Saurabh Barjatiya
- 4,703
- 2
- 30
- 34
2
votes
3 answers
Limit # of messages in mailbox
I have a situation where users have an average of 20 to 30,000 emails in their inbox. We are adding more employees and mailboxes and this is getting out of control.
I have limited each mailbox to 1GB total however most of the time because these…

Khalid Rahaman
- 263
- 1
- 7
- 17
2
votes
1 answer
IPtables Traffic Quota - up and down
I've been trying to set up traffic quotas for users on a shared server and i believe [with my limited knowledge] that iptables --quota and ports which have been selected for each user [--dport] is the way to do this...
iptables -A OUTPUT --dport…

Nick
- 73
- 2
- 4
2
votes
1 answer
Enabling quota and doing quotacheck on reboot
I have setup quota for home directories on ubuntu 10.04 server. I followed these tutorials: 5 Steps to Setup User and Group Disk Quota and Disk Quota This code I used at fstab file:
/dev/sda1 /home ext4
…

nixnotwin
- 1,543
- 5
- 35
- 55
2
votes
1 answer
Quota with Git on Gitosis?
I'm using Gitosis to host some Git repositories.
Is there any possibility to get a quota on the Git repositories?
philipp
2
votes
1 answer
What is the most efficient way to handle /tmp and disk quotas on Linux
I'm running a VPS with a webserver (Apache+PHP), a database (MySQL) and smtp server (Exim). OS: Debian Lenny. RAM: 512MB. Using (quota](http://packages.debian.org/lenny/quota).
At the moment, I've /tmp mounted as tmpfs. This is not ideal, as I've…

Lekensteyn
- 6,241
- 6
- 39
- 55
2
votes
1 answer
Weird used/free space view of network drives with Samba and XFS
I'm using XFS project quotas to offer some private and limited disk space to my users, running Windows. It works pretty well, as the users can't exceed the quota like expected. However, the Samba's reported free/used disk space is a bit crazy. In…

Laurent Nominé
- 567
- 1
- 5
- 16
2
votes
3 answers
How to give quota for linux users?
I want to give quota for each user on my linux box, so that each one will get only specified amount of disk space.

Manivasagan
- 124
- 1
- 5
2
votes
0 answers
How to get Dovecot quota status to message correctly?
I have a testing VM running Ubuntu with postfix, dovecot and a couple of users set up using Roundcube to send mail locally via SMTP.
If I set the Dovecot quota of User A to 20K and then send about 18K of mail to them from User B, this puts them at…

TommyPeanuts
- 472
- 1
- 7
- 24
2
votes
1 answer
Mounting goes wrong
I am using ubuntu 9.10 and following the next tutorial: http://www.howtoforge.com/perfect-server-ubuntu-9.10-ispconfig-3-p4. I am at point 15. This says i must install quota etc. This have i done.
Now i must add…

Timo
- 175
- 1
- 7
2
votes
1 answer
Why is the available space not increased when i increase the quota of the ZFS share?
I'm not very familiar with ZFS and need to increase the size of an ZFS share on our FreeNAS.
When i do zpool list i see that we have 2 ZFS pools:
NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
Volume1 1.98T …

CodeNinja
- 305
- 1
- 8
- 18
2
votes
1 answer
Check XFS project quota on NFS client
I am implementing project quotas on a file server (Centos 7.8.2003) that has data volumne formatted using XFS. File access to this server will occur using NFS. I know how to check user quotas on the NFS client using the quota command (see Access xfs…

Vince
- 371
- 5
- 17
1
vote
1 answer
Set Azure FileShare Size - ARM Template
I'm looking for a way to set the quota size (ex, 100gb) for the file share I am deploying using Azure ARM Templates. As of now when I deploy it defaults to 5TB which is not ideal. Ideally I would just add a setting to my template.json or…

jrd1989
- 698
- 15
- 48