<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2416&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / HOWTO: Bypass the 4GB filesize limit in Refractasnapshot]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2416</link>
		<description><![CDATA[The most recent posts in HOWTO: Bypass the 4GB filesize limit in Refractasnapshot.]]></description>
		<lastBuildDate>Mon, 22 Oct 2018 01:22:17 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: HOWTO: Bypass the 4GB filesize limit in Refractasnapshot]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12385#p12385</link>
			<description><![CDATA[<p>Well . . .&#160; I have good news to report.&#160; I have been unable to create an iso with refractasnapshot for a very long time despite excluding ALL of my /home directory because the iso were always too big.&#160; So fsmithred and I decided to test your discovery.&#160; He instructed me to change line 1010 from this:</p><div class="codebox"><pre><code> xorriso -as mkisofs -r -J -joliet-long -l ${isohybrid_opt} \</code></pre></div><p>To this:</p><div class="codebox"><pre><code> xorriso -as mkisofs -r -J -joliet-long -l ${isohybrid_opt} -iso-level 3 \</code></pre></div><p>It took refracta-snapshot-gui a very long time to copy and squash the files since I had deleted the work directory but eventually it finished with a 4.9GB iso.</p><p>Then it was time to try it in qemu.&#160; I was delighted to see the boot process working as usual!!!</p><p>Now I need to redo the exclude list to include a basic home structure and perhaps delete a few things elsewhere starting with avahi.</p><p>I am overjoyed that I can now use refractasnapshot again.&#160; &#160;And this is also a milestone improvement for refracta!&#160; Thank you, thank you alphalpha!!!</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 22 Oct 2018 01:22:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12385#p12385</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO: Bypass the 4GB filesize limit in Refractasnapshot]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12377#p12377</link>
			<description><![CDATA[<p>Thanks! Added to my TODO notes. You just saved me from writing a bunch of code to make a live-usb from a snapshot work directory for cases where the iso is too big.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 21 Oct 2018 17:00:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12377#p12377</guid>
		</item>
		<item>
			<title><![CDATA[HOWTO: Bypass the 4GB filesize limit in Refractasnapshot]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=12250#p12250</link>
			<description><![CDATA[<p>Hello Everyone</p><p>I finally found a way to make to make ISO snapshots that can be larger than 4GB.<br />I had this problem for a long time that i would get an Error during the snapshot progress because i have a lot of packages installed on my system.<br />I know some folks have had the same problem so i thought i&#039;d share the solution to this.</p><p>For this to work one has to modify the xorriso command in /usr/bin/refractasnapshot,<br />my code may differ from your version, the important thing is to add the <strong>-iso-level 3 </strong>option</p><div class="codebox"><pre><code>xorriso -as mkisofs -r -J -joliet-long -l -iso-level 3 -isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin -partition_offset 16 -V &quot;$volid&quot;  -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -o &quot;$iso_dir&quot;/&quot;$filename&quot; live/ </code></pre></div><p>and thats all<br />i now have a 4.2 GB large ISO file <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Sat, 13 Oct 2018 18:00:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=12250#p12250</guid>
		</item>
	</channel>
</rss>
