On 01/28/16 18:46, Walter Cazzola wrote: > I still have to rid off of one of these two tmpfs > > tmpfs 1633640 0 1633640 0% /run/user/989 > tmpfs 1633640 20 1633620 1% /run/user/526 > > I think I have to keep one of them since it is associated to my id (526) > but I can't imagine what the other is for and how to avoid its creation. > Googling didn't help much. You will not want to, or be able to, get rid of those. /run is itself a tmpfs and the /run/user/$uid are created as needed by systemd, I think. This stores temporary associated with a user's running processes that only the user should have access to. Placing that info in /tmp or another area may present a security issue. /run/user/$uid is restricted to that particular UID. -- In reality, some people should stick to running Windows and others should stay away from computers altogether. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org