Find a file
2019-03-02 19:03:44 +01:00
btrfs-list add --snap-{min,max}-used 2019-03-02 19:03:44 +01:00
README.md update README 2019-03-02 18:07:24 +01:00

Btrfs is a great filesystem, but its userland tools are not very user-frienfly yet. As a long-time user, I've developed btrfs-list as a wrapper to make sense out of the btrfs sub list and btrfs qgroup show commands.

You need btrfs-list if either:

  • You'd like to have a nice overview of your subvolumes/snapshots
  • You've already used ZFS before and you're missing the zfs list command
  • You're looking for exactly which snapshot to destroy to regain some space
  • You're looking for a more accurate estimation of how much space is remaining on your FS

Basically it turns this: btrfs_sub_list into this: btrfs_list

Prerequisites:

  • btrfs-progs v3.18 at least (Dec 2014)
  • The quota feature enabled on your Btrfs filesystems (optional, to get space usage for subvolumes and snapshots)