this post was submitted on 08 Jan 2025
9 points (100.0% liked)

Lemmy Support

4693 readers
12 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

I made an instance following the tutorial for docker. Now i really want to track the storage space my instance is using (mostly out of curiosity), but i can't find any way to (quickly) check the storage used by pictrs. Checking the directory size takes way too long.

Maybe it's obvious and I just missed it but idk.

you are viewing a single comment's thread
view the rest of the comments
[–] toynbee@lemmy.world 2 points 10 hours ago* (last edited 9 hours ago)

It depends on how your mounts are setup, but df might get you closer to what you need.

edit: This command shows the usage of mounted partitions. If your setup is on its own mount, that will probably get you the you need. If not, you might need to do some deductive work.