#Where is the other half of my storage?
1 messages ยท Page 1 of 1 (latest)
Ok, I'm in dev SSH....
12GB in tmp?
@dry oriole, do you know if these can be safely deleted?
Some seem very old.
The old ones should be safe to delete. ha supervisor repair might also free some space up
Something like find path -type d -mtime +30 finds older than 30 day directories
I also shared a better way to check the size. Check my link again
gdu can also delete via a shortcut
Thanks, will try that in the morning. SSH on a phone is not that much fun ๐
Agreed. It's why I didn't give you a complete example as well ๐
Any idea why are there two docker docker folders? One in /mnt/data/docker and the other in /var/lib/docker. There doesn't appear to be a sym link
Please post this in a code block
They are the same thing but mounted to different paths. Check mount. I don't know why