Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: replaced du with df

...

The amount of data stored in any directory along with its subdirectories can be found with:


Code Block
cd <directoryName>~
dudf -shh .
Filesystem   

...

   Size  Used Avail Use% Mounted on
xxx:xxx:/burg   50G   20K   50G   1% /burg 

Size shows your quota and Avail shows what is used.

Inodes

Inodes are used to store information about files and directories and an inode is used up for every file and directory that's created. The inode quota for home directories is 150,000.

$ df -hi /rigelburg/<ACCOUNT>
  
Should your group run out of inodes and there are free inodes available, we may be able to increase your inode allocation. Please contact us for more details about this if your group is running out of inodes.

...