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 ...
-
3rd November 2007, 12:35 PM #1 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?
-
-
IDG Tech News
-
3rd November 2007, 12:53 PM #2
- 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

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
-
-
3rd November 2007, 02:17 PM #3 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.
-
-
3rd November 2007, 04:18 PM #4 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:
Similar Threads
-
By sreiach in forum Networks
Replies: 12
Last Post: 11th April 2011, 02:26 PM
-
Replies: 2
Last Post: 14th November 2007, 06:42 PM
-
By enjay in forum Network and Classroom Management
Replies: 17
Last Post: 14th September 2007, 01:21 PM
-
By mac_shinobi in forum Scripts
Replies: 9
Last Post: 8th March 2007, 04:49 PM
-
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
-
Forum Rules