[Cloud] No space left when doing tab-autocomplete

2022-04-10 Thread Maciej Jaros
I get this weird error when trying to autocomplete file and folder names: > tools.dna@tools-sgebastion-07:~$ cat /-bash: cannot create temp file for here-document: No space left on device > -bash: cannot create temp file for here-document: No space left on device Not sure if tab-autocomplete wa

[Cloud] Re: No space left when doing tab-autocomplete

2022-04-10 Thread Seyram Komla Sapaty
If your disk isn't full, then you have probably used up your inodes. You can check this using "df -i". If it says 100%, then you have too many small files and you need to delete some of these files. On Sun, 10 Apr 2022, 18:30 Maciej Jaros, wrote: > I get this weird error when trying to autocom

[Cloud] Re: No space left when doing tab-autocomplete

2022-04-10 Thread Taavi Väänänen
On 10/04/2022 21:29, Maciej Jaros wrote: I get this weird error when trying to autocomplete file and folder names: > tools.dna@tools-sgebastion-07:~$ cat /-bash: cannot create temp file for here-document: No space left on device > -bash: cannot create temp file for here-document: No space lef

[Cloud] Re: No space left when doing tab-autocomplete

2022-04-10 Thread Maciej Jaros
Taavi Väänänen (2022-04-10 20:48): On 10/04/2022 21:29, Maciej Jaros wrote: I get this weird error when trying to autocomplete file and folder names:  > tools.dna@tools-sgebastion-07:~$ cat /-bash: cannot create temp file for here-document: No space left on device  > -bash: cannot create temp f

[Cloud] Re: No space left when doing tab-autocomplete

2022-04-10 Thread Seyram Komla Sapaty
Thank you, Taavi. On Sun, 10 Apr 2022, 19:07 Maciej Jaros, wrote: > Taavi Väänänen (2022-04-10 20:48): > > On 10/04/2022 21:29, Maciej Jaros wrote: > >> I get this weird error when trying to autocomplete file and folder > >> names: > >> > tools.dna@tools-sgebastion-07:~$ cat /-bash: cannot crea