Home directories

Access to other Linux / UNIX directories from Windows

 

With soft links in your home directory you can reach all of Windows systems and directories available on the HZB Linux/UNIX server and HZB Linux workstations.

Example: you have data on the Linux system dinux4 in the directory /hmi/xyz/. This directory is reachable by convention on all HZB-Linux/UNIX computers with the path /chmi/dinux5/xyz. After creating a soft link with the command

ln -s /chmi/dinux4/xyz  ​​~/dinux-data

you can reach it on any HZB-Linux computer. Windows users can reach it with

\\home\abc\dinux-data

dinux-data then appears as a subdirectory in your home directory, as long as you do not delete the link.

This is very convenient, but has one drawback: If the link can not be followed because the computer dinux5 is turned off, all applications which want to access the home directory are blocked until a timeout occurs. These side effect can be avoided: put the link in a subdirectory
in your home directory. That would make the above example as follows:

mkdir  ~/links
ln -s /chmi/dinux5/xyz ~/links/dinux-daten

The access is done then one level down. With the Windows operating system you have to use the path

\\home\abc\links\dinux-data

Please replace abc with your HZB ID.

 

With iFolder you may create self-managed file space for you and other users.

 


[at]