<div dir="ltr"><div class="gmail_default" style="font-family:&#39;trebuchet ms&#39;,sans-serif;font-size:small;color:rgb(0,0,153)"><span style="font-family:arial,sans-serif;color:rgb(34,34,34)">On Sat, May 9, 2015 at 2:24 AM, ToddAndMargo </span><span dir="ltr" style="font-family:arial,sans-serif;color:rgb(34,34,34)">&lt;<a href="mailto:ToddAndMargo@zoho.com" target="_blank">ToddAndMargo@zoho.com</a>&gt;</span><span style="font-family:arial,sans-serif;color:rgb(34,34,34)"> wrote:</span><br></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi All,<br>
<br>
Persistence still doesn&#39;t work.<br>
<br>
I just opened up<br>
<br>
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1220015" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1220015</a><br>
<br>
I will quote it here:<br>
<br>
Dear Red Hat,<br>
<br>
I am coming from the community: Scientific Linux 6.6 x64.  I am trying to create a Live USB with persistence.  Would one of our intrepid heroes please fix this for me?<br>
<br>
The Stick is 16 GB.   It is formatted as ext3.<br>
<br>
# rpm -qa livecd-tools<br>
livecd-tools-13.4.5-1.el6.x86_64<br>
<br>
<br>
According to this:<br>
<br>
<a href="https://docs.fedoraproject.org/en-US/Fedora/10/html/Release_Notes/sn-Live_USB_persistence.html" target="_blank">https://docs.fedoraproject.org/en-US/Fedora/10/html/Release_Notes/sn-Live_USB_persistence.html</a><br>
<br>
     livecd-iso-to-disk --overlay-size-mb 512 /path/to/live.iso /dev/sdb1<br>
<br>
     &quot;Replace /dev/sdb1 with the partition where you want to put<br>
     the image.  Replace 512 with the desired size in megabytes<br>
     of the persistent data, or overlay. The livecd-iso-to-disk<br>
     shell script is stored in the LiveOS directory at the top<br>
     level of the CD image. The USB media must have sufficient<br>
     free space for the Fedora Live image, plus the overlay,<br>
     plus any other data to be stored on the media.&quot;<br>
<br>
This is my command line:<br>
<br>
livecd-iso-to-disk --overlay-size-mb 13287 Fedora-Live-Xfce-x86_64-21-5.iso /dev/sdc1<br>
<br>
<br>
After booting off the Live USB, I get the following:<br>
df -kPT /<br>
Filesystem          Type 1024-blocks    Used Available Capacity Mounted on<br>
/dev/mapper/live-rw ext4     3030800 2431496    551468      82% /<br>
<br>
Means the persistence is set at the default of 3GB.<br>
<br>
Many thanks,<br>
-T</blockquote><div><br></div><div><div class="gmail_default" style="font-family:&#39;trebuchet ms&#39;,sans-serif;font-size:small;color:rgb(0,0,153);display:inline">​While you probably have a persistent overlay file the size you requested, the .iso was built with a 3 GiB root filesystem image file.</div></div><div><div class="gmail_default" style="font-family:&#39;trebuchet ms&#39;,sans-serif;font-size:small;color:rgb(0,0,153);display:inline">See​</div> <div class="gmail_default" style="font-family:&#39;trebuchet ms&#39;,sans-serif;font-size:small;color:rgb(0,0,153);display:inline">​the first paragraphs here,</div></div><div><div class="gmail_default" style="font-family:&#39;trebuchet ms&#39;,sans-serif;font-size:small;color:rgb(0,0,153);display:inline"><a href="https://fedoraproject.org/wiki/LiveOS_image#File_Systems​">https://fedoraproject.org/wiki/LiveOS_image#File_Systems​</a></div></div><div><br></div><div><div class="gmail_default" style="font-family:&#39;trebuchet ms&#39;,sans-serif;font-size:small;color:rgb(0,0,153)">​The partition​ header of the embedded read-only filesystem (ext3fs.img) is limiting your full use of the overlay.</div><div class="gmail_default" style="font-family:&#39;trebuchet ms&#39;,sans-serif;font-size:small;color:rgb(0,0,153)"><br></div><div class="gmail_default" style="font-family:&#39;trebuchet ms&#39;,sans-serif;font-size:small;color:rgb(0,0,153)">The .iso could be rebuilt with a larger root filesystem through an option on the build system.  If you requested a 16 GiB image, it would still be sparsed and compressed to nearly the same physical size on the .iso, LiveCD, and LiveUSB, and you could use all of the overlay file you requested.</div><div class="gmail_default" style="font-family:&#39;trebuchet ms&#39;,sans-serif;font-size:small;color:rgb(0,0,153)"><br></div><div class="gmail_default" style="font-family:&#39;trebuchet ms&#39;,sans-serif;font-size:small;color:rgb(0,0,153)">         --Fred</div><br></div></div></div></div>