• Home
  • Accessing Our Facilities
    • Apply for Access
    • HPC Resource List
    • Our Staff
    • Our Research Projects
    • Our Research Software

    • Contributions & Costings
    • HPC Driving Test
  • Documentation
    • Documentation Home
    • Getting Started
    • Advanced Topics
    • Training & Workshops
    • FAQ
    • Policies & Procedures
    • Using the Wiki

    • Data & Report Terminology
    • About this website
  • My Account
    • My HPC Projects
HPC Support
Trace: • 014

Why is my home directory over quota?

Information relates to Rocket HPC, may be updated after Comet comes online

Home directory quota is 40GB for everyone - that should be plenty of space for installing software.

Working data should not live in HOME. We suggest it is moved to /nobackup (ideally your project folder, i.e. /nobackup/proj/PROJECT_NAME), but be aware that NOBACKUP is, of course, only for copies data/code which is safely stored elsewhere (e.g. RDW, GitHub).

Completed completed/archived data sets should always be moved to storage elsewhere (such as to RDW) as soon as you are finished with them.

Still over quota after ensuring all of the above? Try running the command below to find out where all the space is being used:

$ cd $HOME
$ du -h -s .[^.]* ; du -h -s *

This runs 2 commands; the first summarises any hidden directories, the second does the same for non-hidden directories. The output will show you the size of each directory in your HOME, and you can then investigate which ones are using the bulk of your storage quota.


Back to FAQ index

Previous Next

HPC Support

Table of Contents

Main Content Sections

  • Documentation Home
  • Getting Started
  • Advanced Topics
  • Training & Workshops
  • FAQ
  • Policies & Procedures
  • Using the Wiki
  • Contact us & Get Help

Documentation Tools

  • Wiki Login
  • RSE-HPC Team Area
Developed and operated by
Research Software Engineering
Copyright © Newcastle University
Contact us @rseteam