pve-root full

rlm42

New Member
Mar 1, 2025
2
0
1
Hello guys.

I set up my Proxmox to backup files to my Google Drive, which is still working. I went away for a few months, and the local drive is now full, with my Transmission container not starting. I have a HDD connected to my router and then mounted to my Proxmox (sda1).

Running df -h shows this:

Code:
root@pve:~# df -h
Filesystem                     Size  Used Avail Use% Mounted on
udev                           7.7G     0  7.7G   0% /dev
tmpfs                          1.6G  2.0M  1.6G   1% /run
/dev/mapper/pve-root            94G   92G     0 100% /
tmpfs                          7.7G   31M  7.7G   1% /dev/shm
tmpfs                          5.0M     0  5.0M   0% /run/lock
efivarfs                       192K  100K   88K  54% /sys/firmware/efi/efivars
/dev/nvme0n1p2                1022M   12M 1011M   2% /boot/efi
/dev/sdc                        57G   60K   54G   1% /backups
//192.168.1.1/sda1             5.5T  5.3T  238G  96% /media/share
/dev/fuse                      128M   32K  128M   1% /etc/pve
gdrive:                        100G   63G   38G  63% /mnt/gdrive
192.168.1.35:/mnt/pool/backup   53G   26G   28G  48% /mnt/pve/truenas-backup
tmpfs                          1.6G     0  1.6G   0% /run/user/0

Running du -hd1 2>/dev/null | sort -h shows this:
Code:
0       ./proc
0       ./sys
4.0K    ./home
4.0K    ./opt
4.0K    ./srv
16K     ./lost+found
36K     ./tmp
56K     ./backups
2.0M    ./run
15M     ./etc
18M     ./root
31M     ./dev
106M    ./boot
2.8G    ./usr
12G     ./var
56G     ./mnt
5.3T    .
5.3T    ./media

I'm a little confused. Been a good 8 months since I set up the server. Inside /mnt I have this. Are these being saved on the local drive as well as the Google drive?

Code:
4.0K    ./vzsnap0
26G     ./pve
31G     ./gdrive
56G

I can't remember how I set it all up it's been a long time. Everything is still working, all of my containers, except for one (transmission), which fails to start, and I cannot update or download anything in the shell as the drive is full.

If you can help, it would be much appreciated. Thanks! :)
 
Last edited:
Hi @rlm42 , welcome to the forum.

What, likely, happened is that your external disk was not mounted when the data was dumped into the mountpoint, filling your root disk instead.
This has happened to more than a few people. Here are several results for google search term "proxmox root full ":


Cheers


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: UdoB
Hi bbgeek. Thanks for your reply!

Ok fixed that issue. I unmounted all the drives and checked them, it was my 'gdrive'. Using
Code:
mount|grep /mnt/gdrive
and
Code:
du -h -d1 /mnt/gdrive
I saw the files were saved locally. I deleted and it cleared the space.

But my Transmission container still fails to start with the following log:
Code:
run_buffer: 322 Script exited with status 1
lxc_init: 844 Failed to run lxc.hook.pre-start for container "103"
__lxc_start: 2027 Failed to initialize container "103"
TASK ERROR: startup for container '103' failed

Any ideas how to fix this?
 
Last edited:
Hello
I remember a topic about how to keep the /etc/pve/qemu-server/*.conf files synchronise with Google Drive to be able to keep this important file safe, can someone share this file or the link or the idea of that, please?