Local storage

sanchezdiegog

Member
Aug 6, 2018
6
0
6
46
Hi to everyone, i new in proxmox!.
i need sndestand because see in local storage no lvm-local more than 52% used!, i not have anything!
where i can see what is inside that partition.
thank to all.proxmox.png
 
Two ways.

Click Content below Summary in your screen shot. If it is a Proxmox asset, it will show up there.

On your terminal, go to /var/lib/vz. Your local storage is mapped to that folder.
 
Two ways.

Click Content below Summary in your screen shot. If it is a Proxmox asset, it will show up there.

On your terminal, go to /var/lib/vz. Your local storage is mapped to that folder.
thanks for fast answer!!!
in /var/lib/vz there are 3 diretorys, only in images i have a iso file ( debian image 650mb), there are no other files!!!!
i getting crazy!
some idea?!
 
Not sure. When I need to find files I usually do this.

du -sh * / | sort -h

Then work my way down until I can figure it out.

Also, have you tried to reboot? I have seen it where the disk space is inaccurate until a reboot for some reason. If you had a file in the system, then erased it, you may just be getting a bad report. You may actually have free space.
 
Not sure. When I need to find files I usually do this.

du -sh * / | sort -h

Then work my way down until I can figure it out.

Also, have you tried to reboot? I have seen it where the disk space is inaccurate until a reboot for some reason. If you had a file in the system, then erased it, you may just be getting a bad report. You may actually have free space.
i try, i guest tonigth when nobody use a box, now is in production!.
Thk!!!!