#[SOLVED] How much disk space are my snapshots taking?

7 messages · Page 1 of 1 (latest)

gaunt crag
#

I use btrfs as my filesystem and I have configured snapper to make automatic snapshots whenever I update my system. These snapshots are sitting in a btrfs subvolume mounted to /.snapshots. I ran df -h /.snapshots to see how much space on my drive those were taking, which eventually returned a 1.7TB figure. That number is obviously absurd given that the btrfs partition is only ~470GB in the first place, of which ~50GB is occupied.

How do I find out the ACTUAL disk space taken by these snapshots?

vague canopy
#

btrfs filesystem du -s

#

df/du is not reliable for btrfs

#

sidenote: don't forget to set a limit to the number of snapshots

gaunt crag
eager hamletBOT
#

Mr.Elendig received a thank you cookie!

gaunt crag
#

[SOLVED] How much disk space are my snapshots taking?