0
votes
1answer
48 views

How to increase space allocation to a particular user? [closed]

We have a DELL server, whose disk space is 2.6 TB. Out of this only 400GB is getting used. However, I as a user am only able to store 100GB of data on it. Is there some means by which I may increase ...
0
votes
2answers
294 views

Allow non-admin accounts to query ntfs quota information

A technet article about Win2k NTFS quota settings[1] states: By default, only members of the Administrators group can view and change the quota settings. However, the administrator can allow ...
0
votes
1answer
590 views

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 ...
2
votes
3answers
3k views

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?
0
votes
2answers
340 views

How can I set a disk quota for a group (vs a user)

How can I set the disk quota for a group (vs. a single user) on an NTFS volume? I'm using Windows Server 2003 SP2.
2
votes
3answers
342 views

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.
0
votes
1answer
495 views

Average mail quota usage: tricks to implement unlimited email quota

I suppose that hosters who provides unlimited mail quota are only claiming it unlimited, and hope that they won't run out of disk space. Correct me if I'm wrong. In order to do such trick they will ...
2
votes
2answers
613 views

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 ...