See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thumbdrive... Error creating mount point -- No space left on device
#2
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:
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
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! Smile
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply


Messages In This Thread
Re: Thumbdrive... Error creating mount point -- No space left on device - by Moltke - 02-08-2021, 07:13 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)