<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Disk-Usage on Linux Security</title><link>https://linuxtransfer.com/tags/disk-usage/</link><description>Recent content in Disk-Usage on Linux Security</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 09 Aug 2026 11:17:08 +0200</lastBuildDate><atom:link href="https://linuxtransfer.com/tags/disk-usage/index.xml" rel="self" type="application/rss+xml"/><item><title>Taming Disk Usage with find and tmpwatch: A Practical Approach to Cleaning Up Unused Files</title><link>https://linuxtransfer.com/post/2026-08-09-taming-disk-usage-with-find-and-tmpwatch-a-pr/</link><pubDate>Sun, 09 Aug 2026 11:17:08 +0200</pubDate><guid>https://linuxtransfer.com/post/2026-08-09-taming-disk-usage-with-find-and-tmpwatch-a-pr/</guid><description>&lt;h2 id="introduction-to-disk-usage-management">Introduction to Disk Usage Management&lt;/h2>
&lt;p>I&amp;rsquo;ve seen this go wrong when disk space runs out: systems grind to a halt, and recovery can be a real pain. Managing disk usage is crucial in Linux system administration. Over time, unused files and directories accumulate, consuming valuable disk space and potentially leading to performance issues. In this article, we&amp;rsquo;ll explore how to use the &lt;code>find&lt;/code> command and &lt;code>tmpwatch&lt;/code> to clean up unused files and maintain a healthy disk usage balance.&lt;/p></description></item><item><title>Troubleshooting Disk Full Errors with btrfs Snapshots and du</title><link>https://linuxtransfer.com/post/2026-07-23-troubleshooting-disk-full-errors-with-btrfs-s/</link><pubDate>Thu, 23 Jul 2026 09:15:10 +0200</pubDate><guid>https://linuxtransfer.com/post/2026-07-23-troubleshooting-disk-full-errors-with-btrfs-s/</guid><description>&lt;h2 id="introduction-to-disk-full-errors">Introduction to Disk Full Errors&lt;/h2>
&lt;p>I&amp;rsquo;ve seen disk full errors bring Linux systems to a grinding halt, and they can be a real challenge to troubleshoot. One approach that&amp;rsquo;s worked for me is using &lt;code>btrfs&lt;/code> snapshots and the &lt;code>du&lt;/code> command to identify the cause of these errors. In this article, we&amp;rsquo;ll explore how to use these tools to diagnose and resolve disk full issues.&lt;/p>
&lt;h2 id="understanding-btrfs-snapshots">Understanding btrfs Snapshots&lt;/h2>
&lt;p>&lt;code>btrfs&lt;/code> is a powerful file system that offers some great features, including snapshotting, which lets you create a read-only copy of a subvolume at a given point in time. This is super useful for troubleshooting disk full errors, as it allows you to examine the file system without modifying its current state. To create a &lt;code>btrfs&lt;/code> snapshot, you can use the following command:&lt;/p></description></item><item><title>Troubleshooting Disk Usage Issues with Duplicate Files and Unnecessary Logs on Btrfs and Ext4 Filesystems</title><link>https://linuxtransfer.com/post/2026-06-06-troubleshooting-disk-usage-issues-with-duplic/</link><pubDate>Sat, 06 Jun 2026 09:38:34 +0200</pubDate><guid>https://linuxtransfer.com/post/2026-06-06-troubleshooting-disk-usage-issues-with-duplic/</guid><description>&lt;h2 id="introduction-to-disk-usage-issues">Introduction to Disk Usage Issues&lt;/h2>
&lt;p>I&amp;rsquo;ve seen disk usage issues plague even the most well-maintained Linux systems, often due to duplicate files and unnecessary logs. As of 2026, both Btrfs and Ext4 filesystems are widely used, each with their own set of tools and best practices for troubleshooting and resolving these issues. In this article, we&amp;rsquo;ll delve into practical steps for identifying and addressing duplicate files and unnecessary logs on both Btrfs and Ext4 filesystems, focusing on current tools and methodologies.&lt;/p></description></item></channel></rss>