<?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[Mounting Windows 10 share using the GUI fails with mount error(13)]]></title><description><![CDATA[<p dir="auto">Steps to replicate:</p>
<ol>
<li>Navigate to #/volumes</li>
<li>Add a CIFS share (Windows 10)</li>
<li>Press save</li>
</ol>
<p dir="auto">Expected result:</p>
<ul>
<li>Share is mounted</li>
</ul>
<p dir="auto">Actual result:</p>
<ul>
<li>Share not mounted and fails with error (13) permission denied; log shows version mismatch (vers=1.0):</li>
</ul>
<p dir="auto"><code>[ 2302.388098] CIFS: Attempting to mount //192.168.2.3/test [ 2302.388117] No dialect specified on mount. Default has changed to a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS (SMB1). To use the less secure SMB1 dialect to access old servers which do not support SMB3 (or SMB2.1) specify vers=1.0 on mount. [ 2302.399555] Status code returned 0xc000006d STATUS_LOGON_FAILURE [ 2302.399564] CIFS VFS: \\192.168.2.3 Send error in SessSetup = -13 [ 2302.399599] CIFS VFS: cifs_mount failed w/return code = -13</code></p>
]]></description><link>https://forum.cloudron.io/topic/6214/mounting-windows-10-share-using-the-gui-fails-with-mount-error-13</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 08:08:24 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/6214.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 23 Dec 2021 12:39:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mounting Windows 10 share using the GUI fails with mount error(13) on Thu, 13 Jan 2022 20:23:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/3246" aria-label="Profile: 3246">@<bdi>3246</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> , I am not sure (didn't try myself) but things suggested in <a href="https://askubuntu.com/questions/1179576/ubuntu-18-04-problem-to-connect-to-windows-10-smb-share" target="_blank" rel="noopener noreferrer nofollow ugc">this</a> post may help ..</p>
]]></description><link>https://forum.cloudron.io/post/41804</link><guid isPermaLink="true">https://forum.cloudron.io/post/41804</guid><dc:creator><![CDATA[neurokrish]]></dc:creator><pubDate>Thu, 13 Jan 2022 20:23:50 GMT</pubDate></item><item><title><![CDATA[Reply to Mounting Windows 10 share using the GUI fails with mount error(13) on Wed, 12 Jan 2022 18:40:12 GMT]]></title><description><![CDATA[<p dir="auto">mm, I see that you made some good progress already with trying the mount command line. Cloudron uses systemd mount files which internally uses mount as well. After you try mounting with Cloudron:</p>
<ul>
<li><code>systemd-escape -p --suffix=mount /mnt/test</code> . This will give the name of systemd mount file name.</li>
<li><code>journalctl -u &lt;mountfilename&gt;</code> . So, this would be <code>journalctl -u mnt-test.mount</code> if you are testing with <code>/mnt/test</code>.</li>
</ul>
<p dir="auto">That should give us more complete logs.</p>
]]></description><link>https://forum.cloudron.io/post/41700</link><guid isPermaLink="true">https://forum.cloudron.io/post/41700</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 12 Jan 2022 18:40:12 GMT</pubDate></item><item><title><![CDATA[Reply to Mounting Windows 10 share using the GUI fails with mount error(13) on Wed, 12 Jan 2022 18:35:21 GMT]]></title><description><![CDATA[<p dir="auto">I don't have a Windows 10, but I would like to get this fixed. <a class="plugin-mentions-user plugin-mentions-a" href="/user/3246" aria-label="Profile: 3246">@<bdi>3246</bdi></a> is it possible to get access to your server to debug this further? I am guessing it's some configuration line issue. If it's possible, can you please drop a note to <a href="mailto:support@cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">support@cloudron.io</a> ? Thanks!</p>
]]></description><link>https://forum.cloudron.io/post/41699</link><guid isPermaLink="true">https://forum.cloudron.io/post/41699</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 12 Jan 2022 18:35:21 GMT</pubDate></item><item><title><![CDATA[Reply to Mounting Windows 10 share using the GUI fails with mount error(13) on Fri, 24 Dec 2021 10:10:48 GMT]]></title><description><![CDATA[<p dir="auto">are all the "/" being escaped properly?</p>
]]></description><link>https://forum.cloudron.io/post/40898</link><guid isPermaLink="true">https://forum.cloudron.io/post/40898</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Fri, 24 Dec 2021 10:10:48 GMT</pubDate></item><item><title><![CDATA[Reply to Mounting Windows 10 share using the GUI fails with mount error(13) on Fri, 24 Dec 2021 10:02:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> thanks. When I try the following on the command line it works, when I try it in the GUI it doesn't <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f622.png?v=665e13d50c8" class="not-responsive emoji emoji-android emoji--cry" style="height:23px;width:auto;vertical-align:middle" title=":'(" alt="😢" /> What am I doing wrong?</p>
<p dir="auto"><code>root@my:~# mount -t cifs -o username=&lt;username&gt;,password="&lt;supercoolpassword&gt;",rw,iocharset=utf8,file_mode=0666,dir_mode=0777,uid=yellowtent,gid=yellowtent //192.168.2.3/test /mnt/test</code></p>
]]></description><link>https://forum.cloudron.io/post/40897</link><guid isPermaLink="true">https://forum.cloudron.io/post/40897</guid><dc:creator><![CDATA[3246]]></dc:creator><pubDate>Fri, 24 Dec 2021 10:02:00 GMT</pubDate></item><item><title><![CDATA[Reply to Mounting Windows 10 share using the GUI fails with mount error(13) on Fri, 24 Dec 2021 07:17:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/3246" aria-label="Profile: 3246">@<bdi>3246</bdi></a> For CIFS, cloudron tries to mount with the following options:</p>
<p dir="auto"><code>username=${mountOptions.username},password=${mountOptions.password},rw,iocharset=utf8,file_mode=0666,dir_mode=0777,uid=yellowtent,gid=yellowtent</code></p>
<p dir="auto">(replace with your username and password)</p>
<p dir="auto">Can you try mounting on the command line with the options above and narrow down to what option might be causing problems mounting?</p>
]]></description><link>https://forum.cloudron.io/post/40893</link><guid isPermaLink="true">https://forum.cloudron.io/post/40893</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 24 Dec 2021 07:17:18 GMT</pubDate></item><item><title><![CDATA[Reply to Mounting Windows 10 share using the GUI fails with mount error(13) on Thu, 23 Dec 2021 12:49:53 GMT]]></title><description><![CDATA[<p dir="auto">I've tried disabling vers=1.0 in Windows 10 (<a href="https://docs.microsoft.com/en-us/windows-server/storage/file-server/troubleshoot/detect-enable-and-disable-smbv1-v2-v3" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.microsoft.com/en-us/windows-server/storage/file-server/troubleshoot/detect-enable-and-disable-smbv1-v2-v3</a>), rebooted, and sadly the error persists.</p>
<p dir="auto">Mounting the share from the command line with and without specifying the version works.</p>
]]></description><link>https://forum.cloudron.io/post/40855</link><guid isPermaLink="true">https://forum.cloudron.io/post/40855</guid><dc:creator><![CDATA[3246]]></dc:creator><pubDate>Thu, 23 Dec 2021 12:49:53 GMT</pubDate></item></channel></rss>