syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
401 stars 40 forks source link

Resize sd card #195

Closed cyberb closed 7 years ago

cyberb commented 7 years ago

App installer does not check for available disk space before downloading and installing apps. This leads to 'No space left issue'.

Workaround is to extend image to take full sd card space, by running the following command on a device before installing any app (ideally right after flashing the image):

/opt/app/platform/bin/resize-sd-partition.sh

Then reboot device.

Proper solution in the next release will have Resize button on Settings page.

vsapronov commented 7 years ago

Is reboot really needed? It seems to work for me without reboot...

cyberb commented 7 years ago

90% will work but 100%. I had cases when it did not.

On 24 Oct 2016 14:53, "Vladimir Sapronov" notifications@github.com wrote:

Is reboot really needed? It seems to work for me without reboot...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/syncloud/platform/issues/195#issuecomment-255746401, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2DGLcBno43yKZlLMv7KCPNcYy_rCEFks5q3LgwgaJpZM4Kez0m .

cyberb commented 7 years ago

selection_004

vsapronov commented 7 years ago

Very cool! Does progress spin when you click button? Also, is it possible to check when extend makes sense and when it doesn't? If we extended already it would be better not show it again.

On Nov 1, 2016 8:50 AM, "Boris Rybalkin" notifications@github.com wrote:

[image: selection_004] https://cloud.githubusercontent.com/assets/885528/19890292/b2e86a40-a031-11e6-933a-e256563125c9.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/syncloud/platform/issues/195#issuecomment-257558514, or mute the thread https://github.com/notifications/unsubscribe-auth/AA2FtqBX2Vxe3_EJ2g_YK-cuhZe-5Q_3ks5q5zWBgaJpZM4Kez0m .

cyberb commented 7 years ago

Progress spins, actually waits for the extension. Will try to hide when not needed.