<?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[VOXL 2 &#x2F;data mount error]]></title><description><![CDATA[<p dir="auto">Hi, using a brand new VOXL flashed with 1.7.1 I'm having issues with the data.mount service failing with the following error which is preventing other applications which use it as a dependency from running:</p>
<pre><code>voxl2:/$ systemctl status data.mount
● data.mount - /data
   Loaded: loaded (/lib/systemd/system/data.mount; static; vendor preset: enabled)
   Active: failed (Result: exit-code) since Thu 2023-03-02 12:58:04 UTC; 4min 44s ago
    Where: /data
     What: /dev/disk/by-partlabel/userdata
  Process: 1155 ExecMount=/bin/mount /dev/disk/by-partlabel/userdata /data -t ext4 -o noatime,nosuid,nodev,barrier=1,data=ordered,noaut

Mar 02 12:58:04 m0054 systemd[1]: Mounting /data...
Mar 02 12:58:04 m0054 mount[1155]: mount: /data: wrong fs type, bad option, bad superblock on /dev/sda8, missing codepage or helper pro
Mar 02 12:58:04 m0054 systemd[1]: data.mount: Mount process exited, code=exited status=32
Mar 02 12:58:04 m0054 systemd[1]: data.mount: Failed with result 'exit-code'.
Mar 02 12:58:04 m0054 systemd[1]: Failed to mount /data.
</code></pre>
<p dir="auto">Additionally dmesg says the following:</p>
<pre><code>EXT4-fs (sda8): VFS: Can't find ext4 filesystem
</code></pre>
<p dir="auto">Running the mount command manually:</p>
<pre><code>voxl2:/$ /bin/mount /dev/disk/by-partlabel/userdata /data -t ext4 -o noatime,nosuid,nodev,barrier=1,data=ordered,noauto_da_alloc,discard,x-systemd.automount,x-systemd.growfs,rootcontext=system_u:object_r:data_t:s0
mount: /data: wrong fs type, bad option, bad superblock on /dev/sda8, missing codepage or helper program, or other error.
</code></pre>
<p dir="auto">/data is actually mounted and I am able to write to it, this is the first time I have encountered this problem. How can it be fixed?</p>
]]></description><link>https://forum.modalai.com/topic/3144/voxl-2-data-mount-error</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 19:32:28 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/3144.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Feb 2024 22:40:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to VOXL 2 &#x2F;data mount error on Mon, 26 Feb 2024 17:30:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czarsimon" aria-label="Profile: czarsimon">@<bdi>czarsimon</bdi></a> Interesting, I've never seen it get stuck during flashing like that. Can you try forcing it into fastboot with the button (<a href="https://docs.modalai.com/voxl2-voxl2-mini-system-image/#force-voxl-2-into-fastboot" rel="nofollow ugc">https://docs.modalai.com/voxl2-voxl2-mini-system-image/#force-voxl-2-into-fastboot</a>) and then using <code>./install.sh -w</code></p>
]]></description><link>https://forum.modalai.com/post/14919</link><guid isPermaLink="true">https://forum.modalai.com/post/14919</guid><dc:creator><![CDATA[tom]]></dc:creator><pubDate>Mon, 26 Feb 2024 17:30:13 GMT</pubDate></item><item><title><![CDATA[Reply to VOXL 2 &#x2F;data mount error on Mon, 26 Feb 2024 08:37:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tom" aria-label="Profile: tom">@<bdi>tom</bdi></a> I tried restoring the superblock using <code>mke2fs -n /dev/sda8</code> to find backups and then trying all of them with <code>e2fsck -b &lt;backup_superblock&gt; /dev/sda8</code> All of them failed to restore the filesystem. I'm seeing this on multiple VOXL 2s so it's not isolated just to this one.</p>
]]></description><link>https://forum.modalai.com/post/14916</link><guid isPermaLink="true">https://forum.modalai.com/post/14916</guid><dc:creator><![CDATA[czarsimon]]></dc:creator><pubDate>Mon, 26 Feb 2024 08:37:52 GMT</pubDate></item><item><title><![CDATA[Reply to VOXL 2 &#x2F;data mount error on Mon, 26 Feb 2024 08:06:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tom" aria-label="Profile: tom">@<bdi>tom</bdi></a> I just tried it, got stuck at the following step even after hard rebooting the device:</p>
<pre><code>...
Flashing: modalai_cal | m0054-cal-fs.ext4
[------------------------------------------------------------    ]( 94%)
Done Flashing
[----------------------------------------------------------------](100%)
&lt; waiting for any device &gt;
./flash-system-image.sh: line 624: 36563 Killed: 9               fastboot reboot
[INFO] Waiting for ADB, if this takes more than 1 minute power cycle VOXL
</code></pre>
<p dir="auto">Nothing using <code>adb devices</code></p>
]]></description><link>https://forum.modalai.com/post/14914</link><guid isPermaLink="true">https://forum.modalai.com/post/14914</guid><dc:creator><![CDATA[czarsimon]]></dc:creator><pubDate>Mon, 26 Feb 2024 08:06:01 GMT</pubDate></item><item><title><![CDATA[Reply to VOXL 2 &#x2F;data mount error on Mon, 26 Feb 2024 00:27:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czarsimon" aria-label="Profile: czarsimon">@<bdi>czarsimon</bdi></a> Have you tried flashing the latest SDK using the full "wipe all partitions option"?</p>
<p dir="auto"><code>./install.sh -w</code></p>
]]></description><link>https://forum.modalai.com/post/14910</link><guid isPermaLink="true">https://forum.modalai.com/post/14910</guid><dc:creator><![CDATA[tom]]></dc:creator><pubDate>Mon, 26 Feb 2024 00:27:59 GMT</pubDate></item><item><title><![CDATA[Reply to VOXL 2 &#x2F;data mount error on Fri, 23 Feb 2024 23:34:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/tom" aria-label="Profile: tom">@<bdi>tom</bdi></a> said in <a href="/post/14899">VOXL 2 /data mount error</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czarsimon" aria-label="Profile: czarsimon">@<bdi>czarsimon</bdi></a> Are you having this issue on every reboot?</p>
</blockquote>
<p dir="auto">Yes, I tried re-flashing as well as completely wiping it using the qdl tool, same issue.</p>
]]></description><link>https://forum.modalai.com/post/14900</link><guid isPermaLink="true">https://forum.modalai.com/post/14900</guid><dc:creator><![CDATA[czarsimon]]></dc:creator><pubDate>Fri, 23 Feb 2024 23:34:46 GMT</pubDate></item><item><title><![CDATA[Reply to VOXL 2 &#x2F;data mount error on Fri, 23 Feb 2024 22:47:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/czarsimon" aria-label="Profile: czarsimon">@<bdi>czarsimon</bdi></a> Are you having this issue on every reboot?</p>
]]></description><link>https://forum.modalai.com/post/14899</link><guid isPermaLink="true">https://forum.modalai.com/post/14899</guid><dc:creator><![CDATA[tom]]></dc:creator><pubDate>Fri, 23 Feb 2024 22:47:10 GMT</pubDate></item></channel></rss>