Storage management for Bazzite. Automounting drives (BTRFS/EXT4, Framework, SteamOS), BTRFS deduplication, rmlint disk trimming, and snapper snapshots. Use when users need to configure disk and partition management.
View on GitHubatrawog/bazzite-ai-plugins
bazzite
bazzite/skills/storage/SKILL.md
January 21, 2026
Select agents to install to:
npx add-skill https://github.com/atrawog/bazzite-ai-plugins/blob/main/bazzite/skills/storage/SKILL.md -a claude-code --skill storageInstallation paths:
.claude/skills/storage/# Storage - Bazzite Storage Management ## Overview Bazzite supports automatic mounting of drives, BTRFS features like deduplication and snapshots, and disk optimization with rmlint. ## Quick Reference ### Automounting | Command | Description | |---------|-------------| | `ujust enable-automounting` | Enable BTRFS/EXT4 automount | | `ujust disable-automounting` | Disable BTRFS/EXT4 automount | | `ujust enable-framework-automount` | Enable Framework laptop automount | | `ujust disable-framework-automount` | Disable Framework automount | | `ujust enable-steamos-automount` | Enable SteamOS automount | | `ujust disable-steamos-automount` | Disable SteamOS automount | | `ujust enable-automount-all` | Enable all automounting | | `ujust disable-automount-all` | Disable all automounting | ### BTRFS Features | Command | Description | |---------|-------------| | `ujust enable-deduplication` | Enable BTRFS dedup for /var/home | | `ujust enable-rmlint` | Enable/disable rmlint trim | | `ujust config-snapshots` | Enable/disable snapper snapshots | ## Automounting ### Standard Automounting ```bash # Enable automounting for BTRFS/EXT4 labeled partitions ujust enable-automounting # Disable ujust disable-automounting ``` Mounts drives with recognized labels at: - `/run/media/$USER/<label>` ### Framework Laptop ```bash # Enable Framework-specific automounting ujust enable-framework-automount # Disable ujust disable-framework-automount ``` Handles Framework expansion cards and storage modules. ### SteamOS Mounts ```bash # Enable SteamOS-style automounting ujust enable-steamos-automount # Disable ujust disable-steamos-automount ``` Compatibility with SteamOS mount paths. ### All Automounting ```bash # Enable everything ujust enable-automount-all # Disable everything ujust disable-automount-all ``` ## BTRFS Deduplication ### Enable Deduplication ```bash # Enable BTRFS deduplication for /var/home ujust enable-deduplication ``` **Benefits:** - Saves space with dup