Difference between revisions of "Expand your file system on the SD-card"

From Klaus' wiki
Jump to: navigation, search
(Created page with "Just after you transferred the image to the SD card it may not quite use the full capasity of the Sd-card. You can expand the partition by issuing: <source lang=bash> ] $ su...")
 
 
(5 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
] $ sudo /opt/scripts/tools/grow_partition.sh
 
] $ sudo /opt/scripts/tools/grow_partition.sh
 
</source>
 
</source>
 +
 +
and reboot to take effect.
 +
 +
===Reference===
 +
 +
Thanks for the tip to Malthe, who found it over at [https://elinux.org/Beagleboard:Expanding_File_System_Partition_On_A_microSD eliunx.org]

Latest revision as of 20:01, 18 October 2020

Just after you transferred the image to the SD card it may not quite use the full capasity of the Sd-card.

You can expand the partition by issuing:

] $ sudo /opt/scripts/tools/grow_partition.sh

and reboot to take effect.

Reference

Thanks for the tip to Malthe, who found it over at eliunx.org