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...")
 
(2 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>
 +
 +
===Reference===
 +
 +
Thanks to Malthe for the tip, who found it ouver at [https://elinux.org/Beagleboard:Expanding_File_System_Partition_On_A_microSD eliunx.org]

Revision as of 10:19, 27 March 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

Reference

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