I am trying to install something, but it uses the /tmp folder, which has not enough free space. The following env. variables were empty: TMP, TEMP, TMPDIR, TEMPDIR. Could someone tell me what is the variable called? If it does not exist, then how to change the temp directory from /tmp to another one?
Might have to try and look what could be removed from /tmp or erase it altogether and create symbolic link to somewhere else, otherwise it might be impossible.
Got that from here:
1 Like
Can not remove the file: rmdir: failed to remove '/tmp': Device or resource busy . Closed everything, even rebooted, but can’t delete it.
See the Arch wiki page on tmpfs:
The tmpfs can also be temporarily resized without the need to reboot, for example when a large compile job needs to run soon. In this case, run:
# mount -o remount,size=4G,noatime /tmp
3 Likes
Thank you!!! Worked perfectly.
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.