Networking Forums

Networking Forums > Computer Networking > Windows Networking > Proper way to do shares

Reply
Thread Tools Display Modes

Proper way to do shares

 
 
Bill Bradley
Guest
Posts: n/a

 
      01-28-2005, 11:50 AM
I'm using a two-node Win2K3 cluster in active/active mode to provide two
virtual servers that give access to shared folders (home directories and
other shares). The shares are on drives created on a SAN.

We have about 1500 users, so I have that many home directories, and each
section has a "common" shared folder, and certain groups would have shared
folders, so we have about 500 of those.

I assume I just share these 2000 folders individually, using user or group
rights to provide type of access?

With Novell, we had our user and common shared folders within section
folders (made it easier to do changes to an entire section), so, if I want
to do something similar in Windows, would I create a share for each section
only, then use NTFS rights to allow access to folders within the section
folder, or share both section folder and individual folders, or what?

Thanks!


 
Reply With Quote
 
 
 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      01-28-2005, 03:35 PM
Bill Bradley wrote:
> I'm using a two-node Win2K3 cluster in active/active mode to provide
> two virtual servers that give access to shared folders (home
> directories and other shares). The shares are on drives created on a
> SAN.
>
> We have about 1500 users, so I have that many home directories, and
> each section has a "common" shared folder, and certain groups would
> have shared folders, so we have about 500 of those.
>
> I assume I just share these 2000 folders individually, using user or
> group rights to provide type of access?


You don't need to share the home directories individually unless you have
NT/Win9x clients (and not necessarily even then, if you use SUBST in your
login script). Set up a parent home dir folder and grant administrators,
system, users, full control. Share the parent home directory folder as home$
so it's hidden, adjust the share permissions so everyone=full control, and
then in each users ADUC properties, you can specify
\\server\home$\%username% - the folder should be automatically created if
it's set up right, and the permissions should be adjusted appropriately. I'm
writing this from memory & don't have anything to test with right now, so
corrections are welcome (esp. as concerns automatic adjustment of
permissions)...

You may want to set up the 'group' or shared folders as individual shares,
but you don't have to. Depends on what you want users to see. With Windows,
folders won't be hidden from view just because users don't have access to
them - unlike in Netware.
>
> With Novell, we had our user and common shared folders within section
> folders (made it easier to do changes to an entire section), so, if I
> want to do something similar in Windows, would I create a share for
> each section only, then use NTFS rights to allow access to folders
> within the section folder, or share both section folder and
> individual folders, or what?


I'm not sure what you mean by "section". I haven't used Netware since 4x...
or do you mean "department" or "group" ?
>
> Thanks!


Hope this helps.


 
Reply With Quote
 
Bill Bradley
Guest
Posts: n/a

 
      01-29-2005, 01:03 PM
Thanks. This is what I thought, but, wasn't sure, and the MS books are
kinda vague on this subject. By "section", I mean department or group (we
call them services or sections).
"Lanwench [MVP - Exchange]"
<(E-Mail Removed) ahoo.com> wrote in message
news:%23tEwK%(E-Mail Removed)...
> Bill Bradley wrote:
>> I'm using a two-node Win2K3 cluster in active/active mode to provide
>> two virtual servers that give access to shared folders (home
>> directories and other shares). The shares are on drives created on a
>> SAN.
>>
>> We have about 1500 users, so I have that many home directories, and
>> each section has a "common" shared folder, and certain groups would
>> have shared folders, so we have about 500 of those.
>>
>> I assume I just share these 2000 folders individually, using user or
>> group rights to provide type of access?

>
> You don't need to share the home directories individually unless you have
> NT/Win9x clients (and not necessarily even then, if you use SUBST in your
> login script). Set up a parent home dir folder and grant administrators,
> system, users, full control. Share the parent home directory folder as
> home$
> so it's hidden, adjust the share permissions so everyone=full control, and
> then in each users ADUC properties, you can specify
> \\server\home$\%username% - the folder should be automatically created if
> it's set up right, and the permissions should be adjusted appropriately.
> I'm
> writing this from memory & don't have anything to test with right now, so
> corrections are welcome (esp. as concerns automatic adjustment of
> permissions)...
>
> You may want to set up the 'group' or shared folders as individual shares,
> but you don't have to. Depends on what you want users to see. With
> Windows,
> folders won't be hidden from view just because users don't have access to
> them - unlike in Netware.
>>
>> With Novell, we had our user and common shared folders within section
>> folders (made it easier to do changes to an entire section), so, if I
>> want to do something similar in Windows, would I create a share for
>> each section only, then use NTFS rights to allow access to folders
>> within the section folder, or share both section folder and
>> individual folders, or what?

>
> I'm not sure what you mean by "section". I haven't used Netware since
> 4x...
> or do you mean "department" or "group" ?
>>
>> Thanks!

>
> Hope this helps.
>
>



 
Reply With Quote
 
Paulie
Guest
Posts: n/a

 
      05-25-2005, 02:26 AM
Hi Lanwench, why do you recommend a hidden share for the home folder and not
each individual user folder? Why make the home folder a hidden share at all?
Thanks in advance for your reply.

"Lanwench [MVP - Exchange]" wrote:

> Bill Bradley wrote:
> > I'm using a two-node Win2K3 cluster in active/active mode to provide
> > two virtual servers that give access to shared folders (home
> > directories and other shares). The shares are on drives created on a
> > SAN.
> >
> > We have about 1500 users, so I have that many home directories, and
> > each section has a "common" shared folder, and certain groups would
> > have shared folders, so we have about 500 of those.
> >
> > I assume I just share these 2000 folders individually, using user or
> > group rights to provide type of access?

>
> You don't need to share the home directories individually unless you have
> NT/Win9x clients (and not necessarily even then, if you use SUBST in your
> login script). Set up a parent home dir folder and grant administrators,
> system, users, full control. Share the parent home directory folder as home$
> so it's hidden, adjust the share permissions so everyone=full control, and
> then in each users ADUC properties, you can specify
> \\server\home$\%username% - the folder should be automatically created if
> it's set up right, and the permissions should be adjusted appropriately. I'm
> writing this from memory & don't have anything to test with right now, so
> corrections are welcome (esp. as concerns automatic adjustment of
> permissions)...
>
> You may want to set up the 'group' or shared folders as individual shares,
> but you don't have to. Depends on what you want users to see. With Windows,
> folders won't be hidden from view just because users don't have access to
> them - unlike in Netware.
> >
> > With Novell, we had our user and common shared folders within section
> > folders (made it easier to do changes to an entire section), so, if I
> > want to do something similar in Windows, would I create a share for
> > each section only, then use NTFS rights to allow access to folders
> > within the section folder, or share both section folder and
> > individual folders, or what?

>
> I'm not sure what you mean by "section". I haven't used Netware since 4x...
> or do you mean "department" or "group" ?
> >
> > Thanks!

>
> Hope this helps.
>
>
>

 
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
please help or direct me to the proper newsgroup WANNABE Windows Networking 3 05-11-2007 01:29 PM
HELP NEED ROUTER SEP UP PROPER DEECENT Coz Broadband 3 04-19-2006 05:14 PM
PPTP: no proper LCP negotiation? gpf0815 Linux Networking 2 02-10-2006 03:53 PM
Proper NIC Config? Teaming maybe? Brian Madden Windows Networking 0 03-20-2005 12:29 PM
Proper Modulation to use Maximilian K. Broadband 3 07-25-2003 11:46 PM



1 2 3 4 5 6 7 8 9 10 11