Questions tagged [quota]

201 questions
4
votes
1 answer

How can I configure git to reject large files?

For the 3rd time a developer committed a large file in our git repository (over 100MB). It's really a pain to cleanup. How can I configure git and/or gitolite to prevent large files from ever being committed into the repo? Thanks a lot.
MiniQuark
  • 3,875
  • 2
  • 21
  • 23
4
votes
1 answer

Quota: apply the same limit to all individual users of a group

I need to limit the disk usage of 10s of users. All the target users belong to the same group. It looks edquota -g enforces the limit across all users of the group. In other words, that command let all users of the group altogether…
lashgar
  • 681
  • 1
  • 5
  • 16
4
votes
4 answers

How To: Find files affecting your disk quota in Windows server (2003 or 2008)?

Was just wondering if anyone knows a script or tool that can be used to find all the files which affect a user's disk quota in Windows Server 2003/2008. Any suggestions?
eidylon
  • 358
  • 1
  • 7
  • 20
4
votes
2 answers

Login-time quota for VPN users

I have configured Routing and Remote Access Service in Windows Server 2003 as the VPN server. VPN users are defined in Active Directory which is running on this server too. How i can configure the server to give each user a limited download size…
Isaac
  • 581
  • 2
  • 12
  • 25
3
votes
4 answers

NFS server under Linux over multiple disks

I am running Debian, and need to setup an NFS server. My server has five identical 2TB disks. I will need to setup folder quotas. I am planning to use software raid by putting 3 of the five disks into one raid 5 pool and using the remaining two…
donatello
  • 746
  • 1
  • 9
  • 16
3
votes
1 answer

Acces Denied when implementing policies in (postfix + policyd2)

I'm trying to use postfix + policyd2 to limit amount of outgoing emails. But when implementing policyd2 policies i get Access denied - no mater what i do i get denied. Postfix version 2.11.4 PolicyD2 (cluebringer) version 2.0.14-1 Error box from…
Abc Xyz
  • 608
  • 1
  • 8
  • 17
3
votes
2 answers

Access xfs quota info from NFS client

I've got an xfs filesystem (on a Centos 6.4 server) mounted via NFS on a client server (Centos 6.3). I can't seem to access the quota info from the client. It simply returns nothing for xfs_quota -c quota ... or xfs_quota -xc report ... or xfs_quota…
Michael S
  • 305
  • 3
  • 12
3
votes
1 answer

LXC - quota inside container

Is it possible to use disk quota inside a LXC container? I'm using LVM (ext4) as rootfs for the container. I don't now how to add the mount options to /etc/fstab properly. The /etc/fstab of the container: rootfs / rootfs …
CiTuX
  • 131
  • 1
  • 3
3
votes
1 answer

Getting at fsid under Linux? Or an alternate way of identifying filesystems?

In an environment with automounted home directories, such that the same filesystem exported by a fileserver may be mounted multiple times on the client, I would like to authoritatively be able to identify whether two mountpoints are in fact the same…
larsks
  • 43,623
  • 14
  • 121
  • 180
3
votes
1 answer

Setting up quotas on 64-bit RHEL6 OS with ext4 filesystem

Setting up a new 64 bit RHEL 6 server with ext4 FS. Have only worked with ext3 and 32bit RHEL5 before. No matter what I try, I cannot get it to work. Current settings for mount (from "mount" command): /dev/sda7 on / type ext4 (rw,noatime) proc on…
3
votes
1 answer

What exactly is a group quota (filesystem)

There are a million sites on how to set up user/group quotas, but none actually explain what a group quota is. Is it The maximum disk space for the entire group (ie 100GB for 100 users) The disk space to be evenly distributed amongst all members of…
puk
  • 285
  • 1
  • 6
  • 18
3
votes
1 answer

Exchange 2010 MailboxDisabled after Storage Quota Reached

In Exchange 2010 we have found that users are not able to access their mailbox once they hit their storage quota. This is not what we want: we want them to receive a warning, but still be able to get in so that they can clean up their mailbbox, and…
Matt
  • 1,893
  • 5
  • 28
  • 40
3
votes
3 answers

How can I set up disk quotas on a remote server in a Samba environment?

I've been working with an install of Ubuntu 8.04 and Samba. I'm trying to set up user disk space quotas for our shared drive. That is, each user will have their own folder on our Network Attached Storage (NAS) that has a size limit. I can…
graf_ignotiev
3
votes
2 answers

Trying to grok Linux quotas, where is the data stored?

So all the tutorials and documentation for the Linux quota system has left me confused. For each filesystem with quotas enabled/on where is the actual quota information stored? Is it filesystem metadata or is it in a file? Say user foo creates a new…
CarpeNoctem
  • 2,437
  • 4
  • 23
  • 32
3
votes
3 answers

Getting "Quota 'CPUS' exceeded. Limit: 0.0 in region asia-south1" error while add an instance

as titile, I checked the project quota, it display the limitation of CPU quota is '0' in the region of asia-south1, please guide me how to do the next, thanks.
Dairo
  • 31
  • 1
  • 3
1
2
3
13 14