PC Review


Reply
Thread Tools Rate Thread

Maximum number of shares on 1 server ?

 
 
Alex
Guest
Posts: n/a
 
      15th Feb 2007
Hi. If possible could anyone confirm whether there is a maximum number of
shares which can be created on a single Windows 2000 Server and Windows 2003
Server ?

Thanks,
Alex.


 
Reply With Quote
 
 
 
 
=?Utf-8?B?TGFycyBQZXRlcnNzb24=?=
Guest
Posts: n/a
 
      15th Feb 2007
According to this:
http://support.microsoft.com/kb/108876/en-us
there were no limits in earlier versions so I can't imagine that there are
now...
--
Cheerio,
Lars Petersson
MCSA: Messaging


"Alex" wrote:

> Hi. If possible could anyone confirm whether there is a maximum number of
> shares which can be created on a single Windows 2000 Server and Windows 2003
> Server ?
>
> Thanks,
> Alex.
>
>
>

 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      15th Feb 2007

"Alex" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi. If possible could anyone confirm whether there is a maximum number of
> shares which can be created on a single Windows 2000 Server and Windows

2003
> Server ?
>
> Thanks,
> Alex.
>
>


You can easily find out for yourself if there is a reasonable
limit, by running this batch file:

@echo off
set Number=10000
for /L %%a in (1,1,%Number%) do (
md c:\Folder%%a
net share Share%%a=c:\Folder%%a
)

Either it works, or it does not! To clean up the mess, run
this batch file:
@echo off
set Number=10000
for /L %%a in (1,1,%Number%) do (
rd c:\Folder%%a
net share Share%%a /d
)


 
Reply With Quote
 
Herb Martin
Guest
Posts: n/a
 
      15th Feb 2007

"Alex" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi. If possible could anyone confirm whether there is a maximum number of
> shares which can be created on a single Windows 2000 Server and Windows
> 2003 Server ?


I agree with Lars and Pegasus.

Curious though: How many shares do you NEED?

--
Herb Martin, MCSE, MVP
http://www.LearnQuick.Com
(phone on web site)


 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a
 
      16th Feb 2007
Well,...my opinion here is a rather practical one....

If there are so many that the users are confused about where to do and it is a
nightmare for the admin to maintain the permissions,...then you have too many.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

The views expressed (as annoying as they are, and as stupid as they sound), are
my own and not those of my employer, or Microsoft, or anyone else associated
with me, including my cats.
-----------------------------------------------------

"Alex" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi. If possible could anyone confirm whether there is a maximum number of
> shares which can be created on a single Windows 2000 Server and Windows 2003
> Server ?
>
> Thanks,
> Alex.
>



 
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
Maximum record size and maximum number of records Tom_T Microsoft Access 3 10th Feb 2009 09:09 PM
Is there a maximum number of printer and file shares allowed outbo =?Utf-8?B?Si5QLkNX?= Windows XP Networking 1 25th Aug 2007 03:26 PM
Maximum number of shares on 1 server ? Alex Microsoft Windows 2000 4 16th Feb 2007 05:06 PM
Performance Issues Between Server Shares and Workstation Shares =?Utf-8?B?U211cmZtYW4=?= Microsoft Windows 2000 Networking 0 10th Dec 2004 09:41 PM
The number name 'System.Web.UI.WebControls' contains more than the maximum number of prefixes. The maximum is 3. mayur Microsoft ASP .NET 2 2nd Jul 2004 11:35 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:23 AM.