PC Review


Reply
Thread Tools Rate Thread

Baffled by Disk Quotas

 
 
MLK
Guest
Posts: n/a
 
      3rd May 2006
Let's say we have a Win2k3 file server with several departmental folders all
on one big NTFS volume.

How can we set up disk quotas so that each department can only use a certain
percentage of the available disk space? Or even a fixed quota, like 15 or 20
GB?

I don't see a mechanism to assign specific quotas to specific groups of
domain users.

Any help would be greatly appreciated. Microsoft's docs have been useless so
far.

Thank you.


 
Reply With Quote
 
 
 
 
MLK
Guest
Posts: n/a
 
      3rd May 2006
OK, so far I figured out a way to set up quotas based on user accounts, BUT
there is no way, apparently, to do it based on security group acounts.

Also, the quotas seem to be dependent on having ownership of files, and we
typically don't allow users to take ownership of files on the server. They
don't
have Full Control permissions.

Is there any way to make this work based on security groups?


"MLK" <(E-Mail Removed)> wrote in message news:Ti76g.2547$g01.1964@trnddc01...
> Let's say we have a Win2k3 file server with several departmental folders
> all on one big NTFS volume.
>
> How can we set up disk quotas so that each department can only use a
> certain percentage of the available disk space? Or even a fixed quota,
> like 15 or 20 GB?
>
> I don't see a mechanism to assign specific quotas to specific groups of
> domain users.
>
> Any help would be greatly appreciated. Microsoft's docs have been useless
> so far.
>
> Thank you.
>



 
Reply With Quote
 
Joe Richards [MVP]
Guest
Posts: n/a
 
      4th May 2006
You would need to start looking at third party quota products.

You have discovered the two main limitations of Windows Quotas, based on file
ownership which means it is user based.

--
Joe Richards Microsoft MVP Windows Server Directory Services
Author of O'Reilly Active Directory Third Edition
www.joeware.net


---O'Reilly Active Directory Third Edition now available---

http://www.joeware.net/win/ad3e.htm



MLK wrote:
> OK, so far I figured out a way to set up quotas based on user accounts, BUT
> there is no way, apparently, to do it based on security group acounts.
>
> Also, the quotas seem to be dependent on having ownership of files, and we
> typically don't allow users to take ownership of files on the server. They
> don't
> have Full Control permissions.
>
> Is there any way to make this work based on security groups?
>
>
> "MLK" <(E-Mail Removed)> wrote in message news:Ti76g.2547$g01.1964@trnddc01...
>> Let's say we have a Win2k3 file server with several departmental folders
>> all on one big NTFS volume.
>>
>> How can we set up disk quotas so that each department can only use a
>> certain percentage of the available disk space? Or even a fixed quota,
>> like 15 or 20 GB?
>>
>> I don't see a mechanism to assign specific quotas to specific groups of
>> domain users.
>>
>> Any help would be greatly appreciated. Microsoft's docs have been useless
>> so far.
>>
>> Thank you.
>>

>
>

 
Reply With Quote
 
Alfred Falk
Guest
Posts: n/a
 
      4th May 2006
"MLK" <(E-Mail Removed)> wrote in news:YF76g.568$yh.303@trnddc04:

> OK, so far I figured out a way to set up quotas based on user
> accounts, BUT there is no way, apparently, to do it based on security
> group acounts.
>
> Also, the quotas seem to be dependent on having ownership of files,
> and we typically don't allow users to take ownership of files on the
> server. They don't
> have Full Control permissions.
>
> Is there any way to make this work based on security groups?


Take a look at this little "chown" utility
http://wwwthep.physik.uni-mainz.de/~...wn/readme.html
It will let you set file ownership to groups or users. And, yes, the
quotas for groups work. However, each new file created by a user will
belong the user, so you'd have to run chown periodically.


>
> "MLK" <(E-Mail Removed)> wrote in message
> news:Ti76g.2547$g01.1964@trnddc01...
>> Let's say we have a Win2k3 file server with several departmental
>> folders all on one big NTFS volume.
>>
>> How can we set up disk quotas so that each department can only use a
>> certain percentage of the available disk space? Or even a fixed
>> quota, like 15 or 20 GB?
>>
>> I don't see a mechanism to assign specific quotas to specific groups
>> of domain users.
>>
>> Any help would be greatly appreciated. Microsoft's docs have been
>> useless so far.
>>
>> Thank you.
>>

>
>




--
----------------------------------------------------------------
A L B E R T A Alfred Falk (E-Mail Removed)
R E S E A R C H Information Systems Dept (780)450-5185
C O U N C I L 250 Karl Clark Road
Edmonton, Alberta, Canada
http://www.arc.ab.ca/ T6N 1E4
http://www.arc.ab.ca/staff/falk/
 
Reply With Quote
 
=?Utf-8?B?V2F5bmU=?=
Guest
Posts: n/a
 
      20th Jul 2006
I would like to find a similar tool, something that does quotas with groups
in AD. I've tested a few tools, and although they can do alot of things with
disk quotas, the do not use groups.
Neither of the sites metioned by Joe Richards or Alfred Falk have anything
close to that.

If anyone finds one, please post.

Wayne


"MLK" wrote:

> OK, so far I figured out a way to set up quotas based on user accounts, BUT
> there is no way, apparently, to do it based on security group acounts.
>
> Also, the quotas seem to be dependent on having ownership of files, and we
> typically don't allow users to take ownership of files on the server. They
> don't
> have Full Control permissions.
>
> Is there any way to make this work based on security groups?
>
>
> "MLK" <(E-Mail Removed)> wrote in message news:Ti76g.2547$g01.1964@trnddc01...
> > Let's say we have a Win2k3 file server with several departmental folders
> > all on one big NTFS volume.
> >
> > How can we set up disk quotas so that each department can only use a
> > certain percentage of the available disk space? Or even a fixed quota,
> > like 15 or 20 GB?
> >
> > I don't see a mechanism to assign specific quotas to specific groups of
> > domain users.
> >
> > Any help would be greatly appreciated. Microsoft's docs have been useless
> > so far.
> >
> > Thank you.
> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Disk Quotas Paul Windows Vista General Discussion 9 20th Nov 2006 02:09 PM
Baffled by Disk Quotas MLK Microsoft Windows 2000 Active Directory 4 20th Jul 2006 06:29 PM
Can not Del Disk Quotas Dan Wittig Microsoft Windows 2000 File System 1 30th Jul 2004 04:35 AM
Disk Quotas AJD Microsoft Windows 2000 File System 1 19th Mar 2004 07:52 PM
Disk Quotas Mark McCurdy Microsoft Windows 2000 Active Directory 1 18th Jan 2004 10:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:51 AM.