Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

QEMU

818 bytes removed, 20:13, 10 January 2012
no edit summary
Parameters:<br>
-m&nbsp;: Memory assigned to the Virtualized board in Mega Bytes. <br> <br>  == TIPS<br> == === Extending Rootfs partition<br> === We will extend the second partition adding a 20 Giga Bytes to rootfs.<br>  First you should create a new raw file using qemu-img as:<br> <pre>$ qemu-img create -f raw addon.raw 20G</pre> it should create a file like this:<br>  -rw-r--r-- 1 mcaro mcaro 21474836480 2012-01-10 19:03 addon.raw<br>  Now we concat at end the addon file to our original file as:<br>  $ cat addon.raw &gt;&gt; igep-nano.img<br>  We will use Gparted for resize the Rootfs partition, open gparted as root using the igep-nano.img file as:<br>  $ sudo gparted igep-nano.img [[Image:Gparted_added_new_space_allocation.png|thumb|center]]Select Partition 2 and using right mouse button click over resize option as: [[Image:Gparted_select_resize.png|thumb|center]] <br>  <br>