'/var/log/pve/tasks/active.tmp.11531' failed - No space left on device (500)

Abdulmagid elwalid

Active Member
Nov 13, 2019
34
0
26
36
hi im facing this isuue which could not help me to do any thing in GUI Even I can not Open Console

when I use df -h command


Filesystem Size Used Avail Use% Mounted on
udev 126G 0 126G 0% /dev
tmpfs 26G 2.6G 23G 11% /run
/dev/mapper/pve-root 94G 94G 0 100% / ????????
tmpfs 126G 54M 126G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 126G 0 126G 0% /sys/fs/cgroup
/dev/fuse 30M 32K 30M 1% /etc/pve
tmpfs 26G 0 26G 0% /run/user/0
/dev/sdb1 932G 746G 187G 81% /mnt/external




please help me
 
/dev/mapper/pve-root 94G 94G 0 100% / ????????

root partition is full, this is far from ideal, you need to remove some unrequired files to continue or expand disk space for the root LV, if possible.

A starting point could be to remove the cache for apt: apt autoclean

For finding big files you can use the "disk usage" command, e.g. execute du -xh / | sort -h
To get a sorted list of directories with the biggest usage on the / root mountpoint.