For more information regarding the storage servers available from Gbar/HPC refer to HPC Storage
The GBar home directory server is home.cc.dtu.dk, and is the one that you see when you connect to the Gbar/HPC systems:
login.gbar.dtu.dk
login.hpc.dtu.dk
thinlinc.gbar.dtu.dk (Used for thinlinc connections)
transfer.gbar.dtu.dk (Used for data trasnfer to/from DTU)
You can use scp/sftp/rsync/samba to access files on it from your local workstation. Please remember that your home directory has a 30Gb quota so for large amounts of data request a scratch directory.
Checking Disk Usage / Quota
Home quota is default 30Gb and can be checked by running the following command (Information is updated every 30 minutes):
getquota_zhome.sh
Scratch directories: /work1, /work3 generally 3Tb. Usage can be checked by running:
getquota_work1.sh
getquota_work3.sh
Linux/MacOS Command line:
To copy a file from DTU to your local computer you can use scp or rsync. Run the following on your own computer/laptop:
scp username@transfer.gbar.dtu.dk:file .
To copy an entire directory:
rsync -av username@transfer.gbar.dtu.dk:directory .
Copying data to DTU, this will create the local-directory in your home:
rsync -av local-directory username@transfer.gbar.dtu.dk:
GUI FTP Access (MAC and Windows)
Applications such as filezilla can access your Linux home directory by connecting to the transfer server.
Local Site: Any Local directory on your computer Host: transfer.gbar.dtu.dk
Username: Your DTU ID Password: ... Port: 22
The first connection will ask you to accept the servers host key (same as an ssh connection will do)
Once connected this will show your Remote site as your DTU Linux home directory:
Now you can drag/drop files between DTU and your local computer.