From 3fe2d8a5aad2d7b432fd2d7ef531de711a01a16d Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Sat, 21 Jan 2023 01:21:41 -0800 Subject: [PATCH] Added some Btrfs storage tools to Storage. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7f0be3f..ea4edc7 100644 --- a/README.md +++ b/README.md @@ -2134,6 +2134,10 @@ Red Hat Enterprise Linux Desktop [Shufflecake](https://shufflecake.net/) is a tool for Linux that allows to create multiple hidden volumes on a storage device in such a way that it is very difficult, even under forensic inspection, to prove the existence of such volumes. +[btdu](https://github.com/CyberShadow/btdu) is a sampling disk usage profiler for btrfs. + +[Btrfs maintenance toolbox](https://github.com/kdave/btrfsmaintenance) is a set of scripts supplementing the btrfs filesystem and aims to automate a few maintenance tasks. This means the scrub, balance, trim or defragmentation. + ### File systems [Back to the Top](https://github.com/mikeroyal/Self-Hosting-Guide#table-of-contents)