/dev/sda3 full

May 28, 2025
2
0
1
I have a system running 1 vm, vm is not running neither is the web gui. I can get into to CLI or putty and i see that /dev/sda3 is completely full. I have run aptclean, not sure
how to get into the sda3 directory to see where all the space is being used. Looks like system was installed using BTFRS so is not supported so paid support was not much help
Ideas?
file sizes.jpg
 
If you use du -hxd 1 / | sort -h it's sorted by size and much easier to read :)
 
Last edited:
  • Like
Reactions: UdoB
No it is not. I'm guessing you need to use btrfs commands like btrfs filesystem du and btrfs filesystem df and btrfs filesystem usage and btrfs filesystem show and also look at snapshots to inspect this. I'm way too rusty to help with btrfs though. I haven't used it in forever.
 
Last edited: