Debian 13 Trixie Moves /tmp Directory to Memory-Based tmpfs Filesystem
By
shaunpud
Baker's choice. Dense with flavour, light on filler.
Summary
Debian 13 "Trixie" introduces a significant change where the /tmp directory is now mounted as tmpfs, meaning it resides in memory (RAM) rather than on disk. This provides faster file access but makes the contents extremely temporary and subject to automatic cleanup. The article explains the technical implications, benefits of speed improvements, and potential issues users might face with this memory-based approach to temporary file storage.
Key quotes
· 5 pulledTraditionally, it's been just another filesystem, albeit with some special permissions that allows everyone on the system to use it without being able to remove each other's files
In Trixie, it's been moved off the disk into memory – specifically a type of memory called tmpfs
The tmpfs facility allows the creation of filesystems whose contents reside in virtual memory
Since the files on such filesystems typically reside in RAM, file access is extremely fast
They're also extremely temporary...which is
You might also wanna read
Understanding Linux Compressed Swap: zswap vs zram Technical Comparison and Recommendations
This article provides expert guidance on Linux memory management technologies zswap and zram, explaining their fundamental differences and o
Direct Disk Installation: Creating a Linux Distro That Installs via curl > /dev/sda
The article describes a technical experiment where the author created a Linux distribution that can be installed by directly piping a disk i
NixOS: Appreciating Deterministic Package Management and System Reproducibility
The article explains why the author loves NixOS, emphasizing that their appreciation stems primarily from the Nix package manager rather tha
modetc: A Linux Kernel Module for Relocating Dotfiles While Maintaining Compatibility
modetc is a Linux kernel module that allows users to move dotfiles and other files to different locations while maintaining compatibility wi
FZF-Powered Shell Aliases and Functions for Simplified Systemctl Commands
This article presents a collection of shell aliases and functions that use fzf (fuzzy finder) to simplify systemctl commands for managing sy
How to Install Ubuntu Server 26.04 on Raspberry Pi: A Step-by-Step Guide
A practical guide for installing Ubuntu Server 26.04 on Raspberry Pi models. The article covers using Raspberry Pi Imager or direct download
