02-08-2021, 07:13 PM
Sometimes it is about inodes. I once had a similar issue too, and it was because my home had run out of inodes, I think it had something to do with some icon sets I'd installed by then because as soon as I removed those the problem went away. You could check whether that's or not your case, open a terminal and type:
this will tell you how many inodes are in a file system on your computer. The output might look something like this
Where
NUsados = inodes used
NLibres = free inodes
NUso% = % inodes total use
If you find that your FS has run out of inodes, you should be looking for files like icon sets and stuff like that which uses a lot of hard-links and soft-links and that eats the inodes away, or at least that's what I understand. You might want to read here to learn more about it https://www.howtogeek.com/465350/everyth...-on-linux/
Hope this helps!
Code:
$ df -hi
this will tell you how many inodes are in a file system on your computer. The output might look something like this
Code:
$ df -hi
S.ficheros Nodos-i NUsados NLibres NUso% Montado en
udev 194K 456 194K 1% /dev
tmpfs 199K 732 198K 1% /run
/dev/sdb2 466K 173K 293K 38% /
tmpfs 199K 1 199K 1% /dev/shm
tmpfs 199K 3 199K 1% /run/lock
tmpfs 199K 17 199K 1% /sys/fs/cgroup
/dev/mmcblk0p1 501K 46K 455K 10% /home/moltke/Extra
/dev/sdb1 0 0 0 - /boot/efi
tmpfs 199K 23 199K 1% /run/user/1000
/dev/mmcblk0p3 0 0 0 - /media/moltke/TRANSCEND
/dev/sda1 113M 112K 113M 1% /media/moltke/Seagate
NUsados = inodes used
NLibres = free inodes
NUso% = % inodes total use
If you find that your FS has run out of inodes, you should be looking for files like icon sets and stuff like that which uses a lot of hard-links and soft-links and that eats the inodes away, or at least that's what I understand. You might want to read here to learn more about it https://www.howtogeek.com/465350/everyth...-on-linux/
Hope this helps!

Without each others help there ain't no hope for us 
Need a translation service? https://www.deepl.com/es/translator

Need a translation service? https://www.deepl.com/es/translator