On Fri, Aug 10, 2018 at 2:16 PM Ichrak Mansour <[email protected]> wrote: > > You mean after doing these commands > > cd /opt/scripts/tools/ > git pull || true > sudo ./grow_partition.sh > sudo reboot > > on the microSD which having the image of BeagleBone, I can write that on my > BB ?
The elinux wiki states: https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Expanding_File_System_Partition_On_A_microSD ****************************************************************** Expanding File System Partition On A microSD[edit] By default the microSD image is only about 2GB in size, to fully expand the partition to the full size of your microSD card simple run. cd /opt/scripts/tools/ git pull || true sudo ./grow_partition.sh sudo reboot On the next reboot, [df -h] should show the full microSD card size. ****************************************************************** Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhz5ZEgTDNiEkCkD1GfiowOqPYiA8ndRD3BwqyFiShqHA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
