Differences between revisions 15 and 16
Revision 15 as of 2018-11-16 11:45:10
Size: 1971
Editor: schadavi
Comment:
Revision 16 as of 2018-11-21 13:29:06
Size: 1997
Editor: schadavi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
#rev 2018-11-21 schadavi

Overview of Mapped Drives

Per default, two drives are mapped:

Your Home Directory at D-ITET (H:)

This is where you should save your data. Your Windows user profile is also stored on this home directory. A scheduled backup job saves this data every night.

Find Your Data (S:)

An overview lists all network shares of D-ITET on which you have at least read permissions.

Mapping your home directory provided by ID

If you are a student and use a ISG.EE managed Windows workstation, your home directory will be provided by us. If you still want/need to access the home directory you used at Hauptgebäude, you can map it yourself.

Mapping via Windows Explorer

  • * Open Windows Explorer, click on "Computer", in the toolbar click on "Map network drive"

Windows File explorer that shows you where to click to add a new network drive.

  • * In the next window, provide the following information:
    • 1) The drive letter. Select it from the dropdown list
    • 2) The path to your home directory. This is \\d.ethz.ch\dfs\users\<initial_of_your_username>\<your_username> e.g. \\d.ethz.ch\dfs\users\t\testuser

    • 3) Whether you want the drive to reconnect at a later logon. Check or uncheck that checkbox.

dm04.png

Mapping via the command line

For mapping the drive via the command line, open the cmd.

Type the following command:

net use * \\d.ethz.ch\dfs\users\<initial_of_your_username>\<your_username> /persistent:yes

This will do the following:

  • The "*" will use the last available drive letter to map the drive
  • The option /persistent:yes will re-map the drive at a later login.


CategoryWNCL

Workstations/Windows/MappedDrives (last edited 2023-10-16 13:40:48 by alders)