+ Post New Thread
Results 1 to 4 of 4
Networks Thread, mapping drives in Technical; new server - new domain-new file structure I use 'net use' to map drives on a logon script because it's ...
  1. #1
    chrbb's Avatar
    Join Date
    Oct 2005
    Location
    Midlands
    Posts
    1,440
    Thank Post
    131
    Thanked 61 Times in 57 Posts
    Rep Power
    40

    mapping drives

    new server - new domain-new file structure

    I use 'net use' to map drives on a logon script because it's easy and I'm not clever!

    All folders to be shared are in folder called data, within this teachers are in a folder called 'staff' this contains all indivdual teacher folders, photos and a common folder.
    I have mapped 'x' as the whole of the staff folder so that teacher's can access everyone else folders (as requested) the common folder and photos. I then decided to map 'w' as teacher's own file from within staff folder, so that they could access their own folder directly. Is this likely to cause a problem effectively having the same folder mapped twice although with different letters and one indirectly?

  2. IDG Tech News

  3. #2

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

    Re: mapping drives

    I shouldn't think so. You can map more than one drive to the same share. The same you would be mapping under root
    Code:
    net use X: \\server\staffshare
    net use w: \\serer\staffshare\staffname
    Quote Originally Posted by chrbb
    I have mapped 'x' as the whole of the staff folder so that teacher's can access everyone else folders (as requested)
    I guess then people will be less inclined to fill up the server with photoalbums

  4. #3
    chrbb's Avatar
    Join Date
    Oct 2005
    Location
    Midlands
    Posts
    1,440
    Thank Post
    131
    Thanked 61 Times in 57 Posts
    Rep Power
    40

    Re: mapping drives

    I've done it like this ;

    net use X: \\server\staffshare
    net use w: \\server\staffname

    Because I'd already shared indivdual folders for staff and was then asked to let staff see all other staff folders, I then just shared the whole staff folder and let them see that as well. I was just abit concerned with sharing and mapping the same share twice.
    It works but I'm finding that some teacher's laptops will lose connection to these mapped drives after a length of time and I wondered if was any to do with the way I've mapped drives.

  5. #4

    mattx's Avatar
    Join Date
    Jan 2007
    Posts
    8,472
    Thank Post
    889
    Thanked 890 Times in 532 Posts
    Rep Power
    596

    Re: mapping drives

    It works but I'm finding that some teacher's laptops will lose connection to these mapped drives after a length of time and I wondered if was any to do with the way I've mapped drives.
    I very much doubt it, you could always change their idle timeout:

    Run regedit

    HKLM\system\CurrentControlSet\Services\lanmanserve r\parameters

    edit autodisconnect change value from F [15min] to what ever you want to.

SHARE:
+ Post New Thread

Similar Threads

  1. Mapping Home Drives with wierd results
    By sreiach in forum Networks
    Replies: 12
    Last Post: 11th April 2011, 02:26 PM
  2. mapping drives
    By rjsmith in forum *nix
    Replies: 2
    Last Post: 14th November 2007, 06:42 PM
  3. Network Mapping
    By enjay in forum Network and Classroom Management
    Replies: 17
    Last Post: 14th September 2007, 01:21 PM
  4. Mapping Network Drives ?
    By mac_shinobi in forum Scripts
    Replies: 9
    Last Post: 8th March 2007, 04:49 PM
  5. Issues with two new Dell PC's mapping drives.
    By tosca925 in forum Networks
    Replies: 1
    Last Post: 18th January 2007, 01:13 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
  •