View Single Post
Posts: 12 | Thanked: 10 times | Joined on Dec 2010
#247
Originally Posted by Rob1n View Post
The rootfs is separate because it's a high-speed flash memory chip connected directly to the processor. It's only 256M because that was the largest that was available at the time.
Thank you. I had the same problem, and following your advice, I've removed (as root) one of the applications that wasn't optified.

In my case, I've solved the problem removing youtube-dl. I couldn't use apt-get, because it had a failure, due to the lack of space. I just did:
# rm /usr/bin/youtube-dl
# touch youtube-dl
# dpkg --configure -a

And then I was inmediately able to run apt-get...
 

The Following User Says Thank You to sebas For This Useful Post: