Back to Skills

storage

verified

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 GitHub

Marketplace

bazzite-ai-plugins

atrawog/bazzite-ai-plugins

Plugin

bazzite

productivity

Repository

atrawog/bazzite-ai-plugins

bazzite/skills/storage/SKILL.md

Last Verified

January 21, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/atrawog/bazzite-ai-plugins/blob/main/bazzite/skills/storage/SKILL.md -a claude-code --skill storage

Installation paths:

Claude
.claude/skills/storage/
Powered by add-skill CLI

Instructions

# 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

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
5035 chars