Questions tagged [quota]
193 questions
36
votes
5 answers
Changing the maximum mail size in Postfix
When sending large email to a new CentOS6 server running Postfix as the MTA, the following message is returned:
tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further…
warren
- 17,829
- 23
- 82
- 134
35
votes
3 answers
How can I check the remaining disk quota?
df does only reports the disk free space. How can I get my allowed free space?
Lothar
- 791
- 1
- 5
- 15
24
votes
2 answers
ZFS performance: do I need to keep free space in a pool or a file system?
I know that the performance of ZFS heavily depends on the amount of free space:
Keep pool space under 80% utilization to maintain pool performance. Currently, pool performance can degrade when a pool is very full and file systems are updated…
Pavel
- 988
- 1
- 8
- 29
24
votes
6 answers
Linux - quota per directory?
I have following scenarios:
Single partition mounted as /, with lots of disk space.
There is a range of directories (/pg/tbs1, /pg/tbs2, /pg/tbs3 and so on), and I would like to limit total size of these directories.
One option is to make some big…
user13185
21
votes
2 answers
Understanding "quota" output
My host's backup server gives me my usage information in the following format:
Disk quotas for user vps**** (uid 1234):
Filesystem blocks quota limit grace files quota limit grace
/dev/mapper/backup3-backup3
…
Bart van Heukelom
- 1,199
- 5
- 20
- 41
8
votes
7 answers
How do you limit the use of network storage in your company?
I think this is one area that is a pain for every sysadmin.
Users don't really know how much storage space they are using, and don't take the time to manage what is stored there, or how long it stays around.
What policies does your company implement…
FerranB
- 1,362
- 2
- 18
- 28
7
votes
1 answer
Make /home /tmp noexec nodev without a separate patition
I need to change some mount options for parts of the root filesystem, such as /tmp /var and /home (add nodev,nosuid and quota), but I haven't ability to make a separate partition and I have not enough RAM to mount /tmp as tmpfs. I've tried mount -o…
gordon-quad
- 107
- 1
- 7
6
votes
4 answers
How to display quota limit on btrfs subvolume?
I cannot determine how to get the quota limit which is currently set on a btrfs subvolume.
The btrfs wiki on quota doesn't seem to show this.
This is what I think I know:
set a quota: btrfs qgroup limit 21G /path
check used space: btrfs qgroup show…
lickdragon
- 151
- 2
- 9
6
votes
2 answers
View free space on offline mapped network drive
We provide all of our users with a mapped network drive (H:) which we have re-directed my documents to. Using FSRM on the file server, each user is restricted to 5GB of disk space.
Windows automatically sets this up as an offline folder, and the…
Simon Hodgson
- 681
- 3
- 8
- 15
5
votes
1 answer
Dovecot QuotaClone plugin
I am trying to get the new QuotaClone plugin in Dovecot (2.2.18) working. The documentation says the configuration should be like this:
mail_plugins = $mail_plugins quota quota_clone
plugin {
quota_clone_dict = redis:127.0.0.1:6379
}
However, it…
Jeroen
- 1,339
- 7
- 16
5
votes
3 answers
Quotas in vsftpd?
I tried to configure user disk quotas for vsftpd.
I configured quotas for ftp virtual users using the "quota" package on debian (you know, by editing /etc/fstab and all that stuff). Internet told me that it's the only solution with vsftpd.
The…
user12087
- 151
- 1
- 1
- 2
5
votes
3 answers
Setup user/group quotas >4TiB on Ubuntu
I've run into the problem that my 5TB disk has a large proportion of content from one group of users, which is okay. I'd like to limit the total disk usage of that group to ~4.5TB, but I'm unable to, I get the following error:
setquota: Cannot set…
JamesGuthrie
- 121
- 1
- 6
5
votes
3 answers
Email Attachment Size Limits
Given I have plenty of disk space to work with, what are some technical considerations that I need to consider when configuring email attachment size limits?
frogstarr78
- 475
- 7
- 17
5
votes
3 answers
Is it possible to set up a default user quota for users in a specific group in Linux?
I'd like to be able to set up a default user quota for members of a group if they don't have a specific user quota defined. The idea is that by default, they'd have this standard quota but if a specific entry for them was made in the aquota.user…
dagorym
- 396
- 1
- 4
- 8
4
votes
1 answer
Cant enable quotas on XFS file system
I'm trying to enable quotas on Centos 7
I ran yum install quota
Edited fstab:
/dev/mapper/centos-root / xfs defaults,usrquota,grpquota 0 0
UUID=6c443910-a7e9-4e97-8b51-de9d05407cf6 /boot xfs …
red888
- 4,069
- 16
- 58
- 104