Disk-Based Quotas

Windows 2000 first introduced the disk-based quota feature, allowing an administrator to define a limit or set of limits on the consumption of disk space by individual users. Windows Server 2008's quota management features some interesting properties:

As usual, though, neat features always contain weak points. First, quotas are supported only on disks formatted with the NTFS filesystem. This isn't too surprising because most progressive filesystem features aren't available under the various flavors of FAT. Second and perhaps more disturbing is that, due to an architectural limitation, disk-based quotas (those assigned on the volume level, that is) can be added only to individual users. This creates quite a headache, as most other network operating systems allow you to set a default quota based on group membership. In this manner, all normal users could have 500 MB, power users and executives could have 1.5 GB, and administrators could have unrestricted space. Alternatively, payroll users could have 250 MB, while the sales team with their myriad PowerPoint presentations might need 1 GB a piece. Alas, Windows Server 2008 doesn't support this by default out of the box at the disk level, but later in this section I'll show you a problematic but workable way around this limitation.

To set up default disk quotas through Windows Explorer, follow these steps:

  1. Open Computer, right-click the drive for which you want to enable quota support, and select Properties.

  2. Navigate to the Quota tab.

  3. Make sure the "Enable quota management" checkbox is checked. If it's not, quota support is not enabled. If you want to continue, check this checkbox.

  4. Choose one or more of the following selections based on your needs:

You might find it useful to set individual disk-based quotas for specific users that exempt them from a more limiting default quota you might have configured. You can set these individual quota entries through the GUI by clicking the Quota Entries button on the Quota tab under the Properties sheet of the disk in question. In the Quota Entries for Drive box, select Quota from the pull-down menu and click New Quota. Figure 3-32 shows this.

Select the user to which to apply the new disk-based quota, and in the box, configure the restrictions on the user's space.