<?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[Volumes not mounted, Error in app]]></title><description><![CDATA[<p dir="auto">I noticed that my Calibre Web instance is no longer working because the mounted volume containing the database could not be found.<br />
According to the dashboard, no volume was mounted at all, so I'm posting this here:<br />
<img src="/assets/uploads/files/1775199783409-4a66d2fa-6896-4d40-b9ce-0943119ad84f-image-resized.jpeg" alt="4a66d2fa-6896-4d40-b9ce-0943119ad84f-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">I use Syncthing for the remaining 3 volumes, and interestingly enough, there are no issues there—the app (and the shares) work as usual</p>
<p dir="auto">There was no change in the last weeks (especially when it comes to the volumes), beside the regulary cloudron updates.</p>
<h5>What did I try</h5>
<ul>
<li>Server reboot</li>
<li>App reloaded, same error<br />
Output:</li>
</ul>
<pre><code>Mar 30 18:55:15 apptask: createContainer: creating container
Mar 30 18:55:15 shell: mounts: mountpoint -q -- /media/calibre-library
Mar 30 18:55:15 shell: mounts: mountpoint -q -- /media/calibre-library errored BoxError: mountpoint exited with code 32 signal null
Mar 30 18:55:15 apptask: run: app error for state pending_recreate_container: BoxError: Volume "calibre-library" is not active. Not mounted
Mar 30 18:55:15 tasks: setCompleted - 3520: {"result":null,"error":{"message":"Volume \"calibre-library\" is not active. Not mounted","reason":"Bad State"},"percent":100}
Mar 30 18:55:15 tasks: updating task 3520 with: {"completed":true,"result":null,"error":{"message":"Volume \"calibre-library\" is not active. Not mounted","reason":"Bad State"},"percent":100}
Mar 30 18:55:15 taskworker: Task took 3.154 seconds
Mar 30 18:55:15 Exiting with code 0
Mar 30 18:55:15 BoxError: Volume "calibre-library" is not active. Not mounted
Mar 30 18:55:15 BoxError: Volume "calibre-library" is not active. Not mounted
</code></pre>
<ul>
<li>I found this <a href="https://forum.cloudron.io/post/98439">case</a> on the forum that sounds similar and tried to follow the steps, but there is no mount command with my volume id available</li>
</ul>
<ul>
<li><code>cloudron-support --troubleshoot</code> output:</li>
</ul>
<pre><code>Vendor: QEMU Product: Standard PC (Q35 + ICH9, 2009)
Linux: 6.8.0-106-generic
Ubuntu: noble 24.04
Execution environment: kvm
Processor: Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz
BIOS pc-q35-10.0  CPU @ 2.0GHz x 8
RAM: 32866148KB
Disk: /dev/sda2       541G
[OK]	node version is correct
[OK]	IPv6 is enabled and public IPv6 address is working
[OK]	docker is running
[OK]	docker version is correct
[OK]	MySQL is running
[OK]	netplan is good
[OK]	DNS is resolving via systemd-resolved
[OK]	unbound is running
[OK]	nginx is running
[OK]	dashboard cert is valid
[OK]	dashboard is reachable via loopback
[OK]	No pending database migrations
[OK]	Service 'mysql' is running and healthy
[OK]	Service 'postgresql' is running and healthy
[OK]	Service 'mongodb' is running and healthy
[OK]	Service 'mail' is running and healthy
[OK]	Service 'graphite' is running and healthy
[OK]	Service 'sftp' is running and healthy
[OK]	box v9.1.5 is running
[OK]	Dashboard is reachable via domain name
</code></pre>
<ul>
<li>Output /home/yellowtent/platformdata/logs/box.log:<br />
<code>2026-03-29T00:07:11.213Z apphealthmonitor: app health: 11 running / 6 stopped / 1 unresponsive</code></li>
</ul>
<p dir="auto">What could be the problem here?<br />
Thanks in advance!</p>
]]></description><link>https://forum.cloudron.io/topic/15342/volumes-not-mounted-error-in-app</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 05:17:29 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/15342.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Apr 2026 07:15:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Volumes not mounted, Error in app on Wed, 08 Apr 2026 19:38:48 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/hpz24" aria-label="Profile: hpz24">@<bdi>hpz24</bdi></a><br />
Then you should use <a href="https://docs.cloudron.io/volumes/#filesystem" target="_blank" rel="noopener noreferrer nofollow ugc">filesystem</a> as the volume type.</p>
]]></description><link>https://forum.cloudron.io/post/123093</link><guid isPermaLink="true">https://forum.cloudron.io/post/123093</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Wed, 08 Apr 2026 19:38:48 GMT</pubDate></item><item><title><![CDATA[Reply to Volumes not mounted, Error in app on Thu, 09 Apr 2026 10:06:02 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/hpz24" aria-label="Profile: hpz24">@<bdi>hpz24</bdi></a></p>
<p dir="auto">Glad to read this resolved your issue and sorry for the inconvenience.</p>
]]></description><link>https://forum.cloudron.io/post/123113</link><guid isPermaLink="true">https://forum.cloudron.io/post/123113</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Thu, 09 Apr 2026 10:06:02 GMT</pubDate></item><item><title><![CDATA[Reply to Volumes not mounted, Error in app on Thu, 09 Apr 2026 06:18:30 GMT]]></title><description><![CDATA[<p dir="auto">wow, that was easy: changed the type to filesystem and the apps are working again.<br />
I have no idea why or when that changed to the wrong mount type.</p>
<p dir="auto">anyway, thanks for your help, resolved <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=090c346130c" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/123098</link><guid isPermaLink="true">https://forum.cloudron.io/post/123098</guid><dc:creator><![CDATA[hpz24]]></dc:creator><pubDate>Thu, 09 Apr 2026 06:18:30 GMT</pubDate></item><item><title><![CDATA[Reply to Volumes not mounted, Error in app on Wed, 08 Apr 2026 19:38:48 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/hpz24" aria-label="Profile: hpz24">@<bdi>hpz24</bdi></a><br />
Then you should use <a href="https://docs.cloudron.io/volumes/#filesystem" target="_blank" rel="noopener noreferrer nofollow ugc">filesystem</a> as the volume type.</p>
]]></description><link>https://forum.cloudron.io/post/123093</link><guid isPermaLink="true">https://forum.cloudron.io/post/123093</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Wed, 08 Apr 2026 19:38:48 GMT</pubDate></item><item><title><![CDATA[Reply to Volumes not mounted, Error in app on Wed, 08 Apr 2026 18:29:51 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/james" aria-label="Profile: james">@<bdi>james</bdi></a>,<br />
none of them is a separate drive or partition, just directories that I´ve created before I set them up as volumes in the dashboard</p>
<pre><code>root@server:/media# lsblk -o path,size,model --nodeps
PATH        SIZE MODEL
/dev/loop0   13M
/dev/loop1 13.4M
/dev/loop2   74M
/dev/loop3 48.4M
/dev/loop4   74M
/dev/loop5 48.1M
/dev/sda    640G QEMU HARDDISK
</code></pre>
<pre><code>root@server:/media# ls -la
total 96
drwxr-xr-x   7 root root  4096 Apr  5 13:23 .
drwxr-xr-x  23 root root  4096 May 19  2025 ..
drwxrwxrwx 835 1000 root 69632 Feb 22 09:35 calibre-library
drwxrwxrwx   5 root root  4096 Mar 30 18:46 ebook-share
drwxrwxrwx   4 root root  4096 May 22  2025 exchange-share
drwxrwxrwx   3 root root  4096 May 19  2025 obsidian-share
drwxrwxrwx   2 root root  4096 Apr  5 13:23 test
</code></pre>
]]></description><link>https://forum.cloudron.io/post/123088</link><guid isPermaLink="true">https://forum.cloudron.io/post/123088</guid><dc:creator><![CDATA[hpz24]]></dc:creator><pubDate>Wed, 08 Apr 2026 18:29:51 GMT</pubDate></item><item><title><![CDATA[Reply to Volumes not mounted, Error in app on Wed, 08 Apr 2026 17:38:52 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/hpz24" aria-label="Profile: hpz24">@<bdi>hpz24</bdi></a><br />
Are each of your <code>/media/(calibre-libray|ebook-share|exchange-share|obsidian-share</code> on your server really a separate drives or partitions that are mounted?</p>
]]></description><link>https://forum.cloudron.io/post/123086</link><guid isPermaLink="true">https://forum.cloudron.io/post/123086</guid><dc:creator><![CDATA[james]]></dc:creator><pubDate>Wed, 08 Apr 2026 17:38:52 GMT</pubDate></item><item><title><![CDATA[Reply to Volumes not mounted, Error in app on Sun, 05 Apr 2026 13:34:58 GMT]]></title><description><![CDATA[<p dir="auto">Hi, thanks for you answer!</p>
<p dir="auto">No, I haven´t any fstab entries or seperate .mount files, but I created the volumes in the dashboard:</p>
<ul>
<li>
<p dir="auto">Create folder in /media (e.g, /media/test)</p>
</li>
<li>
<p dir="auto">Create volume (screenshot)<br />
<img src="/assets/uploads/files/1775395969908-21bde792-695f-4f0d-8c25-b7b227f46a0a-image-resized.jpeg" alt="21bde792-695f-4f0d-8c25-b7b227f46a0a-image.jpeg" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto">Volume is available in the apps (like calibre)</p>
</li>
</ul>
<p dir="auto">The idea was to separate the data from the app, since there’s no need to back it up. Was that the wrong approach?<br />
Worked well for a long time...</p>
]]></description><link>https://forum.cloudron.io/post/122942</link><guid isPermaLink="true">https://forum.cloudron.io/post/122942</guid><dc:creator><![CDATA[hpz24]]></dc:creator><pubDate>Sun, 05 Apr 2026 13:34:58 GMT</pubDate></item><item><title><![CDATA[Reply to Volumes not mounted, Error in app on Sun, 05 Apr 2026 10:01:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hpz24" aria-label="Profile: hpz24">@<bdi>hpz24</bdi></a> <code>mountpoint</code> means Cloudron does <strong>not</strong> manage the mountpoint. It is the user's responsibility to have them mounted before the containers are running. So, I guess the question is: do you have .mount files or fstab entries for these mountpoints?</p>
]]></description><link>https://forum.cloudron.io/post/122933</link><guid isPermaLink="true">https://forum.cloudron.io/post/122933</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Sun, 05 Apr 2026 10:01:14 GMT</pubDate></item></channel></rss>