Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: Blastmun on July 03, 2015, 12:35:00 PM

Title: resize_sd.sh not found (A20 lime 2)
Post by: Blastmun on July 03, 2015, 12:35:00 PM
Hello,
The following command does not work for me
#sudo su
#resize_sd.sh /dev/mmcblk0 2
#reboot
The instructions found here:
https://www.olimex.com/wiki/A20-OLinuXino-LIME2#Linux

Anyone know where to find this script?
Thx



Title: Re: resize_sd.sh not found (A20 lime 2)
Post by: Gerrit on July 03, 2015, 04:35:42 PM
#/opt/resize_sd.sh
Title: Re: resize_sd.sh not found (A20 lime 2)
Post by: Blastmun on July 03, 2015, 05:37:15 PM
I have nothing in opt. But i have found here:
https://github.com/zanni/rpi-utils/blob/master/system/resize_sd.sh

If i make:

resize_sd.sh /dev/mmcblk0 2

i have this message( i have same when i open with Gparted):

Assertion (head_size <= 63) at ../../../libparted/labels/dos.c:662 in function
probe_partition_for_geom() failed.

Title: Re: resize_sd.sh not found (A20 lime 2)
Post by: JohnS on July 07, 2015, 09:33:32 AM
Looks like a gparted (or whatever) bug.

John