[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community Supercomputing for Everyone 2016-06-19T18:43:19+00:00 https://parallella.org/forums/feed.php?f=49&t=1373 2016-06-19T18:43:19+00:00 2016-06-19T18:43:19+00:00 https://parallella.org/forums/viewtopic.php?t=1373&p=17770#p17770 <![CDATA[Re: How to expand the Linaro image to fill your SD card]]>
Assuming you are already root (sudo su - root) run the following as indicated by fuzz. (I use partprobe instead)

1) fdisk /dev/mmcblk0p2
a) type p to print out what is currently configured and to save so you can recreate the partition if you screw up

Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 * 2048 206847 204800 100M b W95 FAT32
/dev/mmcblk0p2 206848

b) d (press enter)
c) 2 (press enter) [you have now deleted partition 2 from the partition table - but don't worry the OS is still working...]
d) n (press enter) [create a new partition 2]
e) p (press enter)
f) 2 (press enter)
g) choose starting sector as the same (in this case 206848, which it probably defaults to but matches the p statement above)
h) leave default as the very large number, which should now fill all 32gb (or however big) of the SDHC vs the normal 3-4gb

2) fdisk will moan about having to run partprobe or kpartx, so run "partprobe" and hit enter - if you don't have partprobe installed run "apt-get install parted" and then run partprobe
3) resize2fs /dev/mmcblk0p2
4) you should be good without rebooting -- but why not run synq and reboot to make sure there weren't any surprises!

Statistics: Posted by zynqfan — Sun Jun 19, 2016 6:43 pm


]]>
2015-02-18T21:50:01+00:00 2015-02-18T21:50:01+00:00 https://parallella.org/forums/viewtopic.php?t=1373&p=12694#p12694 <![CDATA[Re: How to expand the Linaro image to fill your SD card]]> Statistics: Posted by Claggy — Wed Feb 18, 2015 9:50 pm


]]>
2014-11-09T20:50:34+00:00 2014-11-09T20:50:34+00:00 https://parallella.org/forums/viewtopic.php?t=1373&p=11509#p11509 <![CDATA[Re: How to expand the Linaro image to fill your SD card]]> Statistics: Posted by fuzz — Sun Nov 09, 2014 8:50 pm


]]>
2014-08-13T10:55:36+00:00 2014-08-13T10:55:36+00:00 https://parallella.org/forums/viewtopic.php?t=1373&p=10085#p10085 <![CDATA[Re: How to expand the Linaro image to fill your SD card]]> Statistics: Posted by 9600 — Wed Aug 13, 2014 10:55 am


]]>
2014-08-13T02:05:45+00:00 2014-08-13T02:05:45+00:00 https://parallella.org/forums/viewtopic.php?t=1373&p=10074#p10074 <![CDATA[Re: How to expand the Linaro image to fill your SD card]]> Statistics: Posted by aihaike — Wed Aug 13, 2014 2:05 am


]]>
2014-08-01T04:10:53+00:00 2014-08-01T04:10:53+00:00 https://parallella.org/forums/viewtopic.php?t=1373&p=9672#p9672 <![CDATA[Re: How to expand the Linaro image to fill your SD card]]> Statistics: Posted by Feik — Fri Aug 01, 2014 4:10 am


]]>
2014-06-24T17:51:41+00:00 2014-06-24T17:51:41+00:00 https://parallella.org/forums/viewtopic.php?t=1373&p=8725#p8725 <![CDATA[Re: How to expand the Linaro image to fill your SD card]]> Statistics: Posted by Gravis — Tue Jun 24, 2014 5:51 pm


]]>
2014-06-19T14:25:53+00:00 2014-06-19T14:25:53+00:00 https://parallella.org/forums/viewtopic.php?t=1373&p=8605#p8605 <![CDATA[Re: How to expand the Linaro image to fill your SD card]]> Statistics: Posted by over9000 — Thu Jun 19, 2014 2:25 pm


]]>
2014-06-19T05:35:22+00:00 2014-06-19T05:35:22+00:00 https://parallella.org/forums/viewtopic.php?t=1373&p=8593#p8593 <![CDATA[How to expand the Linaro image to fill your SD card]]> Statistics: Posted by DrBlackAdder — Thu Jun 19, 2014 5:35 am


]]>