I am having following issue. Please see below, /dev/root is 100%
pi@raspberrypi:~$ df -h --total
Filesystem Size Used Avail Use% Mounted on
devtmpfs 459M 0 459M 0% /dev
tmpfs 463M 0 463M 0% /dev/shm
tmpfs 463M 47M 416M 11% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 463M 0 463M 0% /sys/fs/cgroup
/dev/mmcblk0p6 66M 21M 46M 31% /boot
tmpfs 93M 0 93M 0% /run/user/1000
/dev/sdb1 15G 992K 15G 1% /media/pi/Glide
/dev/sda1 1.9G 992K 1.9G 1% /media/pi/C647-1AD1
/dev/mmcblk0p5 30M 398K 28M 2% /media/pi/SETTINGS
total 25G 5.7G 19G 24% -
and I am starting to see the following issue when I try to autocomplete a bash command (i.e. cd)
. cd F-bash: cannot create temp file for here-document: No space left on device
I know that issue raised is a consecuence of running out of free space in root, but how do I fix it? I have already try to expand filesystem, it does not allow me as it has been already done by NOOBS..
Any suggestions are appreciated
Cheers
Colombiano1976