<?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[Help resizing the root partitiion]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">when trying to install the new browser I ran into a problem with not having enough space in /var/cache/apt/archives</p>
<p dir="auto">I thought this might have been because I did something foolish with my device (BQ M10 FHD - freiza) but I can see other people having the same problem.</p>
<p dir="auto">Looking around the forum I can see that people recommend a couple of things:</p>
<ol>
<li><code>sudo apt autoremove</code> or <code>sudo apt-get clean</code></li>
<li>Resizing the root partition</li>
</ol>
<p dir="auto">The solutions in 1. don't free up enough space.</p>
<p dir="auto">For resizing I can see this script being mentioned - <a href="https://github.com/timsueberkrueb/plasma-phone-dev-setup/blob/master/usr/bin/resize-root-partition" rel="nofollow ugc">https://github.com/timsueberkrueb/plasma-phone-dev-setup/blob/master/usr/bin/resize-root-partition</a></p>
<p dir="auto">Has anyone successfully used it?  Is there an alternative?</p>
<p dir="auto">Is there a recommended size to change to?</p>
]]></description><link>https://forums.ubports.com/topic/1326/help-resizing-the-root-partitiion</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 15:28:38 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/1326.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 Jun 2018 11:09:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help resizing the root partitiion on Sun, 02 Jun 2019 16:17:02 GMT]]></title><description><![CDATA[<p dir="auto">This has worked for numerous users: <a href="https://forums.ubports.com/post/13645">https://forums.ubports.com/post/13645</a>.</p>
<p dir="auto">I've found running these commands works more reliably from fastboot mode.</p>
]]></description><link>https://forums.ubports.com/post/20446</link><guid isPermaLink="true">https://forums.ubports.com/post/20446</guid><dc:creator><![CDATA[myii]]></dc:creator><pubDate>Sun, 02 Jun 2019 16:17:02 GMT</pubDate></item><item><title><![CDATA[Reply to Help resizing the root partitiion on Mon, 27 May 2019 16:28:27 GMT]]></title><description><![CDATA[<p dir="auto">You can bind <code>/var/cache/apt/archives</code> temporary, using <code>mount -o bind</code> command.</p>
<pre><code class="language-bash"># create dir in userdata space 
$ sudo mkdir -p /userdata/system-data/var/cache/apt/archives
# mount - bind
$ sudo mount -o bind /userdata/system-data/var/cache/apt/archives /var/cache/apt/archives/

</code></pre>
<p dir="auto">Now your <code>/var/cache/apt/archives</code> has more space until reboot.</p>
]]></description><link>https://forums.ubports.com/post/20291</link><guid isPermaLink="true">https://forums.ubports.com/post/20291</guid><dc:creator><![CDATA[jezek]]></dc:creator><pubDate>Mon, 27 May 2019 16:28:27 GMT</pubDate></item><item><title><![CDATA[Reply to Help resizing the root partitiion on Mon, 13 May 2019 16:03:02 GMT]]></title><description><![CDATA[<p dir="auto">Works, Thanks!</p>
]]></description><link>https://forums.ubports.com/post/19915</link><guid isPermaLink="true">https://forums.ubports.com/post/19915</guid><dc:creator><![CDATA[baruchiro]]></dc:creator><pubDate>Mon, 13 May 2019 16:03:02 GMT</pubDate></item><item><title><![CDATA[Reply to Help resizing the root partitiion on Mon, 13 May 2019 15:54:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/baruchiro" aria-label="Profile: baruchiro">@<bdi>baruchiro</bdi></a> You may have to create the folders in /userdata/system-data/var/cache/... i do not recall if i did or not on my side</p>
]]></description><link>https://forums.ubports.com/post/19914</link><guid isPermaLink="true">https://forums.ubports.com/post/19914</guid><dc:creator><![CDATA[tera]]></dc:creator><pubDate>Mon, 13 May 2019 15:54:41 GMT</pubDate></item><item><title><![CDATA[Reply to Help resizing the root partitiion on Mon, 13 May 2019 10:29:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tera" aria-label="Profile: tera">@<bdi>tera</bdi></a> It did not work, with the following error:</p>
<blockquote>
<p dir="auto">mount: special device /userdata/system-data//var/cache/apt/archives does not exist</p>
</blockquote>
<p dir="auto">But yesterday I somehow managed to make it work, but then I reinstalled and now I can not.</p>
]]></description><link>https://forums.ubports.com/post/19907</link><guid isPermaLink="true">https://forums.ubports.com/post/19907</guid><dc:creator><![CDATA[baruchiro]]></dc:creator><pubDate>Mon, 13 May 2019 10:29:46 GMT</pubDate></item><item><title><![CDATA[Reply to Help resizing the root partitiion on Sun, 12 May 2019 14:01:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/baruchiro" aria-label="Profile: baruchiro">@<bdi>baruchiro</bdi></a> Adding this line will allow you to mount that /var/cache/.. folder inside the larger /userdata partition so there is space available to perform the package installation (double slashes are expected, check similar existing lines in /etc/fstab and note it's a bind mount)<br />
Not sure if such change should be made persistant or only considered as a workaround...</p>
]]></description><link>https://forums.ubports.com/post/19882</link><guid isPermaLink="true">https://forums.ubports.com/post/19882</guid><dc:creator><![CDATA[tera]]></dc:creator><pubDate>Sun, 12 May 2019 14:01:18 GMT</pubDate></item><item><title><![CDATA[Reply to Help resizing the root partitiion on Sat, 11 May 2019 20:21:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tera" aria-label="Profile: tera">@<bdi>tera</bdi></a> I also did not understand if there was a mistake in the characters //?</p>
<p dir="auto">/userdata/system-data//var/cache</p>
]]></description><link>https://forums.ubports.com/post/19859</link><guid isPermaLink="true">https://forums.ubports.com/post/19859</guid><dc:creator><![CDATA[baruchiro]]></dc:creator><pubDate>Sat, 11 May 2019 20:21:37 GMT</pubDate></item><item><title><![CDATA[Reply to Help resizing the root partitiion on Sat, 11 May 2019 18:19:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tera" aria-label="Profile: tera">@<bdi>tera</bdi></a> Can you briefly explain what you have done here?</p>
]]></description><link>https://forums.ubports.com/post/19858</link><guid isPermaLink="true">https://forums.ubports.com/post/19858</guid><dc:creator><![CDATA[baruchiro]]></dc:creator><pubDate>Sat, 11 May 2019 18:19:22 GMT</pubDate></item><item><title><![CDATA[Reply to Help resizing the root partitiion on Sat, 11 May 2019 09:51:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/padraic" aria-label="Profile: padraic">@<bdi>padraic</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/baruchiro" aria-label="Profile: baruchiro">@<bdi>baruchiro</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/matteo" aria-label="Profile: matteo">@<bdi>matteo</bdi></a> Got the same issue on FP2 and solved it by adding this line to /etc/fstab:</p>
<pre><code>/userdata/system-data//var/cache/apt/archives /var/cache/apt/archives none bind 0 0
</code></pre>
<p dir="auto">Issue then a <code>sudo mount -a</code> and retry installing...</p>
]]></description><link>https://forums.ubports.com/post/19821</link><guid isPermaLink="true">https://forums.ubports.com/post/19821</guid><dc:creator><![CDATA[tera]]></dc:creator><pubDate>Sat, 11 May 2019 09:51:11 GMT</pubDate></item><item><title><![CDATA[Reply to Help resizing the root partitiion on Fri, 10 May 2019 09:03:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matteo" aria-label="Profile: matteo">@<bdi>matteo</bdi></a> Hi, I just installed this tool, but I cant press on anything</p>
]]></description><link>https://forums.ubports.com/post/19735</link><guid isPermaLink="true">https://forums.ubports.com/post/19735</guid><dc:creator><![CDATA[baruchiro]]></dc:creator><pubDate>Fri, 10 May 2019 09:03:37 GMT</pubDate></item><item><title><![CDATA[Reply to Help resizing the root partitiion on Wed, 06 Jun 2018 16:01:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/padraic" aria-label="Profile: padraic">@<bdi>padraic</bdi></a>,<br />
to resize the rootfs there is a tool called ATU which can be useful for you at the scope. I can redirect you to the page where there are the steps to be followed and the file to download:</p>
<p dir="auto"><a href="https://sourceforge.net/projects/all-things-ubuntu-library/" rel="nofollow ugc">ATU - All Things Ubuntu</a></p>
<p dir="auto">Matteo</p>
]]></description><link>https://forums.ubports.com/post/9517</link><guid isPermaLink="true">https://forums.ubports.com/post/9517</guid><dc:creator><![CDATA[matteo]]></dc:creator><pubDate>Wed, 06 Jun 2018 16:01:37 GMT</pubDate></item></channel></rss>