Access data via file system
Unix + Linux
Within the CEN network direct access to our data sets via file system is possible through the path /data/icdc on all CEN Unix workstations and servers. This path is mounted automatically, so it is ready to use.
On levante, the data are also available under: /pool/data/ICDC
Windows
It is also possible to access these data sets via Windows:
1. Click "Start" -> "(My) Computer". If not available, open Windows Explorer (right click on "Start" -> "Explore" ) and click on "Computer", then you see the hard drives.
2. Choose "Tools" -> "Map network drive" from top menu.
3. Choose drive letter (e.g. Z:)
4. Insert \\cifs-isi03.cen.uni-hamburg.de\ICDC in the empty "Folder:" field
5. If you want to add this drive permanently, click "Reconnect at logon"
6. Now you can access the data via the chosen drive letter (e.g. Z:).
Mac OS X
Under Mac OS X you can also map this drive:
1. Open Terminal (Programme -> Dienstprogramme -> Terminal)
2. Create a directory where you want to mount our data:
mkdir icdcdata
3. Enter the following term (using your CEN account):
mount_smbfs //uXXXXXX@cifs-isi03.cen.uni-hamburg.de/ICDC icdcdata/
4. Enter Password and press Enter
5. Now you can access the data via the folder icdc in your home directory.
6. To unmount it:
umount icdcdata