<?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[No Space left, format drive for better allocation?]]></title><description><![CDATA[<p dir="auto">Ive already run into a size issue on the Onion after installing phython3 lite. Is there a way to increase the root size other than getting an SD card? Can I reduce tmpfs ?</p>
<p dir="auto">Filesystem                Size      Used Available Use% Mounted on<br />
/dev/root                 5.5M      5.5M         0 100% /rom<br />
tmpfs                    29.7M    212.0K     29.5M   1% /tmp<br />
/dev/mtdblock6            9.1M      8.9M    148.0K  98% /overlay<br />
overlayfs:/overlay        9.1M      8.9M    148.0K  98% /<br />
tmpfs                   512.0K         0    512.0K   0% /dev</p>
]]></description><link>http://community.onion.io/topic/2401/no-space-left-format-drive-for-better-allocation</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 07:06:58 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/2401.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Oct 2017 04:13:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to No Space left, format drive for better allocation? on Sun, 08 Oct 2017 04:13:34 GMT]]></title><description><![CDATA[<p dir="auto">Ive already run into a size issue on the Onion after installing phython3 lite. Is there a way to increase the root size other than getting an SD card? Can I reduce tmpfs ?</p>
<p dir="auto">Filesystem                Size      Used Available Use% Mounted on<br />
/dev/root                 5.5M      5.5M         0 100% /rom<br />
tmpfs                    29.7M    212.0K     29.5M   1% /tmp<br />
/dev/mtdblock6            9.1M      8.9M    148.0K  98% /overlay<br />
overlayfs:/overlay        9.1M      8.9M    148.0K  98% /<br />
tmpfs                   512.0K         0    512.0K   0% /dev</p>
]]></description><link>http://community.onion.io/post/14662</link><guid isPermaLink="true">http://community.onion.io/post/14662</guid><dc:creator><![CDATA[brolly759]]></dc:creator><pubDate>Sun, 08 Oct 2017 04:13:34 GMT</pubDate></item><item><title><![CDATA[Reply to No Space left, format drive for better allocation? on Mon, 09 Oct 2017 20:42:35 GMT]]></title><description><![CDATA[<p dir="auto">The problem is the overlay scheme - when you make changes, you don't actually replace the existing files in the same storage blocks, rather you use additional blocks to store the updated files, with the overlay system then hiding the original versions as they continue to take up space.</p>
<p dir="auto">The only real fixes are to</p>
<ul>
<li>not replace as many existing files</li>
<li>put the versions you need in the read only partition; technically this can be done by skilled use of uImage and squashfs tools without the rebuild from source that would normally be used to generate a custom disk image (over a year in, building from source still doesn't yield a system with working wifi), but it would be a fairly tricky process to figure out</li>
<li>use some other storage media, though beware that SD cards tolerate unprepared power cycling and even usage for Linux type filesystems relatively poorly.</li>
</ul>
<p dir="auto">Changing the size of the tmpfs partitions won't help, as those are ramdisks, and only really use memory to the extent that they are utilized, which the 1% and 0% numbers indicate they are not.</p>
]]></description><link>http://community.onion.io/post/14678</link><guid isPermaLink="true">http://community.onion.io/post/14678</guid><dc:creator><![CDATA[Chris Stratton]]></dc:creator><pubDate>Mon, 09 Oct 2017 20:42:35 GMT</pubDate></item></channel></rss>