Mapping CSE Windows file resources
From CTSWiki
| |
Quick way to connect: Start, Run, type 'net use * \\csefs\pkg /user:CS\username'. Hit ENTER. If that doesn't work, continue on . . .
Contents |
Connecting to the CSE Windows file servers
including csefs and arlfs:
Windows user's files: \\csefs\users
ARL's home directories: \\arlfs\homes
Windows XP
The GUI way:
- Click Start, All Programs, Accessories, Windows Explorer
- Select Tools, then Map Network Drive
- In the Folder field, type the server and path using the following format (i.e. \\csefs\users)
- If you're already logged into the domain just click OK; otherwise . . .
- Click the Connect using a different user name link.
- Enter your username using the following convention: CS\username and your password. Click OK.
- Check the 'Reconnect at Logon' box if you want this to be persistent through restarts.
command line: net use * \\server\path /user:DOMAIN\username (ie., net use * \\csefs\users /user:CS\joedirt)
NOTE: you don't need to use the /user option if you've already logged into the domain
Windows 2000
The GUI way:
- Click Start, Programs, Accessories, Windows Explorer
- Select Tools, then Map Network Drive
- In the Folder field, type the server and path using the following format (i.e. \\csefs\users )
- If you're already logged into the domain just click OK; otherwise . . .
- Click the Connect using a different user name link.
- Enter your username using the following convention: CS\username and your password. Click OK.
- Check the 'Reconnect at Logon' box if you want this to be persistent through restarts.
command line: net use * \\server\path /user:DOMAIN\username (ie., net use * \\csefs\users /user:CS\joedirt)
NOTE: you don't need to use the /user option if you've already logged into the domain
Windows NT
The GUI way:
- Click Start, Programs, Windows NT Explorer
- Select Tools, then Map Network Drive
- In the Path field, type the server and path using the following format (i.e. \\csefs\users)
- You don't need to use the 'connect as' field if you're already logged into the domain; otherwise, use the following format: CS\username.
- Check the 'Reconnect at Logon' box if you want this to be persistent through restarts.
- Then press OK.
command line: net use * \\server\path /user:DOMAIN\username (i.e. net use * \\csefs\users /user:CS\joedirt)
NOTE: you don't need to use the /user option if you've already logged into the domain
