<?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[&#x2F;bin&#x2F;fog.upload doesn&#x27;t exist]]></title><description><![CDATA[<p dir="auto">Getting error: Could not verify mount point, check if .mntcheck exists (/bin/fog.upload)</p>
<pre><code>[root@fogserver ~]$ ls -alrt /fogserver/images/
total 116
drwxrwxrwx.  2 fogproject root     4096 Oct 19  2018 T470-Win10
drwxrwxrwx.  2 fogproject root     4096 Jan 22  2019 postdownloadscripts
-rwxrwxrwx.  1 fogproject root        0 Jan 22  2019 .mntcheck
drwxrwxrwx.  2 fogproject root     4096 Jan 22  2019 T480-Win10
</code></pre>
<p dir="auto">Missing fog.upload</p>
<pre><code>[root@fogserver ~]$ ls /bin/ | grep -i fog
[root@fogserver ~]$
</code></pre>
<p dir="auto">Here is the Storage Path:</p>
<p dir="auto"><img src="/assets/uploads/files/1668106018433-0800d893-5799-4dcf-acf3-57f21e330141-image.png" alt="0800d893-5799-4dcf-acf3-57f21e330141-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Thoughts?</p>
]]></description><link>http://forums.fogproject.org/topic/16585/bin-fog-upload-doesn-t-exist</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 02:28:29 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/16585.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Nov 2022 18:47:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &#x2F;bin&#x2F;fog.upload doesn&#x27;t exist on Mon, 14 Nov 2022 15:08:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28061">@sebastian-roth</a> said in <a href="/post/150543">/bin/fog.upload doesn't exist</a>:</p>
<blockquote>
<p dir="auto">mkdir /fogserver/images/dev<br />
chmod 777 /fogserver/images/dev/<br />
touch /fogserver/images/dev/.mntcheck<br />
exportfs -r -v</p>
</blockquote>
<p dir="auto">Thanks for the help on this <a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/28061">@Sebastian-Roth</a> this was the fix. I also 777 .mntcheck but not sure if this is/was necessary.</p>
]]></description><link>http://forums.fogproject.org/post/150555</link><guid isPermaLink="true">http://forums.fogproject.org/post/150555</guid><dc:creator><![CDATA[Technolust]]></dc:creator><pubDate>Mon, 14 Nov 2022 15:08:17 GMT</pubDate></item><item><title><![CDATA[Reply to &#x2F;bin&#x2F;fog.upload doesn&#x27;t exist on Sat, 12 Nov 2022 17:49:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/41882">@technolust</a> said in <a href="/post/150539">/bin/fog.upload doesn't exist</a>:</p>
<blockquote>
<p dir="auto">Is there any reason why fog.upload is missing or is there a way to create it?</p>
</blockquote>
<p dir="auto">There is a misunderstanding I suppose. The error message is <strong>not</strong> saying <code>/bin/fog.upload</code> doesn’t exist but rather it can’t find <code>.mntcheck</code> which should exist in <code>/fogserver/images/dev/</code> in your case.</p>
<pre><code>mkdir /fogserver/images/dev
chmod 777 /fogserver/images/dev/
touch /fogserver/images/dev/.mntcheck
exportfs -r -v
</code></pre>
<p dir="auto">That should fix things for you.</p>
]]></description><link>http://forums.fogproject.org/post/150543</link><guid isPermaLink="true">http://forums.fogproject.org/post/150543</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Sat, 12 Nov 2022 17:49:42 GMT</pubDate></item><item><title><![CDATA[Reply to &#x2F;bin&#x2F;fog.upload doesn&#x27;t exist on Fri, 11 Nov 2022 21:24:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a> Here is the showmount:</p>
<pre><code>[root@fogserver ~]$ showmount -e 127.0.0.1
Export list for 127.0.0.1:
/fogserver/images/dev *
/fogserver/images     *
[root@fogserver ~]$
[root@fogserver ~]$ firewall-cmd --list-all
FirewallD is not running
[root@fogserver ~]$
</code></pre>
<p dir="auto">Filesystem is local so NFS is not being used either. Is there any reason why fog.upload is missing or is there a way to create it? We may have to troubleshoot on the client side to see.</p>
<p dir="auto">Host is on a different subnet but is able to see fogserver from PXE even shows the fogserver version. Fails when checking mounted file system.</p>
<p dir="auto">Here is fstab:</p>
<pre><code>[root@fogserver ~]$ cat /etc/fstab

#
# /etc/fstab
# Created by anaconda on Fri Jan 18 14:32:07 2019
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=d3680351-a819-4c0c-89a1-b057c9d706a6 /               ext4    defaults        1 1
UUID=80abf18a-7119-46a7-ac46-422183088f2e /boot           ext4    defaults        1 2
UUID=7bac224f-c127-4d8e-8f51-e44aad453bc0 swap            swap    defaults        0 0
UUID=3a7d35ea-a600-4d0f-b40a-848b54a9bd3e /fogserver      ext4    defaults        0 0
UUID=c4bbc7df-8517-4f33-b9a6-374cbd8374da /fog_archives   ext4    defaults        0 0
</code></pre>
<p dir="auto">Here are the mounts:</p>
<pre><code>[root@fogserver ~]$ lsblk
NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
sda      8:0    0  100G  0 disk
├─sda1   8:1    0  4.1G  0 part /boot
├─sda2   8:2    0    8G  0 part [SWAP]
└─sda3   8:3    0   86G  0 part /
sdb      8:16   0    2T  0 disk
└─sdb1   8:17   0    2T  0 part /fogserver
sdc      8:32   0    4T  0 disk /fog_archives
[root@fogserver ~]$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda3        85G   51G   30G  64% /
/dev/sda1       4.0G  351M  3.4G  10% /boot
/dev/sdb1       2.0T  1.1T  813G  58% /fogserver
/dev/sdc        4.0T  460G  3.4T  12% /fog_archives
[jkrinsky@fogserver ~]$
</code></pre>
]]></description><link>http://forums.fogproject.org/post/150539</link><guid isPermaLink="true">http://forums.fogproject.org/post/150539</guid><dc:creator><![CDATA[Technolust]]></dc:creator><pubDate>Fri, 11 Nov 2022 21:24:35 GMT</pubDate></item><item><title><![CDATA[Reply to &#x2F;bin&#x2F;fog.upload doesn&#x27;t exist on Fri, 11 Nov 2022 18:04:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/41882">@technolust</a> OK those settings are right for the exports file.</p>
<p dir="auto">So lets run this command</p>
<p dir="auto"><code>showmount -e 127.0.0.1</code>  This will list the exported file systems. If this shows <code>/fogserver/images</code> and <code>/fogserver/images/dev</code></p>
<p dir="auto">Then its exported correctly.</p>
<p dir="auto">The next steps are to check your firewall to make sure its disabled or you have NFS protocol enabled in your firewall.</p>
<p dir="auto">If that doesn’t pan out as the problem, then is the fog server on the same ip subnet as the target computer? If no, do you have any screening firewalls in between the subnets?</p>
<p dir="auto">Lastly we can debug from the target computer. But lets run down the easy stuff first.</p>
]]></description><link>http://forums.fogproject.org/post/150537</link><guid isPermaLink="true">http://forums.fogproject.org/post/150537</guid><dc:creator><![CDATA[george1421]]></dc:creator><pubDate>Fri, 11 Nov 2022 18:04:26 GMT</pubDate></item><item><title><![CDATA[Reply to &#x2F;bin&#x2F;fog.upload doesn&#x27;t exist on Fri, 11 Nov 2022 17:45:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/30416">@george1421</a> Hey George, this is a local file system on the fogserver itself. I don’t believe we changed the exports file but there are a few people who access the server so it is possible. The only caveat is this was working a few weeks ago and is now not working. Here is the contents of the exports file:</p>
<pre><code>[root@fogserver etc]$ ls -lrt | grep exports
drwxr-xr-x.  2 root root     4096 Oct 14  2021 exports.d
-rw-r--r--.  1 root root      194 Nov 19  2021 exports
[root@fogserver etc]$ sudo vim exports
/fogserver/images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
/fogserver/images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
</code></pre>
<p dir="auto">Thoughts?</p>
]]></description><link>http://forums.fogproject.org/post/150536</link><guid isPermaLink="true">http://forums.fogproject.org/post/150536</guid><dc:creator><![CDATA[Technolust]]></dc:creator><pubDate>Fri, 11 Nov 2022 17:45:01 GMT</pubDate></item><item><title><![CDATA[Reply to &#x2F;bin&#x2F;fog.upload doesn&#x27;t exist on Fri, 11 Nov 2022 00:01:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="http://forums.fogproject.org/uid/41882">@technolust</a> said in <a href="/post/150525">/bin/fog.upload doesn't exist</a>:</p>
<blockquote>
<p dir="auto">/fogserver/images/</p>
</blockquote>
<p dir="auto">Let me make some guesses here.<br />
<code>/fogserver/images/</code> is an nfs mounted file system? If so that won’t work with FOG, since FOS Linux connects to the fog server using NFS. Its akin to MS Windows mounting a remote share as the W: drive then trying to share the W: drive out to another computer. You can’t share an NFS mounted network share.</p>
<p dir="auto"><code>/fogserver/images/</code> if that is a local filesystem on the FOG server, then did you update the exports file in the /etc directory? Because that file shares /images and /images/dev directories not /fogserver/images share.</p>
]]></description><link>http://forums.fogproject.org/post/150531</link><guid isPermaLink="true">http://forums.fogproject.org/post/150531</guid><dc:creator><![CDATA[george1421]]></dc:creator><pubDate>Fri, 11 Nov 2022 00:01:59 GMT</pubDate></item></channel></rss>