<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Storage Box als Datenpartition einbinden | Libre Workspace Administration</title>
        <link>https://peertube.lw85.c1.libre-workspace.org/videos/watch/3880cfe5-d0f8-4ff5-86ba-0f0a80d67c8f</link>
        <description>In diesem Video zeige ich, wie Du eine Storage Box, in diesem Fall von Hetzner, in den Libre Workspace einhängen und die Nextcloud darauf verschieben kannst. Wenn Du das Video unterstützen willst, dann gib bitte eine Bewertung ab, und schreibe einen Kommentar. Vielen Dank! Terminal-Befehle:Storage Box als Datenpartition einhängensudo -i cd &amp;&amp; apt install vim sshfs -y &amp;&amp; mkdir /data ssh-copy-id -i .ssh/id_rsa -p 23 -s USER@SERVERADRESS vim /etc/fstab  # alternativ geht natürlich auch nano /etc/fstab Insert:sshfs#u123456@u123456.your-storagebox.de:/home /data fuse nofail,x-systemd.device-timeout=5,uid=www-data,gid=www-data,port=23,_netdev,allow_other,reconnect 0 0 systemctl daemon-reload mount /data Nextcloud Daten verschiebensudo -i mkdir -p /data/nextcloud mv /var/www/nextcloud/data /data/nextcloud/ vim /var/www/nextcloud/config/config.php Change datadirectory to: /data/nextcloud/data/Links:Hier gehts zum Forum: https://forum.libre-workspace.org/c/addons/11, Website des Libre Workspace: https://www.libre-workspace.org/, Libre Workspace Git-Repository: https://github.com/Jean28518/libre-workspace, Zur Playlist über den Libre Workspace: https://www.youtube.com/playlist?list=PL26JW41WknwissQLa5JSEnGui9rHppYXB, Linux-Guides Merch*: https://linux-guides.myspreadshop.de/, Linux-Support: https://www.linuxguides.de/linux-support/, Hauptkanal: https://www.youtube.com/channel/UCHZyqB9qHGGGw5QeRVEbQDg, Projekt-Webseite: https://www.linuxguides.de/, Jeans Webseite: https://www.jf-vogelbacher.de/, Jeans Github-Account: https://github.com/Jean28518, Inhalt:00:00 Einleitung 03:46 Storage Box als Partition einbinden 11:10 Nextcloud nachträglich auf /data verschieben Haftungsausschluss:Das Video dient lediglich zu Informationszwecken. Wir übernehmen keinerlei Haftung für in diesem Video gezeigte und / oder erklärte Handlungen. Es entsteht in keinem Moment Anspruch auf Schadensersatz oder ähnliches. *) Werbung</description>
        <lastBuildDate>Tue, 14 Jul 2026 03:27:21 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://peertube.lw85.c1.libre-workspace.org</generator>
        <image>
            <title>Storage Box als Datenpartition einbinden | Libre Workspace Administration</title>
            <url>https://peertube.lw85.c1.libre-workspace.org/client/assets/images/icons/icon-1500x1500.png</url>
            <link>https://peertube.lw85.c1.libre-workspace.org/videos/watch/3880cfe5-d0f8-4ff5-86ba-0f0a80d67c8f</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://peertube.lw85.c1.libre-workspace.org/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://peertube.lw85.c1.libre-workspace.org/feeds/video-comments.xml?videoId=3880cfe5-d0f8-4ff5-86ba-0f0a80d67c8f" rel="self" type="application/rss+xml"/>
    </channel>
</rss>