szcf-weiya / techNotes

My notes about tech (Linux/R/Julia/Python/Cpp/etc.)
https://tech.hohoweiya.xyz/
11 stars 7 forks source link

chpc: disk quota exceeds #49

Open szcf-weiya opened 2 years ago

szcf-weiya commented 2 years ago

currently, the query of disk quota seems not to work,

$ lfs quota -gh $(id -u) /lustre
...
     Filesystem    used   quota   limit   grace   files   quota   limit   grace
        /lustre     44k      0k      0k       -       8       0       0       -

but I failed to create a new image in R when calling pdf(), it resulted in an empty file.

Firstly, delete several files, and then try to create a new file via touch x.pdf, but still throws the disk quota error.

Continue to clean, such as conda clean -a. Finally it works.

But I am curious about how the disk quota is managed now.