Hi!
I'm getting "No Space Left On Device" whenever I try to run apt update, open SSH in the web ui, or perform any operation through the GUI, and others.
However
shows there's plenty of space everywhere:
This happened after upgrading from 7 to 8. Initially space on /dev/nvme0n1p3 was used up, but I freed up some space, and yet it still shows errors.
Is there any way to fix it that does not involve reinstalling Proxmox?
Thanks
I'm getting "No Space Left On Device" whenever I try to run apt update, open SSH in the web ui, or perform any operation through the GUI, and others.
However
Code:
df -h
Code:
Filesystem Size Used Avail Use% Mounted on
udev 16G 0 16G 0% /dev
tmpfs 3.2G 9.1M 3.2G 1% /run
/dev/nvme0n1p3 221G 173G 49G 79% /
tmpfs 16G 43M 16G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
efivarfs 320K 51K 265K 17% /sys/firmware/efi/efivars
/dev/nvme0n1p2 511M 584K 511M 1% /boot/efi
/dev/sdb1 113G 91G 17G 85% /mnt/backup_usb
/dev/fuse 128M 20K 128M 1% /etc/pve
//192.168.x.xx/BB 22T 18T 4.5T 80% /mnt/pve/remote-bb
tmpfs 3.2G 0 3.2G 0% /run/user/0
Code:
root@sigrun:~# df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
udev 4083415 516 4082899 1% /dev
tmpfs 4091822 876 4090946 1% /run
/dev/nvme0n1p3 0 0 0 - /
tmpfs 4091822 106 4091716 1% /dev/shm
tmpfs 4091822 17 4091805 1% /run/lock
efivarfs 0 0 0 - /sys/firmware/efi/efivars
/dev/nvme0n1p2 0 0 0 - /boot/efi
/dev/sdb1 7512064 339 7511725 1% /mnt/backup_usb
/dev/fuse 262144 38 262106 1% /etc/pve
//192.168.1.18/Bk 0 0 0 - /mnt/pve/brunhilda-bk
tmpfs 818364 20 818344 1% /run/user/0
Code:
# apt update
<...>
E: Some index files failed to download. They have been ignored, or old ones used instead.
E: Problem renaming the file /var/cache/apt/srcpkgcache.bin.n3EwrQ to /var/cache/apt/srcpkgcache.bin - rename (28: No space left on device)
E: Problem renaming the file /var/cache/apt/pkgcache.bin.h4dzcf to /var/cache/apt/pkgcache.bin - rename (28: No space left on device)
W: You may want to run apt-get update to correct these problems
E: The package cache file is corrupted
This happened after upgrading from 7 to 8. Initially space on /dev/nvme0n1p3 was used up, but I freed up some space, and yet it still shows errors.
Is there any way to fix it that does not involve reinstalling Proxmox?
Thanks