<?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] Rechte verbogen?]]></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></p>
<p dir="auto">Nach deiner grandiosen Hilfe hier<br />
<a href="https://forum.iobroker.net/post/1325643">https://forum.iobroker.net/post/1325643</a><br />
Hab ich gedacht ich schaff es diesmal alleine.</p>
<p dir="auto">Diesmal ist die Lage andersherum.<br />
PiOS wurde auf externe SSD per Imager installiert,  an den Pi geklemmt und ioBroker drauf installiert.<br />
Die SD Karte war nicht im System, mittels <code>lsblk</code> aber zu sehen.<br />
Mountpunkt /mnt/sdkarte wurde erfolgreich angelegt und erst einmal manuell mit <code>sudo mount /dev/mmcblk0p1 /mnt/sdkarte</code> gemountet.</p>
<p dir="auto">Dann habe ich wahrscheinlich irgendwas verbaselt</p>
<p dir="auto">/mnt/ hat mittlerweile user:group <code>iobroker:iobroker</code></p>
<p dir="auto">Nach dem mount ist und bleibt es jedoch <code>root:root</code> auch für alle Unterverzeichnisse bis zum umount.</p>
<pre><code>puh@Pi5SSD:/mnt/sdkarte $ ls -laH
total 516
drwxr-xr-x 3 root root 262144 Sep  3 18:58 .
drwxr-xr-x 3 root root   4096 Sep  3 18:27 ..
drwxr-xr-x 2 root root 262144 Sep  3 18:58 privat
</code></pre>
<p dir="auto">Chown wird verweigert, sudo chmod +w oder sudo chmod g+w ändert nichts</p>
<p dir="auto">Nach mount ist dieser auch per df -h zu sehen</p>
<pre><code>puh@Pi5SSD:~ $ df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            3.9G     0  3.9G   0% /dev
tmpfs           1.6G   13M  1.6G   1% /run
/dev/sda2       459G  5.6G  435G   2% /
tmpfs           4.0G     0  4.0G   0% /dev/shm
tmpfs           5.0M   48K  5.0M   1% /run/lock
tmpfs           1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
/dev/sda1       505M   67M  439M  14% /boot/firmware
tmpfs           4.0G  8.8M  4.0G   1% /tmp
tmpfs           1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
tmpfs           1.0M     0  1.0M   0% /run/credentials/serial-getty@ttyAMA10.service
tmpfs           806M   32K  806M   1% /run/user/1000
/dev/mmcblk0p1  239G  768K  239G   1% /mnt/sdkarte
</code></pre>
<p dir="auto">Aber mit den Rechten klappt's bei mir mal wieder nicht 😞</p>
]]></description><link>https://forum.iobroker.net/topic/85282/gelöst-rechte-verbogen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 00:01:03 GMT</lastBuildDate><atom:link href="https://forum.iobroker.net/topic/85282.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Sep 2026 17:17:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 19:42:25 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a> <a href="/post/1353525">sagte</a>:</p>
<p dir="auto">Aber die user/Gruppen wie bei chown geht doch nicht!??</p>
</blockquote>
<p dir="auto">Nein, die Besitzer müssen immer nachträglich gesetzt werden.</p>
]]></description><link>https://forum.iobroker.net/post/1353526</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353526</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 03 Sep 2026 19:42:25 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 19:38:27 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> ja genau!</p>
<p dir="auto">Kann man das etwa durekt dem mkdir mitgeben??<br />
Ich habs dann ja rekursiv über den mount gekippt</p>
<p dir="auto">Edit</p>
<blockquote>
<h3>Optionen von mkdir</h3>
</blockquote>
<p dir="auto"><strong>Option.                           	Beschreibung</strong><br />
-m oder --mode=MODUS	Zugriffsrechte setzen wie bei chmod</p>
<p dir="auto">Edit2<br />
Aber die user/Gruppen wie bei chown geht doch nicht!??</p>
]]></description><link>https://forum.iobroker.net/post/1353525</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353525</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 03 Sep 2026 19:38:27 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 19:27:29 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a> <a href="/post/1353521">sagte</a>:</p>
<p dir="auto">drwxrwxr-x 2 puh  puh       4096 Sep  3 21:15 backups</p>
</blockquote>
<p dir="auto">Da hätte ich als Eigentümer die Gruppe 'iobroker' gesetzt. Da sind ja bestimmt beide user drin.</p>
]]></description><link>https://forum.iobroker.net/post/1353523</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353523</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 03 Sep 2026 19:27:29 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 19:23:49 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> musste doch noch was ändern!!</p>
<pre><code>puh@Pi5SSD:/mnt/sdkarte $ ls -la
total 36
drwxrwxr-x 6 puh  iobroker  4096 Sep  3 21:15 .
drwxr-xr-x 3 root root      4096 Sep  3 18:27 ..
drwxrwxr-x 2 puh  puh       4096 Sep  3 21:15 archiv
drwxrwxr-x 2 puh  puh       4096 Sep  3 21:15 backups
drwx-w---- 2 puh  iobroker 16384 Sep  3 20:15 lost+found
drwxrwxr-x 2 puh  puh       4096 Sep  3 21:14 privat
puh@Pi5SSD:/mnt/sdkarte $ sudo chown -R iobroker:iobroker /mnt/sdkarte
[sudo] password for puh:
puh@Pi5SSD:/mnt/sdkarte $ ls -la
total 36
drwxrwxr-x 6 iobroker iobroker  4096 Sep  3 21:15 .
drwxr-xr-x 3 root     root      4096 Sep  3 18:27 ..
drwxrwxr-x 2 iobroker iobroker  4096 Sep  3 21:15 archiv
drwxrwxr-x 2 iobroker iobroker  4096 Sep  3 21:15 backups
drwx-w---- 2 iobroker iobroker 16384 Sep  3 20:15 lost+found
drwxrwxr-x 2 iobroker iobroker  4096 Sep  3 21:14 privat
</code></pre>
<p dir="auto">Nach Anlegen der Verzeichnisse hätte backitup sonst nicht schreiben dürfen</p>
<p dir="auto">Aber jetzt darf er</p>
<pre><code>puh@Pi5SSD:/mnt/sdkarte/backups $ ls -laH
total 2564
drwxrwxr-x 2 iobroker iobroker    4096 Sep  3 21:19 .
drwxrwxr-x 6 iobroker iobroker    4096 Sep  3 21:15 ..
-rw-r--r-- 1 iobroker iobroker 2613976 Sep  3 21:19 iobroker_2026_09_03-21_19_34_Pi5SSD_backupiobroker.tar.gz
puh@Pi5SSD:/mnt/sdkarte/backups $
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1353521</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353521</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 03 Sep 2026 19:23:49 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 19:05:32 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a> <a href="/post/1353518">sagte</a>:</p>
<p dir="auto">Wäre mein fallback</p>
</blockquote>
<p dir="auto">Dann würde ich den Weg gehen und mit dem Imager dann direkt auf die SSD schreiben. Sparste dir den hantier mit dd und resizing usw.</p>
]]></description><link>https://forum.iobroker.net/post/1353519</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353519</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 03 Sep 2026 19:05:32 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 19:01:35 GMT]]></title><description><![CDATA[<blockquote>
<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> <a href="/post/1353514">sagte</a>:</p>
<p dir="auto">über eine USB-Brücke</p>
</blockquote>
<p dir="auto">Ja bei pi4! Der pi5 hat aber dafür eine PCIe Schnittstelle.</p>
<blockquote>
<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> <a href="/post/1353514">sagte</a>:</p>
<p dir="auto">ein USB-SSD-Adapter für solche Fälle.</p>
</blockquote>
<p dir="auto">Wäre mein fallback</p>
]]></description><link>https://forum.iobroker.net/post/1353518</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353518</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 03 Sep 2026 19:01:35 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:55:40 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a> <a href="/post/1353511">sagte</a>:</p>
<p dir="auto">Wie würdest du das im Argon Gehäuse verwursten</p>
</blockquote>
<p dir="auto">Bei meinem Argon ist die SSD über eine USB-Brücke mit dem Pi verbunden. Ich meine, da hab ich nur ein USB-Kabel zwischen Laptop und dem Gehäuseunterteil gesteckt und dann kann man da direkt mit dem Imager draufschreiben.</p>
<p dir="auto">Edit: Und in der Bastelschublade liegt auch noch ein USB-SSD-Adapter für solche Fälle.</p>
]]></description><link>https://forum.iobroker.net/post/1353514</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353514</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:55:40 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:45:42 GMT]]></title><description><![CDATA[<p dir="auto">Dann lag ich doch gar nicht so daneben!</p>
<p dir="auto">Danke nochmal</p>
<p dir="auto">PS<br />
Wie würdest du das im Argon Gehäuse verwursten (OS und iob auf SSD, Daten auf SD) da kann ich die NVMe ja nicht direkt am Imager bespielen.</p>
<p dir="auto">OS auf SD<br />
Einstecken, booten<br />
SSD mit ext4 formatieren, wie hier die Karte<br />
"Irgendwie" mit dd Den Inhalt der Karte auf die SSD<br />
Bootreihenfolge und expand filesystem via raspi config<br />
Neubooten<br />
Dann Karte formatieren und einbinden wie hier</p>
<p dir="auto">Passt das in etwa?</p>
]]></description><link>https://forum.iobroker.net/post/1353511</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353511</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:45:42 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:39:29 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a> <a href="/post/1353509">sagte</a>:</p>
<p dir="auto">Lag das ganze vergeblich bemühte also eigentlich nur am falschen Format??</p>
</blockquote>
<p dir="auto">Man kann das auch mit exfat hinbügeln. Irgendwie. Da müssten dann POSIX-Rechte simuliert werden.<br />
Mit einem Datei-System, was das von Haus aus mitbringt ist es aber viel einfacher.</p>
]]></description><link>https://forum.iobroker.net/post/1353510</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353510</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:39:29 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:35:05 GMT]]></title><description><![CDATA[<blockquote>
<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> <a href="/post/1353508">sagte</a>:</p>
<p dir="auto">sudo chmod -R g+w /mnt/sdkarte</p>
</blockquote>
<p dir="auto">SUPER!</p>
<pre><code>puh@Pi5SSD:/ $ sudo chmod -R g+w /mnt/sdkarte
puh@Pi5SSD:/ $ ls -la /mnt
total 12
drwxr-xr-x  3 root root     4096 Sep  3 18:27 .
drwxr-xr-x 18 root root     4096 Jun 18 02:20 ..
drwxrwxr-x  3 puh  iobroker 4096 Sep  3 20:15 sdkarte
puh@Pi5SSD:/ $
</code></pre>
<p dir="auto">Lag das ganze vergeblich bemühte also eigentlich nur am falschen Format??</p>
<p dir="auto">DANKE!!<br />
(mal wieder)</p>
]]></description><link>https://forum.iobroker.net/post/1353509</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353509</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:35:05 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:33:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a></p>
<pre><code>sudo chmod -R g+w /mnt/sdkarte
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1353508</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353508</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:33:18 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:29:27 GMT]]></title><description><![CDATA[<blockquote>
<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> <a href="/post/1353506">sagte</a>:</p>
<p dir="auto">sudo chown -R puh:iobroker /mnt/sdkarte</p>
</blockquote>
<p dir="auto">Sieht schon besser aus</p>
<pre><code>puh@Pi5SSD:/ $ sudo chown -R puh:iobroker /mnt/sdkarte
puh@Pi5SSD:/ $ ls -la /mnt
total 12
drwxr-xr-x  3 root root     4096 Sep  3 18:27 .
drwxr-xr-x 18 root root     4096 Jun 18 02:20 ..
drwxr-xr-x  3 puh  iobroker 4096 Sep  3 20:15 sdkarte
</code></pre>
<p dir="auto">Aber immer noch kein Gruppen-w</p>
]]></description><link>https://forum.iobroker.net/post/1353507</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353507</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:29:27 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:27:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a></p>
<p dir="auto">Wenn das Ding nun gemounted ist:</p>
<pre><code>sudo chown -R puh:iobroker /mnt/sdkarte
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1353506</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353506</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:27:25 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:25:04 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> nee, Recht schreibung</p>
<p dir="auto">G+w?? Oder so?</p>
<p dir="auto">Chown?</p>
]]></description><link>https://forum.iobroker.net/post/1353504</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353504</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:25:04 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:22:18 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a> <a href="/post/1353502">sagte</a>:</p>
<p dir="auto">Muss nach den Rechten sehen</p>
</blockquote>
<p dir="auto">In Sachsen-Anhalt... ;-)</p>
]]></description><link>https://forum.iobroker.net/post/1353503</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353503</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:22:18 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:22:28 GMT]]></title><description><![CDATA[<p dir="auto">Looks good</p>
<pre><code>puh@Pi5SSD:/ $ sudo nano /etc/fstab
puh@Pi5SSD:/ $ sudo mount -a
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
puh@Pi5SSD:/ $ systemctl daemon-reload
==== AUTHENTICATING FOR org.freedesktop.systemd1.reload-daemon ====
Authentication is required to reload the systemd state.
Authenticating as: puh
Password:
==== AUTHENTICATION COMPLETE ====
puh@Pi5SSD:/ $ sudo mount -a
puh@Pi5SSD:/ $ df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            3.9G     0  3.9G   0% /dev
tmpfs           1.6G   13M  1.6G   1% /run
/dev/sda2       459G  5.6G  435G   2% /
tmpfs           4.0G     0  4.0G   0% /dev/shm
tmpfs           5.0M   48K  5.0M   1% /run/lock
tmpfs           1.0M     0  1.0M   0% /run/credentials/systemd-journald.service
/dev/sda1       505M   67M  439M  14% /boot/firmware
tmpfs           4.0G  8.8M  4.0G   1% /tmp
tmpfs           1.0M     0  1.0M   0% /run/credentials/getty@tty1.service
tmpfs           1.0M     0  1.0M   0% /run/credentials/serial-getty@ttyAMA10.service
tmpfs           806M   32K  806M   1% /run/user/1000
/dev/mmcblk0p1  234G  2.1M  222G   1% /mnt/sdkarte
puh@Pi5SSD:/ $
</code></pre>
<p dir="auto">Muss nach den Rechten sehen</p>
<pre><code>puh@Pi5SSD:/ $ ls -la /mnt/
total 12
drwxr-xr-x  3 root root 4096 Sep  3 18:27 .
drwxr-xr-x 18 root root 4096 Jun 18 02:20 ..
drwxr-xr-x  3 root root 4096 Sep  3 20:15 sdkarte
puh@Pi5SSD:/ $
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1353502</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353502</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:22:28 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:20:24 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a> <a href="/post/1353500">sagte</a>:</p>
<p dir="auto">Muss ich wohl die uuid in der fstab ändern</p>
</blockquote>
<p dir="auto">Sorry, hab ich nicht dran gedacht. Die UUID ändert sich durch das andere Dateisystem natürlich.</p>
]]></description><link>https://forum.iobroker.net/post/1353501</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353501</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:20:24 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:18:23 GMT]]></title><description><![CDATA[<pre><code>puh@Pi5SSD:/ $ sudo mount -a
mount: /mnt/sdkarte: can't find UUID=6536-6431.
mount: (hint) your fstab has been modified, but systemd still uses
       the old version; use 'systemctl daemon-reload' to reload.
puh@Pi5SSD:/ $
puh@Pi5SSD:/ $ blkid
/dev/mmcblk0p1: UUID="de357a95-cd0b-4b5c-85d2-52d962a0b6bd" BLOCK_SIZE="4096" TYPE="ext4"
/dev/sda2: LABEL="rootfs" UUID="15f4c6be-1102-4331-9904-f78e78afd1fd" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="20b8a487-02"
/dev/sda1: LABEL_FATBOOT="bootfs" LABEL="bootfs" UUID="B2F0-82D2" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="20b8a487-01"
/dev/loop0: LABEL="origin:rpi-swap" TYPE="swap"
/dev/zram0: LABEL="zram0" UUID="7703ab91-842c-4e5b-a125-aab6b4b6c58a" TYPE="swap"
puh@Pi5SSD:/ $
</code></pre>
<p dir="auto">Muss ich wohl die uuid in der fstab ändern</p>
]]></description><link>https://forum.iobroker.net/post/1353500</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353500</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:18:23 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:17:05 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></p>
<pre><code>puh@Pi5SSD:/ $ sudo umount /mnt/sdkarte
puh@Pi5SSD:/ $ sudo mkfs.ext4 /dev/mmcblk0p1
mke2fs 1.47.2 (1-Jan-2025)
/dev/mmcblk0p1 contains a exfat file system
Proceed anyway? (y,N) y
Discarding device blocks: done
Creating filesystem with 62492672 4k blocks and 15630336 inodes
Filesystem UUID: de357a95-cd0b-4b5c-85d2-52d962a0b6bd
Superblock backups stored on blocks:
        32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
        4096000, 7962624, 11239424, 20480000, 23887872
Allocating group tables: done
Writing inode tables: done
Creating journal (262144 blocks): done
Writing superblocks and filesystem accounting information: done
puh@Pi5SSD:/ $
</code></pre>
<p dir="auto">Fstab ist geschrieben....</p>
]]></description><link>https://forum.iobroker.net/post/1353499</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353499</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:17:05 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:15:32 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a> <a href="/post/1353496">sagte</a>:</p>
<p dir="auto">Findet der pi sie dann trotzdem?</p>
</blockquote>
<p dir="auto">Ja, mkfs geht direkt auf das Gerät. Deswegen darf das auch nicht beim formatieren gemounted sein.</p>
]]></description><link>https://forum.iobroker.net/post/1353497</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353497</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:15:32 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:13:02 GMT]]></title><description><![CDATA[<blockquote>
<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> <a href="/post/1353493">sagte</a>:</p>
<p dir="auto">Also in deinem Fall:</p>
</blockquote>
<pre><code>puh@Pi5SSD:/ $ sudo mkfs.ext4 /dev/mmcblk0p1
[sudo] password for puh:
mke2fs 1.47.2 (1-Jan-2025)
/dev/mmcblk0p1 is mounted; will not make a filesystem here!
</code></pre>
<p dir="auto">Unmounten?<br />
Findet der pi sie dann trotzdem?</p>
]]></description><link>https://forum.iobroker.net/post/1353496</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353496</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:13:02 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:11:51 GMT]]></title><description><![CDATA[<p dir="auto">Dann mal per</p>
<pre><code>sudo mount -a
</code></pre>
<p dir="auto">probieren, ob es grundsätzlich funktioniert. Um die Optionen kann man sich dann ggfls. danach kümmern.</p>
]]></description><link>https://forum.iobroker.net/post/1353495</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353495</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:11:51 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 18:10:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/homoran" aria-label="Profile: Homoran">@<bdi>Homoran</bdi></a></p>
<p dir="auto">Ich würde also die Karte mit ext4 formatiern und dann in der fstab mit passenden Optionen anlegen. Kann man z. B. nur bei Bedarf einhängen oder beim Bootvorgang dann permanent.<br />
Hab ich z. B. bei meiner USB-Festplatte so gemacht.<br />
Die wird nur von Backitup kurz vor dem Backup eingehängt, das Backup erfolgt auf dem eingehängten Dateisystem und danach wird die auch wieder aus dem System genommen.</p>
<p dir="auto">Also in deinem Fall:</p>
<pre><code>sudo mkfs.ext4 /dev/mmcblk0p1
</code></pre>
<p dir="auto">Und in die fstab trag das erstmal so ein:</p>
<pre><code>UUID=6536-6431    /mnt/sdkarte    ext4    defaults,noatime    0    2
</code></pre>
]]></description><link>https://forum.iobroker.net/post/1353493</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353493</guid><dc:creator><![CDATA[Thomas Braun]]></dc:creator><pubDate>Thu, 03 Sep 2026 18:10:12 GMT</pubDate></item><item><title><![CDATA[Reply to [gelöst] Rechte verbogen? on Thu, 03 Sep 2026 17:54:41 GMT]]></title><description><![CDATA[<blockquote>
<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> <a href="/post/1353486">sagte</a>:</p>
<p dir="auto">exfat kennt keine Unix-Rechte.</p>
</blockquote>
<p dir="auto">Ahh!</p>
]]></description><link>https://forum.iobroker.net/post/1353489</link><guid isPermaLink="true">https://forum.iobroker.net/post/1353489</guid><dc:creator><![CDATA[Homoran]]></dc:creator><pubDate>Thu, 03 Sep 2026 17:54:41 GMT</pubDate></item></channel></rss>