<div dir="ltr">On Sun, Jun 1, 2014 at 4:46 PM, ToddAndMargo &lt;<a href="mailto:ToddAndMargo@zoho.com">ToddAndMargo@zoho.com</a>&gt; wrote:<br>&gt;<br>&gt; On 06/01/2014 11:41 AM, Frederick Grose wrote:<br>&gt;&gt;<br>&gt;&gt; On Sun, Jun 1, 2014 at 12:40 AM, ToddAndMargo &lt;<a href="mailto:ToddAndMargo@zoho.com">ToddAndMargo@zoho.com</a><br>

&gt;&gt; &lt;mailto:<a href="mailto:ToddAndMargo@zoho.com">ToddAndMargo@zoho.com</a>&gt;&gt; wrote:<br>&gt;&gt;  &gt;<br>&gt;&gt;  &gt; Hi All,<br>&gt;&gt;  &gt;<br>&gt;&gt;  &gt; Anyone know any rumors as to if we are going to<br>

&gt;&gt;  &gt; be able to have more than 4 GB of persistence<br>&gt;&gt;  &gt; in the future?   Ext2/3/4 perhaps?<br>&gt;&gt;  &gt;<br>&gt;&gt;  &gt; It is really difficult to discipline myself to<br>&gt;&gt;  &gt; keep it under 4 GB.<br>

&gt;&gt;  &gt;<br>&gt;&gt;  &gt; Many thanks,<br>&gt;&gt;  &gt; -T<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; Overlays greater than 4 GiB are available now with ext4 formatting of<br>&gt;&gt; the Live CD device.<br>&gt;&gt;<br>
&gt;&gt; For example,<br>
&gt;&gt;<br>&gt;&gt; livecd-iso-to-disk --reset-mbr --format --overlay-size-mb 10000<br>&gt;&gt; home-size-mb 1024 --unencrypted-home /path/to/iso /dev/sde<br>&gt;&gt;<br>&gt;&gt; produces a Live CD with a 10485760000 byte overlay file.<br>

&gt;&gt;<br>&gt;&gt; df -TB1 /dev/sde1<br>&gt;&gt; Filesystem     Type   1B-blocks       Used   Available Use% Mounted on<br>&gt;&gt; /dev/sde1      ext4 15664103424 1066409984 13778391040   8%<br>&gt;&gt; /run/media/fgrose/LIVE<br>

&gt;&gt;<br>&gt;&gt; $ du -bac /run/media/fgrose/LIVE<br>&gt;&gt; du: cannot read directory ‘/run/media/fgrose/LIVE/lost+found’:<br>&gt;&gt; Permission denied<br>&gt;&gt; 16384 /run/media/fgrose/LIVE/lost+found<br>&gt;&gt; 49005 /run/media/fgrose/LIVE/LiveOS/livecd-iso-to-disk<br>

&gt;&gt; 1073741824 /run/media/fgrose/LIVE/LiveOS/home.img<br>&gt;&gt; 929828864 /run/media/fgrose/LIVE/LiveOS/squashfs.img<br>&gt;&gt; 8192 /run/media/fgrose/LIVE/LiveOS/osmin.img<br>&gt;&gt; 10485760000<br>&gt;&gt; /run/media/fgrose/LIVE/LiveOS/overlay-LIVE-56dbd871-9b9e-42d8-bf9a-7eee16db0e1c<br>

&gt;&gt; 12489391981 /run/media/fgrose/LIVE/LiveOS<br>&gt;&gt; 5139320 /run/media/fgrose/LIVE/syslinux/vmlinuz0<br>&gt;&gt; 5152768 /run/media/fgrose/LIVE/syslinux/efiboot.img<br>&gt;&gt; 24576 /run/media/fgrose/LIVE/syslinux/isolinux.bin<br>

&gt;&gt; 2048 /run/media/fgrose/LIVE/syslinux/<a href="http://boot.cat">boot.cat</a> &lt;<a href="http://boot.cat">http://boot.cat</a>&gt;<br>&gt;&gt;<br>&gt;&gt; 2395 /run/media/fgrose/LIVE/syslinux/extlinux.conf<br>&gt;&gt; 32002862 /run/media/fgrose/LIVE/syslinux/initrd0.img<br>

&gt;&gt; 155792 /run/media/fgrose/LIVE/syslinux/vesamenu.c32<br>&gt;&gt; 32256 /run/media/fgrose/LIVE/syslinux/ldlinux.sys<br>&gt;&gt; 20643840 /run/media/fgrose/LIVE/syslinux/macboot.img<br>&gt;&gt; 176760 /run/media/fgrose/LIVE/syslinux/memtest<br>

&gt;&gt; 63336713 /run/media/fgrose/LIVE/syslinux<br>&gt;&gt; 12552749174 /run/media/fgrose/LIVE<br>&gt;&gt; 12552749174 total<br>&gt;&gt;<br>&gt;&gt; See <a href="https://fedoraproject.org/wiki/LiveOS_image">https://fedoraproject.org/wiki/LiveOS_image</a><br>

&gt;<br>&gt;<br>&gt; Hi Fredrick,<br>&gt;<br>&gt; Very cool.  Thank you!<br>&gt; I could not find this on the link you sent.<br>&gt;<br>&gt; Do you first format your stick with ext4? Or,<br>&gt; leave it unformatted with a single blank<br>

&gt; primary partition?<br><br><br><font face="courier new, monospace">Both are possible.  The latter requires the livecd-iso-to-disk --format option, which now defaults to ext4.<br><br>See the usage section at the top of <br>

<a href="https://git.fedorahosted.org/cgit/livecd/tree/tools/livecd-iso-to-disk.sh">https://git.fedorahosted.org/cgit/livecd/tree/tools/livecd-iso-to-disk.sh</a></font><br><br>     --Fred</div>