+ Post New Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 20
Windows Thread, Home Folder Shares in Technical; In the process of creating new AD structure for next year, and reviewing the home folder structure we have at ...
  1. #1

    Gatt's Avatar
    Join Date
    Jan 2006
    Posts
    5,479
    Thank Post
    676
    Thanked 401 Times in 286 Posts
    Rep Power
    230

    Home Folder Shares

    In the process of creating new AD structure for next year, and reviewing the home folder structure we have at present

    currently it is \\file-server\pupils\year xx\%username%
    where pupils is the share name

    But this is causing some problems with permissions (some kids have found they can hit this directory and view its contents)

    Is it possible to stop them viewing the contents of pupils and also the year xx folders, but still have the appropriate rights to their own folder?

    Or would it be easier to share their actual home folder itself?

  2. IDG Tech News

  3. #2


    Join Date
    Dec 2005
    Location
    In the server room, with the lead pipe.
    Posts
    3,797
    Thank Post
    203
    Thanked 568 Times in 441 Posts
    Rep Power
    172

    Re: Home Folder Shares

    We do it as \\server\users\year\username$, where username$ is the share name.

    The blind share can lead to issues with scripting if you don't escape the "$" properly, but apart from that - not a problem.

  4. #3

    plexer's Avatar
    Join Date
    Dec 2005
    Location
    Norfolk
    Posts
    9,565
    Thank Post
    306
    Thanked 884 Times in 794 Posts
    Rep Power
    211

    Re: Home Folder Shares

    We share the users actual folder as well as a hidden share.

    Prevents the problems you've seen I have

    users\students\00\%username%$

    I also share the 00 folder so that staff can have a shortcut to it to navigate down to a students home folder.

    Ben

  5. #4
    ChrisH's Avatar
    Join Date
    Jun 2005
    Location
    East Lancs
    Posts
    4,810
    Thank Post
    89
    Thanked 212 Times in 195 Posts
    Rep Power
    83

    Re: Home Folder Shares

    Putting a "$" on the root share seems to sort this problem for me. The only permissions they have are for their own folders so if they tried \\fileserver\pupil$ they would get access denied.

  6. #5
    Geoff's Avatar
    Join Date
    Jun 2005
    Location
    Fylde, Lancs, UK.
    Posts
    11,056
    Blog Entries
    1
    Thank Post
    104
    Thanked 439 Times in 380 Posts
    Rep Power
    114

    Re: Home Folder Shares

    Quote Originally Posted by ChrisH
    Putting a "$" on the root share seems to sort this problem for me. The only permissions they have are for their own folders so if they tried \\fileserver\pupil$ they would get access denied.
    This is the best solution. IIRC it's even the recommended method as per the MS documentation/courses.

    As an aside, it also makes using pam_mount dead easy on Linux if you want to use Linux desktops and keep the file areas seamless.

  7. #6
    Guest

    Re: Home Folder Shares

    Yep same here.

    \\Servername\users$ root share

    \\Servername\username$ users home folder

  8. #7

    Gatt's Avatar
    Join Date
    Jan 2006
    Posts
    5,479
    Thank Post
    676
    Thanked 401 Times in 286 Posts
    Rep Power
    230

    Re: Home Folder Shares

    Cheers folks, that's pretty much how im gonna go now

  9. #8

    Ric_'s Avatar
    Join Date
    Jun 2005
    Location
    London
    Posts
    7,623
    Thank Post
    96
    Thanked 685 Times in 528 Posts
    Rep Power
    158

    Re: Home Folder Shares

    @Gatt: I use the same folder structure. I have a script that you can run over the same folders and it will sort the permissions and ownership. If they do browse the share, they can only see a list of folders and they cannot get into them.

    If you want the script, PM me next week - I will definately forget about it by Tuesday!

  10. #9
    ChrisH's Avatar
    Join Date
    Jun 2005
    Location
    East Lancs
    Posts
    4,810
    Thank Post
    89
    Thanked 212 Times in 195 Posts
    Rep Power
    83

    Re: Home Folder Shares

    If forgot about this as well which I posted a while back.

    http://edugeek.net/index.php?name=Do...details&lid=16

  11. #10

    Join Date
    Jan 2006
    Location
    Surburbia
    Posts
    2,039
    Thank Post
    69
    Thanked 275 Times in 218 Posts
    Rep Power
    97

    Re: Home Folder Shares

    Doesn't really matter if your NTFS permission are right, but I don't really see much point in making share hidden when their names are predictable.

  12. #11

    Ric_'s Avatar
    Join Date
    Jun 2005
    Location
    London
    Posts
    7,623
    Thank Post
    96
    Thanked 685 Times in 528 Posts
    Rep Power
    158

    Re: Home Folder Shares

    @PiqueABoo: Hence the script that I use

  13. #12

    Join Date
    Mar 2006
    Posts
    540
    Thank Post
    2
    Thanked 3 Times in 2 Posts
    Rep Power
    14

    Re: Home Folder Shares

    Quote Originally Posted by PiqueABoo
    Doesn't really matter if your NTFS permission are right, but I don't really see much point in making share hidden when their names are predictable.
    and *nix browsers (MacOS X and Linux) ignore the $ anway .

    Does having a share per folder have performance hit?

  14. #13

    Join Date
    Sep 2005
    Posts
    114
    Thank Post
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Re: Home Folder Shares

    I set ours up like this for last years 'year 7':

    \\server\users\2005intake\%username%

    Users shares permissions are: everyone full access
    Users folder permissions are: domain admins full access only
    2005intake folder permissions: domain admins full access only
    %username% is autocreated when you make the account, giving the user full access and permissions filterting down from users\intake to give domain admins full access.

    This stops them snooping around your user folders and also stops them saving random files to the users\intake folder instead of their homedir.

  15. #14
    Quackers's Avatar
    Join Date
    Jan 2006
    Location
    Staffordshire
    Posts
    961
    Thank Post
    28
    Thanked 59 Times in 52 Posts
    Rep Power
    33

    Re: Home Folder Shares

    Quote Originally Posted by Frazer
    I set ours up like this for last years 'year 7':

    \\server\users\2005intake\%username%

    Users shares permissions are: everyone full access
    Users folder permissions are: domain admins full access only
    2005intake folder permissions: domain admins full access only
    %username% is autocreated when you make the account, giving the user full access and permissions filterting down from users\intake to give domain admins full access.

    This stops them snooping around your user folders and also stops them saving random files to the users\intake folder instead of their homedir.
    Thats how i do my Home Directorys, i do not see the point in having a share for each user. Its very clean and quick doing this way.

  16. #15

    Gatt's Avatar
    Join Date
    Jan 2006
    Posts
    5,479
    Thank Post
    676
    Thanked 401 Times in 286 Posts
    Rep Power
    230

    Re: Home Folder Shares

    Quote Originally Posted by Quackers
    Quote Originally Posted by Frazer
    I set ours up like this for last years 'year 7':

    \\server\users\2005intake\%username%

    Users shares permissions are: everyone full access
    Users folder permissions are: domain admins full access only
    2005intake folder permissions: domain admins full access only
    %username% is autocreated when you make the account, giving the user full access and permissions filterting down from users\intake to give domain admins full access.

    This stops them snooping around your user folders and also stops them saving random files to the users\intake folder instead of their homedir.
    Thats how i do my Home Directorys, i do not see the point in having a share for each user. Its very clean and quick doing this way.
    Think i'll give this a go as my File Server is overworked as it is - last thing i need is 1200+ shares running off it

    just need to setup LimitLogon too so the little darlings cant log in multiple times

SHARE:
+ Post New Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Students are installing IM apps to their home folder
    By bwallman in forum How do you do....it?
    Replies: 30
    Last Post: 20th December 2007, 06:31 PM
  2. Mass Home Folder Creation?
    By Blind in forum Windows
    Replies: 11
    Last Post: 1st September 2007, 08:05 PM
  3. Non-domain Laptops accessing user home shares.
    By RockIt in forum How do you do....it?
    Replies: 3
    Last Post: 30th August 2007, 10:37 PM
  4. Replies: 2
    Last Post: 1st August 2007, 10:59 AM
  5. delete same folder from all users home area
    By markcuk in forum How do you do....it?
    Replies: 27
    Last Post: 25th April 2007, 10:38 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •