I wrote a script to aggregate files. Since I have a lot of files in a determined number of folders in a known directory, I wrote the funciton so I can parallelise it. I used it several times with no errors. I just accountered one that I don't understand:
Error in tempfile() using template /tmp/parXXXXX.arg: Could not create temp file /tmp/parkvVpU.arg: No space left on device at /usr/bin/parallel line 3889.
The extension .arg
can change to different ones but the error is always the same. I tried outside of my tmux session (does not work). I searched online bu the closest discussions I can find are this one and github errors on different tools. I looked at the inodes
and this is not the problem.
EDIT: I also compared du -sh
and df -h
, they show the same number
The server uses Ubuntu 20.04.4 .