Skip to content

Tag: storage

All the articles with the tag "storage".

Why Self-Hosted Apps Lose Data After Updates

Why Self-Hosted Apps Lose Data After Updates

· Updated:

You updated a container and the database is gone. The bind mount and permission mistakes that lose data, named volumes as the fix, and how to check.

Is Your Linux Server Destroying Its SSD?

Is Your Linux Server Destroying Its SSD?

Default mount options and journald settings burn SSD write endurance. Check health with smartctl, mount noatime, move logs to tmpfs, find the real writer.

Cleaning Up Docker Disk Space the Right Way

Cleaning Up Docker Disk Space the Right Way

· Updated:

docker system prune reclaims space and can delete volumes you wanted. What each cleanup command removes, how to check usage first, and a safe script.

the lost+found Directory in Linux

the lost+found Directory in Linux

· Updated:

What is lost+found and why does it exist? fsck puts recovered file fragments there after a crash, and no, you can't delete it.

Docker Volume Mounts: Essential Flags

Docker Volume Mounts: Essential Flags

· Updated:

The -v and --mount flags for Docker volumes explained, bind mounts vs named volumes, read-only, propagation, and tmpfs options.