Just started getting this message on my Dashboard:
Information!
The filesystem /tmp which contains the Webmin temp files directory /tmp/.webmin is mounted from a tmpfs RAM disk, which may be too small for temporary and backup files. Consider switching the temp files location to a different directory in the Webmin Configuration module.
and yet the tmp files directory in configuration is : Default (/tmp/.webmin) , which in my understanding, is on my main root drive, with heaps of space, and IS NOT RAM?
What gives here?
Thanks.
I believe on all modern systems, there is a tmp.mount unit for it. You can see the status with:
systemctl status tmp.mount
I’m not sure how to switch to disk, but I would guess you could just stop/disable that service and /tmp will by default go to your / filesystem, since there wouldn’t be a ram disk mounted on that path, anymore (but the path presumably does exist even without the tmp.mount on top of it).