Difference between revisions of "Cannot write to home directory"
(→myquota) |
(→myquota) |
||
Line 5: | Line 5: | ||
==myquota== | ==myquota== | ||
− | Most users have a 300GB quota on their home directory. This also | + | Most users have a 300GB quota on their home directory. This also lists the quota on any shared directories to which you have access. Run ''myquota'' to see your current limit and how much you are using. For example: |
<pre> | <pre> |
Latest revision as of 15:54, 17 July 2020
Different software will give you different types of error messages when you exceed the allowed space in your home directory. Most often they will complain about being unable to write.
Here are three way to learn about how much space you are using in your home directory.
myquota
Most users have a 300GB quota on their home directory. This also lists the quota on any shared directories to which you have access. Run myquota to see your current limit and how much you are using. For example:
$ myquota Filesystem Directory Used Limit Home Quota: /home/NETID 195.9G 300G
du
You can use the standard Linux command du to see how much is stored in each directory. Depending upon the size of your home directory, this could take a few minutes to complete
du -hsc ~/*
ncdu
This is similar to the above, but it give you an interactive display of your file usage that you can explore using the keyboard
module load ncdu ncdu