Re: Quota and who is using my drive?
- From: v-yanniw@xxxxxxxxxxxxxxxxxxxx ("Jenny wu [MSFT]")
- Date: Thu, 01 Dec 2005 10:11:45 GMT
Hi Dave,
Thanks for posting here.
I am afraid of that we can not set a specific folder's quota. The disk
quota feature is designed to limit disk usage of users.
Can I assume your mean is that how to set disk quota for user account? You
can refer to the following steps to do:
1. Click My Computer icon and choose one disk label that you want to
configure disk quota.
2. Right click it to open Properties page, under Quota tab, check box of
"Enable quota management". And configure quota settings as you need.
3. If you just want to configure specific user account's disk quota, you
can click Quota Entries button. In menu bar, click Quota menu to choose new
Quota Entry item to add specific user account. and set quota you want to.
For more information to Disk Quotas, I suggest you take a look at the
following article:
How Disk Quotas Work
http://technet2.microsoft.com/WindowsServer/en/Library/5becbcd6-8da3-4c3b-bc
0e-258acd3ec1811033.mspx
What Are Disk Quotas?
http://technet2.microsoft.com/WindowsServer/en/Library/a110f66c-def3-4ae0-8e
68-5b2a02efcaf21033.mspx
Disk Quotas How To...
http://technet2.microsoft.com/WindowsServer/en/Library/ac77bbbe-72f5-4d4e-b6
51-33680bdb9f791033.mspx
Managing Disk Quotas in Windows Server 2003 and Windows XP
http://www.microsoft.com/technet/scriptcenter/topics/win2003/quotas.mspx
Hope above information helps! I am happy to be assistance of you!
Have a nice day!
Sincerely,
Jenny Wu
Microsoft CSS Online Newsgroup Support
Get Secure! - www.microsoft.com/security
======================================================
This newsgroup only focuses on SBS technical issues. If you have issues
regarding other Microsoft products, you'd better post in the corresponding
newsgroups so that they can be resolved in an efficient and timely manner.
You can locate the newsgroup here:
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
When opening a new thread via the web interface, we recommend you check the
"Notify me of replies" box to receive e-mail notifications when there are
any updates in your thread. When responding to posts via your newsreader,
please "Reply to Group" so that others may learn and benefit from your
issue.
Microsoft engineers can only focus on one issue per thread. Although we
provide other information for your reference, we recommend you post
different incidents in different threads to keep the thread clean. In doing
so, it will ensure your issues are resolved in a timely manner.
For urgent issues, you may want to contact Microsoft CSS directly. Please
check http://support.microsoft.com for regional support phone numbers.
Any input or comments in this thread are highly appreciated.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Thread-Topic: Quota and who is using my drive?
>thread-index: AcX2C9qzDJLTpn3nR3e9YpZsHC/g/Q==
>X-WBNR-Posting-Host: 24.23.5.152
>From: "=?Utf-8?B?Q2Fwb2NjaGk=?=" <Capocchi@xxxxxxxxxxxxxxxxxxxxxxxxx>
>References: <OfJTe.137486$Hk.40736@pd7tw1no>
<xn0e6ziycbncxqv00b@xxxxxxxxxxxxxxxxxxxx>
<ItWTe.442746$s54.177678@pd7tw2no> <neAevMVtFHA.580@xxxxxxxxxxxxxxxxxxxxx>
<qgzomn4tFHA.3868@xxxxxxxxxxxxxxxxxxxxx>
>Subject: Re: Quota and who is using my drive?
>Date: Wed, 30 Nov 2005 16:12:02 -0800
>Lines: 193
>Message-ID: <77C433D5-5683-45C0-9306-A9FF331106B0@xxxxxxxxxxxxx>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.windows.server.sbs
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
>Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.windows.server.sbs:226819
>X-Tomcat-NG: microsoft.public.windows.server.sbs
>
>you wrote
>" Disk Quota doesn't
>affect where files and folders are placed. It is recommended that
>Administrator creates one folder for every user and configures appropriate
>permissions to the folder. that is useful for management and control disk
>usage."
>
>how do I set the storage qouta for a particular folder?
>
>Dave Capocchi
>
>""Jenny wu [MSFT]"" wrote:
>
>> Hi,
>>
>> Thanks for your update!
>>
>> Disk quotas are an integral part of the NTFS file system. Any time a
file
>> (or folder) is created on an NTFS volume, that file or folder is
assigned
>> an owner (typically the user who created the file or folder in the first
>> place). We can find who is the file or folder by showing its owner. You
can
>> do like follows:
>>
>> Open one hard disk and right-click volume setting bar and choose owner
and
>> click ok to show file owner. We can view files by sorting order of
owner.
>> For your convenience, I get a screen shot for you.
>>
>> Disk Quotas function principle:
>>
>> Before the file is actually saved, NTFS obtains the user ID of the file
>> owner and stores that information in the file's Standard Information
>> attribute (which is used when tallying the disk space allocation). NTFS
>> then locates the disk quota entry for that user and determines whether
the
>> new allocation of disk space will cause the user to exceed the assigned
>> quota.
>> If it will, NTFS then takes the appropriate steps, which can include
>> logging an entry in the System event log or preventing the user from
>> creating the file or folder. As the file changes size, NTFS updates the
>> disk quota entry to reflect the total disk space used by the user. All
this
>> happens behind the scenes, and so quickly that you aren't even aware of
it.
>> Each drive has separate quota settings, and the actions you take on one
>> volume do not affect the other volumes. For example, a computer might
have
>> a single hard disk divided into three volumes: drives C, D, and E. Each
of
>> these drives will have separate quota settings. You can enable disk
quotas
>> on drives C and D, yet disable them on drive E. Likewise, you can grant
>> users 50 megabytes of disk space on drive C, and 100 megabytes of disk
>> space on drive D.
>>
>> When you look into one hard disk Quota Entities, you can find all users
who
>> use the hard disk and used disk volume. Where all files and folders user
>> created were placed is decided by your storage strategy. Disk Quota
doesn't
>> affect where files and folders are placed. It is recommended that
>> Administrator creates one folder for every user and configures
appropriate
>> permissions to the folder. that is useful for management and control
disk
>> usage.
>>
>> When you delete one Quota Entity, the files and folders created by the
user
>> will not be deleted. We have to delete unused files manually, we can
sort
>> files by owner and delete it manually or use some utility. For your
>> reference, you can visit the following link to get one utility
information:
>>
>> Delete/Copy by Owner utility for Windows NT/2000/XP
>> http://www.beyondlogic.org/solutions/delbyowner/delbyowner.htm
>> <http://www.beyondlogic.org/solutions/delbyowner/delbyowner.htm>
>>
>> Note: this post includes one third party link for your convenience,
>> Microsoft do not warrant for it!
>>
>> For more detail information:
>>
>> Managing Disk Quotas in Windows Server 2003 and Windows XP
>> http://www.microsoft.com/technet/scriptcenter/topics/win2003/quotas.mspx
>>
<http://www.microsoft.com/technet/scriptcenter/topics/win2003/quotas.mspx>
>>
>> Hope above information helps! Please feel free to post back when you
need
>> further assistance on this issue. I am looking forward to your reply!
>>
>> Have a nice weekend!
>>
>> Best Regards,
>>
>> Jenny Wu
>>
>> Microsoft CSS Online Newsgroup Support
>>
>> Get Secure! - www.microsoft.com/security
<http://www.microsoft.com/security>
>>
>> ======================================================
>> This newsgroup only focuses on SBS technical issues. If you have issues
>> regarding other Microsoft products, you'd better post in the
corresponding
>> newsgroups so that they can be resolved in an efficient and timely
manner.
>> You can locate the newsgroup here:
>> http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
>> <http://www.microsoft.com/communities/newsgroups/en-us/default.aspx>
>> When opening a new thread via the web interface, we recommend you check
the
>> "Notify me of replies" box to receive e-mail notifications when there
are
>> any updates in your thread. When responding to posts via your
newsreader,
>> please "Reply to Group" so that others may learn and benefit from your
>> issue.
>> Microsoft engineers can only focus on one issue per thread. Although we
>> provide other information for your reference, we recommend you post
>> different incidents in different threads to keep the thread clean. In
doing
>> so, it will ensure your issues are resolved in a timely manner.
>> For urgent issues, you may want to contact Microsoft CSS directly.
Please
>> check http://support.microsoft.com <http://support.microsoft.com> for
>> regional support phone numbers.
>> Any input or comments in this thread are highly appreciated.
>> ======================================================
>> This posting is provided "AS IS" with no warranties, and confers no
rights.
>>
>> --------------------
>> >X-Tomcat-ID: 305174114
>> >References: <OfJTe.137486$Hk.40736@pd7tw1no>
>> <xn0e6ziycbncxqv00b@xxxxxxxxxxxxxxxxxxxx>
<ItWTe.442746$s54.177678@pd7tw2no>
>> >MIME-Version: 1.0
>> >Content-Type: text/plain
>> >Content-Transfer-Encoding: 7bit
>> >From: v-yanniw@xxxxxxxxxxxxxxxxxxxx ("Jenny wu [MSFT]")
>> >Organization: Microsoft
>> >Date: Fri, 09 Sep 2005 15:28:49 GMT
>> >Subject: Re: Quota and who is using my drive?
>> >X-Tomcat-NG: microsoft.public.windows.server.sbs
>> >Message-ID: <neAevMVtFHA.580@xxxxxxxxxxxxxxxxxxxxx>
>> >Newsgroups: microsoft.public.windows.server.sbs
>> >Lines: 106
>> >Path: TK2MSFTNGXA01.phx.gbl
>> >Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.windows.server.sbs:152060
>> >NNTP-Posting-Host: tomcatimport2.phx.gbl 10.201.218.182
>> >
>> >Hi,
>> >
>> >Thanks for your update. I am glad to know that things are getting fine
now.
>> >
>> >Please feel free to post back when you need further assistance on this
>> >issue and we are glad to help.
>> >
>> >Have a nice weekend!
>> >
>> >Best Regards,
>> >
>> >Jenny Wu
>> >Microsoft CSS Online Newsgroup Support
>> >Get Secure! - www.microsoft.com/security
>> >======================================================
>> >This newsgroup only focuses on SBS technical issues. If you have issues
>> >regarding other Microsoft products, you'd better post in the
corresponding
>> >newsgroups so that they can be resolved in an efficient and timely
manner.
>> >You can locate the newsgroup here:
>> >http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
>> >
>> >When opening a new thread via the web interface, we recommend you check
>> the
>> >"Notify me of replies" box to receive e-mail notifications when there
are
>> >any updates in your thread. When responding to posts via your
newsreader,
>> >please "Reply to Group" so that others may learn and benefit from your
>> >issue.
>> >
>> >Microsoft engineers can only focus on one issue per thread. Although we
>> >provide other information for your reference, we recommend you post
>> >different incidents in different threads to keep the thread clean. In
>> doing
>> >so, it will ensure your issues are resolved in a timely manner.
>> >
>> >For urgent issues, you may want to contact Microsoft CSS directly.
Please
>> >check http://support.microsoft.com for regional support phone numbers.
>> >
>> >Any input or comments in this thread are highly appreciated.
>> >======================================================
>> >This posting is provided "AS IS" with no warranties, and confers no
rights.
>> >
>> >--------------------
>> >>X-Trace-PostClient-IP: 24.86.168.157
>> >>From: "NetTransplant" <flbritton@xxxxxxx>
>> >>Newsgroups: microsoft.public.windows.server.sbs
>> >>References: <OfJTe.137486$Hk.40736@pd7tw1no>
>> ><xn0e6ziycbncxqv00b@xxxxxxxxxxxxxxxxxxxx>
>> >>Subject: Re: Quota and who is using my drive?
>> >>Lines: 32
>> >>X-Priority: 3
>> >>X-MSMail-Priority: Normal
>> >>X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
>> >>X-RFC2646: Format=Flowed; Response
>> >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
>> >>Message-ID: <ItWTe.442746$s54.177678@pd7tw2no>
>> >>Date: Thu, 08 Sep 2005 12:51:52 GMT
>> >>NNTP-Posting-Host: 24.71.223.147
>> >>X-Complaints-To: abuse@xxxxxxx
>> >>X-Trace: pd7tw2no 1126183912 24.71.223.147 (Thu, 08 Sep 2005 06:51:52
MDT)
>> >>NNTP-Posting-Date: Thu, 08 Sep 2005 06:51:52 MDT
>> >>Organization: Shaw Residential Internet
>> >>Path:
>>
>TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00
>>
>
.
- Follow-Ups:
- Re: Quota and who is using my drive?
- From: Capocchi
- Re: Quota and who is using my drive?
- References:
- Re: Quota and who is using my drive?
- From: Capocchi
- Re: Quota and who is using my drive?
- Prev by Date: RE: Publish SMTP server behind windows Small business 2003 premium
- Next by Date: Intermittent Firewall 15108 Events on SBS2003/ISA2004
- Previous by thread: Re: Quota and who is using my drive?
- Next by thread: Re: Quota and who is using my drive?
- Index(es):