hi fellas. technically im facing a little problem that maked me awake all night since yesterday tryna solve it. i really crawled the webs before posting this thread but all of them explains other cases not like mine.so when i boot my system (basic os) that message pop-up to me again. tbh it happened last month and i tab this commands into the root account to clean my cache files and the unused packages and it already works:
here's some info at my drive:
also this command shows that the /dev/sda1 is 100% which it means it can?t write to a full disk:
any solution for this case? and thank you all
Code:
apt-get autoclean ~ apt-get clean ~ apt-get autoremove
Code:
root@kali:~# df -h Filesystem Size Used Avail Use% Mounted on udev 975M 0 975M 0% /dev tmpfs 201M 1.4M 200M 1% /run /dev/sda1 11G 11G 0 100% / tmpfs 1003M 12M 991M 2% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup /dev/sda6 62G 8.5G 50G 15% /home tmpfs 201M 60K 201M 1% /run/user/0
Code:
root@kali:~# df -h /tmp Filesystem Size Used Avail Use% Mounted on /dev/sda1 11G 11G 0 100% /
Comment