On Sun, 2020-03-01 at 23:49 +0100, Walter Cazzola wrote: > do you mean that if I do not create a partition for /tmp it is > automatically created on RAM? Without any HD space waste? My bad, I > never read about that and I always kept it separate from the rest of > the data. Noticed for future self. In the past, if you didn't create a tmp partition, or omitted its details from the fstab file, then you'd be using a tmp directory on the root filesystem. Now, for some reason best known to themselves, the developers have decided that instead of putting an entry in the fstab file (either for a real partition or to use tmpfs in RAM), there's a systemd service that sets up a tmpfs RAM-based tmp partition. The only reason I can guess to do it that way, would be dynamic creation of more than one tmpfs, on demand. Though I don't know if they do that. If you want tmp to be on disc (e.g. because you create very large tmp files while mastering DVDs and have limited RAM, or you need some tmp files to survive a reboot), you need to stop and disable that service, and go back to setting /tmp up the old way. -- uname -rsvp Linux 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 Boilerplate: All unexpected mail to my mailbox is automatically deleted. I will only get to see the messages that are posted to the mailing list. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx