i have beaglebone black wireless which have 4gb of its memory , after flashing debian 9.9 os on it am left with 200 mb free space. so i wonder how can i change apt package installer path so that whenever i install apt package its installed on SD card , i have done this earlier using some guide on stackoverflow i think but am not able to find it again :( which is bad so wondering if anyone can help with it so that apt packages installed to external sd card of beaglebone
Asked
Active
Viewed 1,075 times
/var/cache
and/usr/local/share
to the SDcard and mount that directories to their correct place via/etc/fstab
. This wayapt
can work normally without caring for special paths, and your system will not die on SDcard problems.