<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[SynologyMe - Projekte - SPK]]></title>
		<link>https://source.synology.me/mybb2/</link>
		<description><![CDATA[SynologyMe - Projekte - https://source.synology.me/mybb2]]></description>
		<pubDate>Fri, 17 Apr 2026 04:14:41 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Code Schnipsel - PRIMARY_VOLUME]]></title>
			<link>https://source.synology.me/mybb2/showthread.php?tid=207</link>
			<pubDate>Sun, 23 Jun 2024 21:01:58 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://source.synology.me/mybb2/member.php?action=profile&uid=1">admin</a>]]></dc:creator>
			<guid isPermaLink="false">https://source.synology.me/mybb2/showthread.php?tid=207</guid>
			<description><![CDATA[Hier ein Beispiel wie man herausfindet, welches Volume aktuell das Installationsvolume ist. <br />
<br />
Dazu kann man die Datei <span style="font-weight: bold;" class="mycode_b">synoinfo.conf</span> auslesen und prüfen was hinter dem Eintrag <span style="font-weight: bold;" class="mycode_b">pkg_def_intall_vo</span>l  steht.<br />
Hat man nur ein Volume, wird in der Datei nix eingetragen und man kann davon ausgehen das das <span style="font-weight: bold;" class="mycode_b">PRIMARY_VOLUME="/volume1"</span> gilt. <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#Volume bestimmen<br />
if grep -q pkg_def_intall_vol "/etc/synoinfo.conf"; then<br />
  PRIMARY_VOLUME=&#36;(grep -o 'pkg_def_intall_vol=".&#92;{8&#92;}' /etc/synoinfo.conf | sed 's/pkg_def_intall_vol="&#92;(.&#92;{8&#92;}&#92;)/&#92;1/')<br />
else<br />
  PRIMARY_VOLUME="/volume1"<br />
fi</code></div></div><br />
<br />
Gruß - Der Admin]]></description>
			<content:encoded><![CDATA[Hier ein Beispiel wie man herausfindet, welches Volume aktuell das Installationsvolume ist. <br />
<br />
Dazu kann man die Datei <span style="font-weight: bold;" class="mycode_b">synoinfo.conf</span> auslesen und prüfen was hinter dem Eintrag <span style="font-weight: bold;" class="mycode_b">pkg_def_intall_vo</span>l  steht.<br />
Hat man nur ein Volume, wird in der Datei nix eingetragen und man kann davon ausgehen das das <span style="font-weight: bold;" class="mycode_b">PRIMARY_VOLUME="/volume1"</span> gilt. <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#Volume bestimmen<br />
if grep -q pkg_def_intall_vol "/etc/synoinfo.conf"; then<br />
  PRIMARY_VOLUME=&#36;(grep -o 'pkg_def_intall_vol=".&#92;{8&#92;}' /etc/synoinfo.conf | sed 's/pkg_def_intall_vol="&#92;(.&#92;{8&#92;}&#92;)/&#92;1/')<br />
else<br />
  PRIMARY_VOLUME="/volume1"<br />
fi</code></div></div><br />
<br />
Gruß - Der Admin]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SPK erstellen]]></title>
			<link>https://source.synology.me/mybb2/showthread.php?tid=8</link>
			<pubDate>Thu, 18 Jun 2020 09:28:22 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://source.synology.me/mybb2/member.php?action=profile&uid=26">Trantor</a>]]></dc:creator>
			<guid isPermaLink="false">https://source.synology.me/mybb2/showthread.php?tid=8</guid>
			<description><![CDATA[Hallo!<br />
Wie erstelle ich als Newbie eine SPK selbst, bzw. wenn ich eine habe, wie kann man diese aktualisieren?<br />
<br />
Gruß Trantor]]></description>
			<content:encoded><![CDATA[Hallo!<br />
Wie erstelle ich als Newbie eine SPK selbst, bzw. wenn ich eine habe, wie kann man diese aktualisieren?<br />
<br />
Gruß Trantor]]></content:encoded>
		</item>
	</channel>
</rss>