Skip to main content

3 docs tagged with "rm"

View all tags

Shadows on Disk: Ext4 Deletion and Recovery

Files deleted with `rm` don’t vanish instantly. Ext4 leaves behind traces — shadows on disk — that can sometimes be recovered with tools like debugfs. Let’s look behind the curtain.

To Disk and Back rm: A File's Tale

A narrative walkthrough of what happens when you write a file to disk (through the page cache, extents, and journaling) and deletion with `rm`. Think "Lord of the Rings," but for inodes.