Difference between revisions of "Talk:RPi Resize Flash Partitions"

From eLinux.org
Jump to: navigation, search
Line 5: Line 5:
 
https://github.com/pabloav/raspi-setup/blob/master/files/repart.sh
 
https://github.com/pabloav/raspi-setup/blob/master/files/repart.sh
 
--[[User:Pabloav|Pabloav]] 02:23, 13 July 2012 (UTC)
 
--[[User:Pabloav|Pabloav]] 02:23, 13 July 2012 (UTC)
 
Wouldn't it be better to just create a second partition on the empty space that you store user data on?  That way you would be able to upgrade the 2GB OS partition and keep any user data you have in the second partition.
 
--[[User:Frak|Frak]] 11:14, 15 July 2012 (UTC)
 

Revision as of 05:33, 15 July 2012

Has anyone figured out how to resize the RPi SDs on Mac OS X? They don't seem to have parted installed. --Kevin karplus 16:18, 5 July 2012 (UTC)

I've created a script to automate the online resizing of the partitions as described in this wiki page. It might be of interest to others to link to it: https://github.com/pabloav/raspi-setup/blob/master/files/repart.sh --Pabloav 02:23, 13 July 2012 (UTC)