<font color="#000099"><font><font face="trebuchet ms,sans-serif"></font></font></font>On Tue, May 1, 2012 at 3:27 PM, Cadu <span dir="ltr">&lt;<a href="mailto:cadu.unisal1@gmail.com" target="_blank">cadu.unisal1@gmail.com</a>&gt;</span> wrote:<br>

<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>Hi guys!<br><br>I&#39;m having problems of space when i try add more packages in live image.<br>

<br>I&#39;m using the command:<br>livecd-iso-to-disk-oc --noverify --home-size-mb 2048 --overlay-size-mb 2048 ${ISO} ${LOOP}<br>
<br clear="all"><pre><b><br><br><br>getdisk DEV = /dev/loop2
Unable to fit live image + overlay on available space on USB
stick
+ Size of live image:  2986
+ Overlay size:  2048
+ Home overlay size:  2048
---------------------------
= Requested:  7082
<span style="color:rgb(255,0,0)">- Available:  7075</span>
---------------------------
= To fit, free or decrease requested size total by:  7
Cleaning up to exit...</b>
<br><b><br><br><br></b></pre><br>
My question is: Which parameter can set the total space of my 8G pendrive? Why the space is limited in 7075?<br><br><br>Thanks a lot!<span class="HOEnZb"><font color="#888888"><br><br>-- <br>[]&#39;s<br>Carlos Eduardo<br>

<b><br>Seja a mudança que você deseja ver no mundo.</b><br>
&quot;Mahatma Gandhi&quot;</font></span></blockquote><div><br>The available disc space is calculated at these lines in the current version of livecd-iso-to-disk script,<br><a href="http://git.fedorahosted.org/git/?p=livecd;a=blob;f=tools/livecd-iso-to-disk.sh;h=7df49c2b8383eda8b7e049650765f8f25735621a;hb=HEAD#l980">http://git.fedorahosted.org/git/?p=livecd;a=blob;f=tools/livecd-iso-to-disk.sh;h=7df49c2b8383eda8b7e049650765f8f25735621a;hb=HEAD#l980</a><br>

using the df command.<br><br>(The livecd-iso-to-disk-oc name and output indicate that you are using an older version, but the process is similar.)<br>Other files on the drive and the specific filesystem formatting type and configuration will affect the results of df.<br>

<br>        --Fred<br><br></div></div>