Btrfs File System
Complete guide to Btrfs filesystem features, installation, configuration, snapshots, RAID, compression, and advanced administration techniques.
Articles in Btrfs File System
-
How to show Btrfs usage → btrfs filesystem df /mnt
Learn how to monitor Btrfs filesystem usage with btrfs filesystem df command. Complete guide with examples, troubleshooting, and best practices for Linux users.
-
How to scrub/balance → btrfs scrub start /mnt; btrfs balance start /mnt
Learn how to perform Btrfs scrub and balance operations to maintain filesystem integrity. Complete guide with commands, examples, and troubleshooting tips.
-
How to snapshot/rollback → btrfs subvolume snapshot -r
; btrfs send|receive Master Btrfs snapshots and rollbacks with complete guide to btrfs subvolume snapshot, send/receive operations. Learn backup strategies, troubleshooting, and best practices.
-
How to manage Btrfs subvolumes → btrfs subvolume list|create|delete
Learn to manage Btrfs subvolumes with comprehensive guide covering btrfs subvolume list, create, and delete commands. Step-by-step examples and troubleshooting included.