<?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[[gelöst] Wo ist der Auto-Mount von Backitup]]></title><description><![CDATA[<p dir="auto">Hallo,</p>
<p dir="auto">könnt Ihr mir sagen, wo Backitup seinen NFS Mount einhängt, damit das NAS-Laufwerk automatisch gemountet wird?</p>
<p dir="auto">In der /etc/fstab und in der /etc/rc.local ist nix drin....</p>
<p dir="auto">Vielen Dank für Eure Hilfe....</p>
]]></description><link>https://forum.iobroker.net/topic/63568/gelöst-wo-ist-der-auto-mount-von-backitup</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 15:41:17 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/63568.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Mar 2023 17:56:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] Wo ist der Auto-Mount von Backitup on Sun, 05 Mar 2023 14:52:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> said in <a href="/post/957536">Wo ist der Auto-Mount von Backitup</a>:</p>
<blockquote>
<p dir="auto">sudo mount /usr/local/NAS</p>
</blockquote>
<pre><code>192.168.2.111:/volume1/CCU3Save on /usr/local/NAS type nfs (rw,relatime,vers=3,r                                                              size=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,m                                                              ountaddr=192.168.2.111,mountvers=3,mountport=892,mountproto=udp,local_lock=none,                                                              addr=192.168.2.111)

</code></pre>
<p dir="auto">Seit heute morgen läuft es jetzt fehlerfrei.<br />
Komisch <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f914.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--thinking_face" style="height:23px;width:auto;vertical-align:middle" title=":thinking_face:" alt="🤔" /><br />
Da hatte ich wohl was vergurkt....</p>
<p dir="auto">Danke für Eure Hilfe...</p>
]]></description><link>https://forum.iobroker.net/post/957855</link><guid isPermaLink="true">https://forum.iobroker.net/post/957855</guid><dc:creator><![CDATA[StealthAngel]]></dc:creator><pubDate>Sun, 05 Mar 2023 14:52:50 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Wo ist der Auto-Mount von Backitup on Sat, 04 Mar 2023 21:10:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stealthangel" aria-label="Profile: stealthangel">@<bdi>stealthangel</bdi></a> sagte in <a href="/post/957535">Wo ist der Auto-Mount von Backitup</a>:</p>
<blockquote>
<p dir="auto">/usr/local/NAS</p>
</blockquote>
<p dir="auto">Das ist zumindest ein äußerst ungewönlicher Mountpunkt. Was willst du an der Stelle mit dem Dateisystem?</p>
<p dir="auto">umounted:</p>
<pre><code>sudo mount /usr/local/NAS
</code></pre>
<p dir="auto">sagt?</p>
]]></description><link>https://forum.iobroker.net/post/957536</link><guid isPermaLink="true">https://forum.iobroker.net/post/957536</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sat, 04 Mar 2023 21:10:39 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Wo ist der Auto-Mount von Backitup on Sat, 04 Mar 2023 20:53:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thomas-braun" aria-label="Profile: thomas-braun">@<bdi>thomas-braun</bdi></a> said in <a href="/post/957409">Wo ist der Auto-Mount von Backitup</a>:</p>
<blockquote>
<p dir="auto">Einen Eintrag in der fstab gibt es nicht, das wird immer fallweise beim Backupvorgang gemountet.</p>
</blockquote>
<p dir="auto">Mist, ich hatte gehofft dort abschauen zu können wie ich einen NAS Server automatisch beim Start mounten kann.</p>
<p dir="auto">Ich habe nämlich ein NAS-Laufwerk, wo ich Daten speichern möchte.<br />
Wenn ich per ssh</p>
<pre><code>mount -t nfs -o nolock 192.168.2.111:/volume1/CCU3Save /usr/local/NAS
</code></pre>
<p dir="auto">aufrufe wird das Laufwerk auch eingebunden.</p>
<p dir="auto">Aber jeder Versuch das in der fstab oder rc.local automatisch mounten zu lassen schlägt fehl <img src="https://forum.iobroker.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f625.png?v=ba16ebd4856" class="not-responsive emoji emoji-android emoji--disappointed_relieved" style="height:23px;width:auto;vertical-align:middle" title=":disappointed_relieved:" alt="😥" /></p>
<p dir="auto">Als Aufruf in der fstab benutze ich</p>
<pre><code>192.168.2.111:/volume1/CCU3Save /usr/local/NAS nfs defaults 0 0
</code></pre>
<p dir="auto">Kann mir jemand sagen, was ich falsch mach?</p>
]]></description><link>https://forum.iobroker.net/post/957535</link><guid isPermaLink="true">https://forum.iobroker.net/post/957535</guid><dc:creator><![CDATA[StealthAngel]]></dc:creator><pubDate>Sat, 04 Mar 2023 20:53:23 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Wo ist der Auto-Mount von Backitup on Sat, 04 Mar 2023 18:23:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stealthangel" aria-label="Profile: stealthangel">@<bdi>stealthangel</bdi></a></p>
<p dir="auto">Der Mountpunkt ist /opt/iobroker/backups</p>
<p dir="auto">Einen Eintrag in der fstab gibt es nicht, das wird immer fallweise beim Backupvorgang gemountet.</p>
]]></description><link>https://forum.iobroker.net/post/957409</link><guid isPermaLink="true">https://forum.iobroker.net/post/957409</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Sat, 04 Mar 2023 18:23:25 GMT</pubDate></item></channel></rss>