Home

Windows

To connect the home drive, your computer must either be within the ETH network (wireless or cable) or you must have an active VPN connection.

• The function for connecting to a network drive is located at: Computer > Tools * > Map Network Drive. * If "Tools" doesn't exist, simply press the ALT key on your keyboard. The navigation should appear. • The drive letter can be chosen freely. • For Folder/Server fill in the Home address: \\d.ethz.ch\users\all\ • Important: Select "Connect using a different username". • Click Finish / Connect • The login screen appears • Login name: d\: • The home drive is now connected and appears under the heading "Network".

Mac OS

To connect the home drive, your computer must either be within the ETH network (wireless or cable) or you must have an active VPN connection.

• Click on Finder, click "Go" "Connect to Server ... " • In Server address, fill in the Home address: smb://d.ethz.ch/users/all/ • Click Connect • Login name: d\ • Password: • The home drive is now connected and will appear in the Finder.

Linux

To connect the home drive, your computer must either be within the ETH network (wireless or cable) or you must have an active VPN connection.

The software package “cifs-utils” must be installed.

Some commands require that you have “sudo” permissions or that you know the root password.

First create a mount point. This is a directory where the NAS drive should be connected to. e.g. "mkdir /home/localuser/nashome".

Now you can connect the NAS drive with the «mount» command.

The command "mount" must be executed together with "sudo" or directly as "root".

«sudo mount -t cifs -o username=domainuser,domain=D,vers=2.0,uid=localuser,gid=localgroup //testnas13.ethz.ch/id_service_sth_d/domainuser /home/localuser/nashome» domainuser = ETHZ username d = First character of ETHZ username localuser = Local username on your machine (“uid” from command «id») localgroup = Primary group from localuser (“gid” from command «id»)

After entering the «sudo» password and the domainuser password, the NAS drive is connected to the directory «/home/localuser/nashome» and you can work with this directory like a local one.

If access to the home drive is no longer needed, you can disconnect it with the command “sudo umount /home/localuser/nashome”.

Update: Zurich, July 09th 2020

Page 2 / 2