<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[解决systemback 无法生成超过4G的iso的问题]]></title><description><![CDATA[<p dir="auto">systemback是一个很好的备份还原软件。用它还可以生成自己的linux系统镜像文件。但是在使用时会发现当生成的sblive文件大于4G的时候是没有办法生成iso文件的。这是由于iso文件自身的限制，iso9600对于文件有限制，单个文件不能超过2G，总的iso文件不能超过4G。</p>
<p dir="auto">但是我们经常见到的系统安装iso文件很多都是超过4G的。这是怎么回事呢。经过我的苦苦搜索终于找到了一点线索。对于大于4G的可以采用udf文件系统。下面就是具体的解决方法了。</p>
<ol>
<li>解压  .sblive 文件:</li>
</ol>
<pre><code>mkdir sblive
tar -xf /home/systemback_live_2016-04-27.sblive -C sblive
</code></pre>
<ol start="2">
<li>重命名  syslinux 至 isolinux:</li>
</ol>
<pre><code>mv sblive/syslinux/syslinux.cfg sblive/syslinux/isolinux.cfg
mv sblive/syslinux sblive/isolinux
</code></pre>
<ol start="3">
<li>安装 cdtools</li>
</ol>
<pre><code>aria2c -s 10 https://nchc.dl.sourceforge.net/project/cdrtools/alpha/cdrtools-3.02a07.tar.gz
tar -xzvf cdrtools-3.02a07.tar.gz
cd cdrtools-3.02
make
sudo make install
</code></pre>
<ol start="3">
<li>生成  ISO 文件:</li>
</ol>
<pre><code>/opt/schily/bin/mkisofs -iso-level 3 -r -V sblive -cache-inodes -J -l -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -c isolinux/boot.cat -o sblive.iso sblive
</code></pre>
<p dir="auto">这样就可以了，估计当文件大于4G的时候程序会自动采用udf文件系统，所以可以成功创建iso文件。</p>
]]></description><link>http://community.bwbot.org/topic/194/解决systemback-无法生成超过4g的iso的问题</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 20:28:58 GMT</lastBuildDate><atom:link href="http://community.bwbot.org/topic/194.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 May 2017 08:54:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Fri, 21 Jan 2022 02:24:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/951">@wuxiaoping</a> 我也是这个问题， 你解决了吗</p>
]]></description><link>http://community.bwbot.org/post/16789</link><guid isPermaLink="true">http://community.bwbot.org/post/16789</guid><dc:creator><![CDATA[dicky98]]></dc:creator><pubDate>Fri, 21 Jan 2022 02:24:29 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Fri, 21 Jan 2022 02:22:52 GMT]]></title><description><![CDATA[<p dir="auto">我制作完iso之后写入U盘，可以正常boot，但是安装的时候显示Can not mount /dev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs。这是什么问题？百度google了都无法解决。</p>
]]></description><link>http://community.bwbot.org/post/16788</link><guid isPermaLink="true">http://community.bwbot.org/post/16788</guid><dc:creator><![CDATA[dicky98]]></dc:creator><pubDate>Fri, 21 Jan 2022 02:22:52 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Fri, 15 Oct 2021 03:36:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/792">@ldh</a> 请问一下，这个问题最后是怎样解决的呢</p>
]]></description><link>http://community.bwbot.org/post/16729</link><guid isPermaLink="true">http://community.bwbot.org/post/16729</guid><dc:creator><![CDATA[870048790]]></dc:creator><pubDate>Fri, 15 Oct 2021 03:36:36 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Mon, 28 Jun 2021 11:36:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1355">@sdksjdl</a> 感谢反馈，等有空可以把它修掉。你也可以尝试自己更改 https://github.com/BluewhaleRobot/systemback</p>
]]></description><link>http://community.bwbot.org/post/16687</link><guid isPermaLink="true">http://community.bwbot.org/post/16687</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Mon, 28 Jun 2021 11:36:23 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Sun, 27 Jun 2021 09:11:27 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1624785044159-luma-resized.jpg" alt="luma.jpg" class=" img-responsive img-markdown" /> 虚拟机是中文模式 制作出来的ISO在我的电脑上开机安装界面 乱码<img src="http://community.bwbot.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f622.png?v=9q7h1n1nrom" class="not-responsive emoji emoji-android emoji--cry" title=":cry:" alt="😢" /></p>
]]></description><link>http://community.bwbot.org/post/16686</link><guid isPermaLink="true">http://community.bwbot.org/post/16686</guid><dc:creator><![CDATA[sdksjdl]]></dc:creator><pubDate>Sun, 27 Jun 2021 09:11:27 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Tue, 06 Aug 2019 07:12:10 GMT]]></title><description><![CDATA[<p dir="auto">mount: mounting /dev/loop0 on //filesystem.squashfs faild: no such device<br />
can not mount /dev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs</p>
]]></description><link>http://community.bwbot.org/post/1433</link><guid isPermaLink="true">http://community.bwbot.org/post/1433</guid><dc:creator><![CDATA[wuxiaoping]]></dc:creator><pubDate>Tue, 06 Aug 2019 07:12:10 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Wed, 13 Feb 2019 07:32:56 GMT]]></title><description><![CDATA[<p dir="auto">在制作sblive文件的时候目标目录下的用户目录和其他非管理员账号建的目录都没有权限（都已经提权了）无法制作到sblive这个里面去，这要怎么弄啊</p>
]]></description><link>http://community.bwbot.org/post/1096</link><guid isPermaLink="true">http://community.bwbot.org/post/1096</guid><dc:creator><![CDATA[sky]]></dc:creator><pubDate>Wed, 13 Feb 2019 07:32:56 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Thu, 31 Jan 2019 02:50:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 生成的镜像安装到其他机子上，不能显示桌面内容，直接返回到了开机后输入密码的界面，知道怎么回事儿吗？</p>
]]></description><link>http://community.bwbot.org/post/1095</link><guid isPermaLink="true">http://community.bwbot.org/post/1095</guid><dc:creator><![CDATA[Youmikou]]></dc:creator><pubDate>Thu, 31 Jan 2019 02:50:00 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Wed, 09 Jan 2019 12:01:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 了解了，谢谢</p>
]]></description><link>http://community.bwbot.org/post/1056</link><guid isPermaLink="true">http://community.bwbot.org/post/1056</guid><dc:creator><![CDATA[ldh]]></dc:creator><pubDate>Wed, 09 Jan 2019 12:01:34 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Wed, 09 Jan 2019 11:15:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/792">@ldh</a> 这是另外一个问题，你的文件有超过4G的。这个是没办法的。总的iso大小可以超过4G但是里面的单个文件不能超过4G。</p>
]]></description><link>http://community.bwbot.org/post/1055</link><guid isPermaLink="true">http://community.bwbot.org/post/1055</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Wed, 09 Jan 2019 11:15:48 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Wed, 09 Jan 2019 08:51:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> <img src="/assets/uploads/files/1547023291372-screenshot-from-2019-01-09-16-40-59.png" alt="Screenshot from 2019-01-09 16-40-59.png" class=" img-responsive img-markdown" width="927" height="289" /></p>
]]></description><link>http://community.bwbot.org/post/1054</link><guid isPermaLink="true">http://community.bwbot.org/post/1054</guid><dc:creator><![CDATA[ldh]]></dc:creator><pubDate>Wed, 09 Jan 2019 08:51:12 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Wed, 09 Jan 2019 04:11:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/792">@ldh</a> 上一级目录</p>
]]></description><link>http://community.bwbot.org/post/1053</link><guid isPermaLink="true">http://community.bwbot.org/post/1053</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Wed, 09 Jan 2019 04:11:19 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Wed, 09 Jan 2019 04:00:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 在sblive路径下也不行啊</p>
]]></description><link>http://community.bwbot.org/post/1052</link><guid isPermaLink="true">http://community.bwbot.org/post/1052</guid><dc:creator><![CDATA[ldh]]></dc:creator><pubDate>Wed, 09 Jan 2019 04:00:12 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Wed, 09 Jan 2019 03:57:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> <img src="/assets/uploads/files/1547006262826-screenshot-from-2019-01-09-11-57-02.png" alt="Screenshot from 2019-01-09 11-57-02.png" class=" img-responsive img-markdown" width="923" height="161" /></p>
]]></description><link>http://community.bwbot.org/post/1051</link><guid isPermaLink="true">http://community.bwbot.org/post/1051</guid><dc:creator><![CDATA[ldh]]></dc:creator><pubDate>Wed, 09 Jan 2019 03:57:51 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Wed, 09 Jan 2019 01:12:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/792">@ldh</a> 你执行那个指令的路径不对，要在解压的sblive那个文件</p>
]]></description><link>http://community.bwbot.org/post/1049</link><guid isPermaLink="true">http://community.bwbot.org/post/1049</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Wed, 09 Jan 2019 01:12:44 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Tue, 08 Jan 2019 12:35:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 你好，我在执行生成ISO文件的时候报错了</p>
]]></description><link>http://community.bwbot.org/post/1047</link><guid isPermaLink="true">http://community.bwbot.org/post/1047</guid><dc:creator><![CDATA[ldh]]></dc:creator><pubDate>Tue, 08 Jan 2019 12:35:25 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Tue, 08 Jan 2019 12:33:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a><img src="/assets/uploads/files/1546950776734-screenshot-from-2019-01-08-20-32-16.png" alt="Screenshot from 2019-01-08 20-32-16.png" class=" img-responsive img-markdown" width="921" height="262" /></p>
]]></description><link>http://community.bwbot.org/post/1046</link><guid isPermaLink="true">http://community.bwbot.org/post/1046</guid><dc:creator><![CDATA[ldh]]></dc:creator><pubDate>Tue, 08 Jan 2019 12:33:22 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Tue, 08 Jan 2019 09:00:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 是在这个路径下/opt/schily/bin/mkisofs执行这一串代码吗-iso-level 3 -r -V sblive -cache-inodes -J -l -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -c isolinux/boot.cat -o sblive.iso sblive</p>
]]></description><link>http://community.bwbot.org/post/1045</link><guid isPermaLink="true">http://community.bwbot.org/post/1045</guid><dc:creator><![CDATA[ldh]]></dc:creator><pubDate>Tue, 08 Jan 2019 09:00:09 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Tue, 08 Jan 2019 02:40:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/792">@ldh</a> 可以在浏览器打开那个链接手动下载</p>
]]></description><link>http://community.bwbot.org/post/1044</link><guid isPermaLink="true">http://community.bwbot.org/post/1044</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Tue, 08 Jan 2019 02:40:50 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Tue, 08 Jan 2019 02:39:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 执行这个aria2c -s 10 https://nchc.dl.sourceforge.net/project/cdrtools/alpha/cdrtools-3.02a07.tar.gz，报错了，没有下载成功</p>
]]></description><link>http://community.bwbot.org/post/1043</link><guid isPermaLink="true">http://community.bwbot.org/post/1043</guid><dc:creator><![CDATA[ldh]]></dc:creator><pubDate>Tue, 08 Jan 2019 02:39:03 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Sun, 01 Jul 2018 09:23:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/94">@思念远方</a> 具体的错误是什么?</p>
]]></description><link>http://community.bwbot.org/post/677</link><guid isPermaLink="true">http://community.bwbot.org/post/677</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Sun, 01 Jul 2018 09:23:40 GMT</pubDate></item><item><title><![CDATA[Reply to 解决systemback 无法生成超过4G的iso的问题 on Sun, 01 Jul 2018 05:10:45 GMT]]></title><description><![CDATA[<p dir="auto">无法安装 cdtools，请问该怎么解决呢？</p>
]]></description><link>http://community.bwbot.org/post/676</link><guid isPermaLink="true">http://community.bwbot.org/post/676</guid><dc:creator><![CDATA[思念远方]]></dc:creator><pubDate>Sun, 01 Jul 2018 05:10:45 GMT</pubDate></item></channel></rss>