Disk Space and Quota


1. How much disk space I can use?

Each HPC user is given 30 GB home directory. The home directory is backed up.  A user can ask for extra home space, usually only for a limited amount of time (write to support@cc.dtu.dk). If you instead need space for temporary files produced during a computation, please consider to ask for space on the scratch filesystem.

2. How can I know how much disk space I’m currently using?

Log in, and in a terminal type
getquota_zhome.sh
You will get an output like:
You are using 12.34 GB of 30.00 GB.
If you never asked for extra space, your quota is the default 30 GB. Please take care of not exceeding your disk quota. If this happens, your jobs will be killed for lack of disk space, and you’d likely not be able to run any other program and even log-in.

3. I need scratch space.

Write to support@cc.dtu.dk asking for space on the scratch filesystem, specifying the reason why you need it. A directory named after your username will be created under /work1 or /work3. Please read the readme.txt file, in the relevant scratch directory, before starting using it. The performance of the programs that use scratch degrades when there is not enough free space. So delete old or unnecessary files, and remember that scratch areas are NOT backed up.

4. How can I know how much disk space I’m currently using on scratch?

Open a terminal, and run the relevant command:
getquota_work1.sh
getquota_work3.sh
This will give you an output like:

      user/group     ||           size          ||    chunk files
     name     |  id  ||    used    |    hard    ||  used   |  hard
--------------|------||------------|------------||---------|---------
      s123456 |54321 ||  158.75 GiB|  400.00 GiB||  119758 |  2000000

5. I accidentally deleted a file/directory in my SCRATCH folder!

Sorry, there’s nothing we can do. Scratch is meant for temporary files, and there is no back-up of any scratch filesystem. Always remember to make a copy of important files.

6. I need to copy a large amount of files/data to and from the cluster.

Please do not use the login node, but use instead the dedicated server
transfer.gbar.dtu.dk
This will give better performance (because it’s connected to 10Gbit-Ethernet _and_ Infiniband) and does not interfere with the login of the other users. From this you can access the home and all scratch-filesystems. If you are copying a large amount of files/directories, please use the rsync utility.

7. What happens to my data when my account is closed?

Access to all DCC resources is linked to a valid DTU account. When the account is closed, the data will not be accessible. DO NOT ASSUME that non-backed up data can be recovered after your account has been closed.

*** REMEMBER to backup important data from the storages BEFORE your DTU account expires ***