Proxmox 5.1-35, root is full.

BelluX

Member
Dec 10, 2019
22
0
21
32
Hi,

i have this proxmox where the root partition is full, how i can check which file is occupying more space?

1675176929439.png
 
Yes but atm i can't install anything, which file i can delete to free at least 500MB or so? Any log that i can delete?
 
Yes but atm i can't install anything, which file i can delete to free at least 500MB or so? Any log that i can delete?
You should still be able to scan with du -h /, just without the ncurses interface of ncdu
 
Too many files to read via Proxmox shell, i can't use Putty right now because i don't have the publickey to access it.

There are some logs that i can delete without compromise the promox operativity?
 
Too many files to read via Proxmox shell, i can't use Putty right now because i don't have the publickey to access it.

There are some logs that i can delete without compromise the promox operativity?
Since /var is mounted on a different disk, cleaning up the logs which are under /var/log will not help. Also clearing the apt cache will have no effect.

find / -xdev -type f -size +100Mgives you files larger than 100M, adapt the size to your needs. This should help you locate large files for possible cleanup.
 
  • Like
Reactions: flames
find / -xdev -type f -size +100Mgives you files larger than 100M, adapt the size to your needs. This should help you locate large files for possible cleanup.

i tryed the command before but it doesn't give any results.

1675181181645.png
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!