How to check research volume usage on chip?
Occasionally, you may want to check on how much space your group has left on its research volume. When this happens you can check the amount of storage left on a research device by running the command “df -h” on the device. There are two ways to do this:
Pass the research volume location as an argument
[mb17@chip ~]$ df -h /umbc/rs/doit
Filesystem Size Used Avail Use% Mounted on
nfs.iss.rs.umbc.edu:/ifs/data/rs/doit 500G 138G 363G 28% /umbc/rs/doitChange your directory to the research volume, and then run the command from there
[mb17@chip ~]$ doit_common
[mb17@chip common]$ df -h ./
Filesystem Size Used Avail Use% Mounted on
nfs.iss.rs.umbc.edu:/ifs/data/rs/doit 500G 138G 363G 28% /umbc/rs/doit
[mb17@chip common]$