Networking Forums

Networking Forums > Computer Networking > Windows Networking > Maximum number of shares on 1 server ?

Reply
Thread Tools Display Modes

Maximum number of shares on 1 server ?

 
 
Alex
Guest
Posts: n/a

 
      02-15-2007, 08:28 AM
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
 
 
 
 
Lars Petersson
Guest
Posts: n/a

 
      02-15-2007, 09:03 AM
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

 
      02-15-2007, 09:39 AM

"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

 
      02-15-2007, 04:25 PM

"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

 
      02-16-2007, 03:06 PM
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
Display Modes

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 number of APs in use on WZC service? Richard Wireless Networks 5 01-27-2009 11:14 PM
Maximum number of connections MedTech Windows Networking 2 08-20-2005 06:25 PM
Maximum number of UDP ports? cbrown@sensis.com Windows Networking 1 08-19-2005 01:17 PM
MN-700 - Maximum Number of Connections TC Broadband Hardware 2 02-16-2004 01:30 AM
Maximum number of clients who can support a AP Sebas Wireless Internet 10 10-17-2003 07:01 AM



1 2 3 4 5 6 7 8 9 10 11