diff --git a/i18n/de/docusaurus-plugin-content-docs/current/API/how-to-use-the-api.mdx b/i18n/de/docusaurus-plugin-content-docs/current/API/how-to-use-the-api.mdx index cc6d4ea1fb4..3447950022f 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/API/how-to-use-the-api.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/API/how-to-use-the-api.mdx @@ -13,7 +13,7 @@ import ManageApiKeysCli from './partials/manage-api-keys-cli.mdx'; The Unraid API provides a %%GraphQL|graphql%% interface that allows you to interact with your Unraid server. This guide covers authentication, common queries, and usage patterns. -## Aktivieren der GraphQL-Sandbox {/* #enabling-the-graphql-sandbox */} +## Aktivieren der GraphQL-Sandbox ### WebGUI-Methode (empfohlen) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/API/programmatic-api-key-management.mdx b/i18n/de/docusaurus-plugin-content-docs/current/API/programmatic-api-key-management.mdx index 699b512ab59..3baed54fe36 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/API/programmatic-api-key-management.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/API/programmatic-api-key-management.mdx @@ -121,7 +121,7 @@ unraid-api apikey --delete --name "nonexistent key" } ``` -## Komplettes Workflow-Beispiel {/* #complete-workflow-example */} +## Komplettes Workflow-Beispiel **JSON Fehlerausgabe:** diff --git a/i18n/de/docusaurus-plugin-content-docs/current/community-applications.mdx b/i18n/de/docusaurus-plugin-content-docs/current/community-applications.mdx index cd9b47b9c08..662127e8c26 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/community-applications.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/community-applications.mdx @@ -18,7 +18,7 @@ Community-Anwendungen bieten einen kuratierten Katalog von über 2.000 kostenlos :::caution -Lime Technology liefert oder unterstützt Community-Anwendungen nicht direkt. Das Community Applications-Team führt eine grundlegende Prüfung und Moderation durch, es ist jedoch wichtig, die Dokumentation und Support-Ressourcen vor der Installation jeder Anwendung zu überprüfen. +Das Community-Anwendungen-Team bietet eine grundlegende Überprüfung und Moderation an, jedoch ist es wichtig, die Dokumentation und Support-Ressourcen für jede Anwendung vor der Installation zu überprüfen. ::: @@ -155,3 +155,15 @@ Das Moderationsteam behält sich das Recht vor, Anwendungen zu entfernen, die mi 1. Sieh dir die [Hilfeseite zum Einreichen](https://ca.unraid.net/submit/help) an. 2. Reiche deine Anwendung unter [ca.unraid.net/submit](https://ca.unraid.net/submit) ein. + +Fragen oder Probleme mit Community Applications? + +
diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-account/multi-factor-authentication.mdx b/i18n/de/docusaurus-plugin-content-docs/current/unraid-account/multi-factor-authentication.mdx new file mode 100644 index 00000000000..ab714c0437f --- /dev/null +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-account/multi-factor-authentication.mdx @@ -0,0 +1,42 @@ +--- +title: Multi-Faktor-Authentifizierung +description: So aktivieren oder deaktivieren Sie MFA für Ihr Unraid-Konto +--- + +Die Multi-Faktor-Authentifizierung (MFA) fügt Ihrer Unraid-Kontoanmeldung einen rotierenden Code aus der Authenticator-App hinzu. + +Die Account-App unterstützt derzeit Authenticator-App-Codes, auch TOTP- oder Software-Token-MFA genannt. + +## Bevor Sie beginnen + +- Gehen Sie zu [account.unraid.net](https://account.unraid.net) und melden Sie sich bei Ihrem Unraid-Konto an. +- Installieren Sie eine Authenticator-App, die einen QR-Code scannen oder eine Einrichtungs-URL akzeptieren kann. +- Halten Sie Ihre Authenticator-App bereit, während Sie die MFA-Einstellungen ändern. + +## MFA aktivieren + +1. Öffnen Sie die Unraid-Account-App. +2. Öffnen Sie **Kontoeinstellungen** und wählen Sie dann die Registerkarte **MFA** aus. +3. Klicken Sie auf **MFA aktivieren**. +4. Scannen Sie den QR-Code mit Ihrer Authenticator-App. Wenn Sie den QR-Code nicht scannen können, kopieren Sie die Einrichtungs-URL in Ihre Authenticator-App. +5. Geben Sie den 6-stelligen Code aus Ihrer Authenticator-App ein. +6. Warten Sie, bis die Account-App den Code überprüft und MFA als aktiviert anzeigt. + +Nachdem MFA aktiviert wurde, verwenden Sie bei der nächsten Anmeldung den Code aus Ihrer Authenticator-App. + +## MFA deaktivieren + +1. Öffnen Sie die Unraid-Account-App. +2. Öffnen Sie **Kontoeinstellungen** und wählen Sie dann die Registerkarte **MFA** aus. +3. Klicken Sie auf **MFA deaktivieren**. +4. Geben Sie den aktuellen 6-stelligen Code aus Ihrer Authenticator-App ein. +5. Bestätigen Sie die Änderung. +6. Warten Sie, bis die Account-App MFA als deaktiviert anzeigt. + +Nachdem MFA deaktiviert wurde, fordert die Account-App bei der Anmeldung keinen Code aus der Authenticator-App mehr an. + +## Fehlerbehebung + +- Wenn die Einrichtung fehlschlägt, beginnen Sie erneut auf der Registerkarte **MFA** in den **Kontoeinstellungen** und scannen Sie den neuen QR-Code. +- Wenn ein Code abgelehnt wird, warten Sie auf den nächsten Code in Ihrer Authenticator-App und versuchen Sie es erneut. +- Wenn Sie keinen Zugriff mehr auf Ihre Authenticator-App haben, wenden Sie sich an den Support, um Hilfe bei der Wiederherstellung des Zugriffs auf Ihr Konto zu erhalten. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-account/redeem-activation-code.mdx b/i18n/de/docusaurus-plugin-content-docs/current/unraid-account/redeem-activation-code.mdx index 8d3d6f96f69..cc06e6814f5 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-account/redeem-activation-code.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-account/redeem-activation-code.mdx @@ -13,59 +13,68 @@ Mindestens Unraid OS v6.10 oder höher oder Zugriff auf Ihr Unraid-Konto-Dashboa Zuerst, folgen Sie unserem [Getting Started guide](../unraid-os/getting-started/what-is-unraid.mdx), um einen Unraid-Server einzurichten. -Wenn Ihr Server läuft, lauten die Anweisungen zur Aktivierung Ihrer Lizenz wie folgt: +Wenn Ihr Server läuft, beginnen Sie auf diesem Server, damit Ihre Lizenz dem richtigen Server zugewiesen wird. ### Für Unraid 6.10 oder später -1. Melden Sie sich an der WebGUI (http://tower oder http://tower.local auf einem Mac standardmäßig) Ihres Unraid-Servers an. +Sie können an beiden Stellen beginnen: -2. Melden Sie sich von rechts oben in der WebGUI bei Ihrem Unraid.net-Konto an (oder erstellen Sie eins) und wählen Sie "Aktivierungscode einlösen". +1. Melden Sie sich in der %%WebGUI|web-gui%% Ihres Unraid-Servers an ([http://tower](http://tower) oder [http://tower.local](http://tower.local) auf dem Mac standardmäßig). -3. Geben Sie den Aktivierungscode aus Ihrer E-Mail oder Kaufbestätigung ein und schließen Sie den Aktivierungsprozess ab. +2. Verwenden Sie einen dieser Einstiegspunkte: -### Für Upgrade-Aktivierungscodes + - Navigieren Sie zu **Tools > Registration** und wählen Sie dann unter **Actions** **Redeem Activation Code** aus. -1. Melden Sie sich an der WebGUI Ihres Unraid-Servers an. +  -2. Wählen Sie "Schlüssel aktualisieren" aus dem Dropdown-Menü oben rechts in der WebGUI. + - Öffnen Sie das Unraid.net- oder Connect-Menü oben rechts und wählen Sie **Lizenz verwalten**. -3. Scrollen Sie nach unten, um das Eingabefeld "Aktivierungscode für Upgrade einlösen" zu finden. +  -4. Geben Sie den Aktivierungscode ein, um Ihre Lizenz zu aktivieren. +3. Wenn Sie die Meldung **Fehlende Schlüsseldatei** sehen, verwenden Sie dieselben Einstiegspunkte: -### Für Unraid 6.9 und früher + - Wählen Sie unter **Tools > Registration** in **Actions** **Aktivierungscode einlösen** aus. -1. Navigieren Sie zu **Tools → Registrierung** auf der WebGUI. +  -2. Klicken Sie auf "Schlüssel kaufen". + - Wählen Sie im Bereich oben rechts **Connect** **Lizenz verwalten** aus. -3. Geben Sie den Aktivierungscode auf Ihrer Bestellrechnung ein und schließen Sie den Aktivierungsprozess ab. +  -## Alternative: Einlösen über das Kontodashboard +4. Melden Sie sich bei Ihrem Unraid.net-Konto an oder erstellen Sie eines, wenn Sie dazu aufgefordert werden. -Sie können Ihren Aktivierungscode auch über das Dashboard Ihres Unraid-Kontos einlösen: +5. Wählen Sie in der Kontostand-App **Aktivierungscode einlösen**, falls dies nicht bereits ausgewählt ist. -1. Navigieren Sie zur WebGUI Ihres Unraid-Servers und stellen Sie sicher, dass Sie oben rechts in Ihrem Unraid.net-Konto angemeldet sind. +  -2. Klicken Sie auf die rechte obere Ecke der WebGUI und wählen Sie **"Aktivierungscode einlösen"** oder **"Lizenz aktualisieren"**, um das Kontodashboard mit Ihrem Serverkontext zu öffnen. +6. Geben Sie Ihren Aktivierungscode ein oder wählen Sie einen aus Ihrem Konto aus, falls einer angezeigt wird, und klicken Sie dann auf **Code einlösen**. -3. In der Kontoanwendung sehen Sie die Seite "Aktivierungscode einlösen". Hier haben Sie zwei Möglichkeiten: - - **Wählen Sie aus Ihren Codes**: Wenn Sie berechtigte Aktivierungscodes für diesen Server haben, können Sie einen aus dem Dropdown-Menü auswählen. Berechtigte Codes werden basierend auf der Kompatibilität Ihres Servers automatisch gefiltert. - - **Code manuell eingeben**: Klicken Sie auf "Code stattdessen eingeben" (oder verwenden Sie die manuelle Eingabe, wenn keine berechtigten Codes verfügbar sind) und geben Sie Ihren Aktivierungscode genau so ein, wie er in Ihrer E-Mail oder Kaufbestätigung angezeigt wird. +  -4. Klicken Sie auf **"Code einlösen"**, um den Aktivierungsprozess abzuschließen. Nach erfolgreichem Abschluss wird Ihre Lizenz auf dem Server installiert. +7. Klicken Sie auf **Klicken, um die Installation Ihrer Lizenz abzuschließen (erforderlich)**, um die Lizenzinstallation auf Ihrem Server abzuschließen. -:::note[Server Kontext erforderlich] +  -Wenn Sie das Einlösungsformular nicht sehen, müssen Sie möglicherweise zuerst Ihren Serverkontext laden. Klicken Sie auf **"Server verwalten"**, um Ihren Server mit der Kontoanwendung zu verbinden. +Sobald die Installation abgeschlossen ist, wird die Lizenz auf Ihren Server angewendet. -::: +### Für Upgrade-Aktivierungscodes + +Verwenden Sie dieselbe Seite **Aktivierungscode einlösen** für Upgrade-Aktivierungscodes. Die Kontostand-App zeigt Codes an oder akzeptiert sie, die mit Ihrer aktuellen Lizenz verwendet werden können. + +### Für Unraid 6.9 und früher + +1. Navigieren Sie in der %%WebGUI|web-gui%% zur Seite **Tools > Registration**. + +2. Wählen Sie **Aktivierungscode einlösen** oder **Schlüssel kaufen** aus. + +3. Geben Sie den Aktivierungscode auf Ihrer Bestellrechnung ein und schließen Sie den Aktivierungsprozess ab. ## Wichtige Hinweise -- Aktivierungscodes sind nur einmal verwendbar, um die Lizenz-Schlüsseldatei für Ihren Server zu generieren. +- Aktivierungscodes können nur einmal verwendet werden. - Stellen Sie sicher, dass Sie mit demselben Konto angemeldet sind, das die Lizenz gekauft hat. -- Der Aktivierungscode muss mit dem Server übereinstimmen, den Sie aktivieren möchten. +- Der Aktivierungscode muss mit dem Server funktionieren, den Sie aktivieren möchten. +- Wenn die Kontostand-App Ihren Server oder das Einlöseformular nicht anzeigt, öffnen Sie sie in der %%WebGUI|web-gui%% erneut über **Tools > Registration** oder **Lizenz verwalten**. ## Brauchst du Hilfe? @@ -74,5 +83,5 @@ Wenn Sie Probleme beim Einlösen Ihres Aktivierungscodes haben: - Stellen Sie sicher, dass Sie den Code genau so eingeben, wie er in Ihrer E-Mail angezeigt wird - Überprüfen Sie, ob der Aktivierungscode bereits verwendet wurde - Stellen Sie sicher, dass Sie mit demselben Konto angemeldet sind, das die Lizenz gekauft hat -- Überprüfen Sie, ob Ihr Serverkontext korrekt erkannt wird +- Öffnen Sie die Kontostand-App von Ihrem Server aus erneut, wenn der richtige Server nicht angezeigt wird - Siehe unsere [Licensing FAQ](../unraid-os/troubleshooting/licensing-faq.mdx) für weitere Informationen diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/getting-started/set-up-unraid/create-your-bootable-media.mdx b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/getting-started/set-up-unraid/create-your-bootable-media.mdx index 00a239068ab..738b7adee5e 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/getting-started/set-up-unraid/create-your-bootable-media.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/getting-started/set-up-unraid/create-your-bootable-media.mdx @@ -75,6 +75,8 @@ Dieser Abschnitt ist nur erforderlich, um das Legacy-Boot zu aktivieren. Wenn Si **Windows 7 oder höher:** +**Windows 7 oder höher:** + - Rechtsklicken Sie auf `make_bootable` und wählen Sie **Als Administrator ausführen**. **Mac:** diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/getting-started/set-up-unraid/internal-boot-faq.mdx b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/getting-started/set-up-unraid/internal-boot-faq.mdx index e2903ffb03d..6184d7ecfae 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/getting-started/set-up-unraid/internal-boot-faq.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/getting-started/set-up-unraid/internal-boot-faq.mdx @@ -15,13 +15,15 @@ This page contains frequently asked questions about internal boot in Unraid OS.New server setup
-+ Einrichtung eines neuen Servers +
+Existing server conversion
@@ -70,6 +72,16 @@ Internal boot uses %%ZFS|zfs%%, and a mirrored setup uses a %%ZFS mirror|zfs%% f Internal boot uses %%ZFS|zfs%%, and a mirrored setup uses a %%ZFS mirror|zfs%% for redundancy. If one boot drive fails, Unraid continues running in a degraded state. Replace the failed device through the normal Unraid drive assignment flow to restore the mirror. +Wenn Sie Internal Boot mit einem separaten USB-Flash-Laufwerk für die Lizenzierung verwenden, muss das Lizenz-USB über sein FAT-Volumenlabel auffindbar sein. Verwenden Sie das Standardlabel `UNRAID`, es sei denn, Ihre Boot-Konfiguration setzt einen passenden Kernel-Parameter `unraidlabel=`. + +Wenn das Lizenz-USB beispielsweise mit `MYLABEL` beschriftet ist, muss die Boot-Konfiguration Folgendes enthalten: + +```text +unraidlabel=MYLABEL +``` + +Benutzerdefinierte Labels dürfen höchstens 11 Zeichen lang sein. Verwenden Sie Großbuchstaben `A-Z`, Zahlen `0-9`, Bindestriche (`-`) oder Unterstriche (`_`). + For TPM-based licensing details, see the [TPM Licensing FAQ (7.3+)](/unraid-os/troubleshooting/tpm-licensing-faq/). ### Wie funktioniert das Flash-Backup, wenn ich internes Booten verwende? {/* #internal-boot-flash-backup */} diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md index 726355491b4..39776ff5af4 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md @@ -271,6 +271,13 @@ Vielen Dank an @SimonF für seine kontinuierlichen Verbesserungen der VMs. ## Docker +### Unterstützung für overlay2 Speicher-Treiber hinzufügen + +Verwenden Sie auf einem ZFS-Volume **Docker data-root=directory**, empfehlen wir, zu ***Einstellungen → Docker*** zu navigieren und den **Docker-Speicher-Treiber** auf **overlay2** umzuschalten, dann den Verzeichnisinhalt zu löschen und Docker die Image-Ebenen neu herunterladen zu lassen. +Die veraltete **native** Einstellung verursacht erhebliche Stabilitätsprobleme auf ZFS-Volumes. + +Wenn die Beibehaltung der Möglichkeit zum Downgrade auf frühere Versionen wichtig ist, dann wechseln Sie stattdessen zu **Docker data-root=xfs vDisk**. + ### Unterstützung für overlay2 Speicher-Treiber hinzufügen {/* #add-support-for-overlay2-storage-driver */} Verwenden Sie auf einem ZFS-Volume **Docker data-root=directory**, empfehlen wir, zu ***Einstellungen → Docker*** zu navigieren und den **Docker-Speicher-Treiber** auf **overlay2** umzuschalten, dann den Verzeichnisinhalt zu löschen und Docker die Image-Ebenen neu herunterladen zu lassen. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.2.0.md b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.2.0.md index 299c5db7ccf..c42d0b942f2 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.2.0.md +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.2.0.md @@ -27,7 +27,7 @@ Wenn das Rollback vor 7.1.4 erfolgt, siehe auch die [7.1.4 Release-Notizen](7.1. ### Speicher -#### ZFS RAIDZ-Erweiterung {/* #raidz-expansion */} +#### ZFS RAIDZ-Erweiterung {/* #raidz-expansion */} {/* #raidz-expansion */} Sie können jetzt Ihre Single-VDEV RAIDZ1/2/3-Pools um jeweils ein Laufwerk erweitern. Ausführliche Anweisungen finden Sie unter [Erweiterung von RAIDZ](../../using-unraid-to/manage-storage/cache-pools#raidz-expansion). @@ -43,7 +43,7 @@ Sie können jetzt Ihre Single-VDEV RAIDZ1/2/3-Pools um jeweils ein Laufwerk erwe - Fix: Es gibt jetzt eine "Ungültige Erweiterung"-Warnung, falls der Pool zuerst aktualisiert werden muss - Verbesserung: Bessere Voreinstellungen für ZFS RAIDZ VDEVs -#### Ext2/3/4-, NTFS- und exFAT-Unterstützung {/* #ext234-ntfs-and-exfat-support */} +#### Ext2/3/4-, NTFS- und exFAT-Unterstützung {/* #ext234-ntfs-and-exfat-support */} {/* #ext234-ntfs-and-exfat-support */} Unraid unterstützt jetzt die Laufwerksformate Ext2/3/4, NTFS und exFAT zusätzlich zu XFS, BTRFS und ZFS. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md new file mode 100644 index 00000000000..7fc2cde5f71 --- /dev/null +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md @@ -0,0 +1,90 @@ +# Version 7.3.1 2026-05-27 + +Diese Version konzentriert sich auf Sicherheitsupdates, ein Linux-Kernel-Update, Docker- und ZFS-Updates, Speicherkorrekturen, Korrekturen für WebGUI/System sowie Paketaktualisierungen der Basisdistribution. + +Für alle Benutzer empfohlen, insbesondere für diejenigen, die die neuesten Sicherheits- und Stabilitätskorrekturen möchten. + +## Upgrade + +Für schrittweise Anweisungen siehe [Unraid aktualisieren](/unraid-os/system-administration/maintain-and-update/upgrading-unraid/). Fragen zu Ihrer [Lizenz](/unraid-os/troubleshooting/licensing-faq/)? + +## Bekannte Probleme + +- Für diese Version werden keine neuen versionsspezifischen bekannten Probleme gemeldet. Siehe die [Unraid OS 7.3.0](/unraid-os/release-notes/7.3.0/)-Release-Notes für zuvor dokumentierte Probleme, die möglicherweise weiterhin zutreffen. + +## Anmerkungen + +- Dieses Release beinhaltet sicherheitsrelevante Paketaktualisierungen. +- Die Unraid-API-Version bleibt 4.34.0. + +## Rückschritte + +- Keine besonderen Hinweise zum Zurücksetzen für dieses Release. + +## Änderungen gegenüber [Unraid OS 7.3.0](/unraid-os/release-notes/7.3.0/) + +### Sicherheit + +- Sicherheit: bind wurde aktualisiert, um CVE-2026-1519, CVE-2026-3039, CVE-2026-3104, CVE-2026-3119, CVE-2026-3591, CVE-2026-3592, CVE-2026-3593, CVE-2026-5946 und CVE-2026-5947 zu beheben. +- Sicherheit: dnsmasq wurde aktualisiert, um CVE-2026-2291, CVE-2026-4890, CVE-2026-4891, CVE-2026-4892, CVE-2026-4893 und CVE-2026-5172 zu beheben. +- Sicherheit: nginx wurde aktualisiert, um CVE-2025-53859, CVE-2026-1642, CVE-2026-27651, CVE-2026-27654, CVE-2026-27784, CVE-2026-28753, CVE-2026-28755, CVE-2026-32647, CVE-2026-40460, CVE-2026-40701, CVE-2026-42934, CVE-2026-42945 und CVE-2026-42946 zu beheben. +- Sicherheit: rsync wurde aktualisiert, um CVE-2026-29518, CVE-2026-43617, CVE-2026-43618, CVE-2026-43619, CVE-2026-43620 und CVE-2026-45232 zu beheben. +- Sicherheit: Docker wurde auf 29.5.1 aktualisiert, einschließlich der CVE-Fixes aus dem Docker-Quellprojekt. +- Sicherheit: avahi, glibc und jq wurden mit den im Folgenden unter den Basis-Distro-Aktualisierungen aufgeführten, in der NVD referenzierten Sicherheitsfixes aktualisiert. + +### Container / Docker + +- Verbesserung: Die Docker-Engine wurde auf 29.5.1 aktualisiert. +- Fix: Das Dropdown-Menü für Docker-Container bleibt nutzbar, wenn viele Container angezeigt werden. + +### Speicher + +- Verbesserung: ZFS wurde auf 2.4.2_6.18.33_Unraid aktualisiert. +- Fix: Nicht zugewiesene Ersatzfestplatten fahren jetzt wieder wie erwartet herunter. +- Fix: Gespiegelte Boot-Pools können sich nach Rückkehr eines Mitglieds für die Cache-Pool-Nutzung wieder aus einem degradierten Zustand erholen. +- Fix: Die Gültigkeitsprüfung des Poolnamens beim Import vorhandener Pools wurde gelockert, um der Validierung vor 7.3 zu entsprechen. +- Fix: Das Ersetzen eines Online-RAIDZ-Geräts kann fehlschlagen + +### WebGUI / System + +- Fix: Die fehlende Connect-Versionprüflogik wurde wiederhergestellt, sodass erforderliche Aktualisierungen korrekt erkannt werden. +- Fix: Datei-Uploads werden jetzt unter Safari iOS korrekt verarbeitet. + +### Netzwerk / Hardware + +- Fix: dhcpcd wartet nicht mehr 60 Sekunden, um eine IP-Adresse zu erhalten. + +### Linux-Kernel + +- Linux-Kernel: Update auf 6.18.33-Unraid. + +## Basis-Distro-Updates + +### Aktualisierte Pakete (25) + +- aaa_glibc-solibs: Version 2.42 -> 2.43 +- at-spi2-core: Version 2.60.3 -> 2.60.4 +- avahi: Version 0.8-3_SBo_LT -> 20260508_3737842-1_SBo (NVD: CVE-2023-38469, CVE-2023-38470, CVE-2023-38471, CVE-2023-38472, CVE-2023-38473) +- bash: Version 5.3.009 -> 5.3.009-2 +- bind: Version 9.20.22 -> 9.20.23 (CVE-2026-3039, CVE-2026-3592, CVE-2026-3593, CVE-2026-5946, CVE-2026-5947; NVD: CVE-2026-5950) +- dnsmasq: Version 2.92 -> 2.92rel2 +- docker: Version 29.4.3-1_LT -> 29.5.1-1_LT +- elogind: Version 255.24 -> 255.25 +- fontconfig: Version 2.17.1-5 -> 2.18.0-2 +- glibc: Version 2.42-2_LT -> 2.43 (NVD: CVE-2025-15281, CVE-2026-0861, CVE-2026-0915) +- jq: Version 1.6-1_SBo -> 1.8.1-1_SBo (NVD: CVE-2024-53427, CVE-2025-9403) +- less: Version 692 -> 702 +- libXi: Version 1.8.2 -> 1.8.3 +- libedit: Version 20260508_3.1 -> 20260512_3.1 +- libusb: Version 1.0.29 -> 1.0.30 +- libusb-compat: Version 0.1.8 -> 0.1.9 +- lvm2: Version 2.03.40 -> 2.03.41 +- mesa: Version 26.1.0 -> 26.1.1 +- nginx: Version 1.27.2-1_SBo_LT -> 1.30.1-1_SBo_LT (NVD: CVE-2025-53859, CVE-2026-1642, CVE-2026-27651, CVE-2026-27654, CVE-2026-27784, CVE-2026-28753, CVE-2026-28755, CVE-2026-32647, CVE-2026-40460, CVE-2026-40701, CVE-2026-42934, CVE-2026-42945, CVE-2026-42946) +- rsync: Version 3.4.2 -> 3.4.3 (CVE-2026-29518, CVE-2026-43617, CVE-2026-43618, CVE-2026-43619, CVE-2026-43620, CVE-2026-45232) +- samba: Version 4.22.8-1_LT -> 4.22.10-1_LT +- util-linux: Version 2.42-2 -> 2.42.1 +- which: Version 2.23 -> 2.25 +- xev: Version 1.2.6 -> 1.2.7 +- xfsprogs: Version 7.0.0 -> 7.0.1 +- zfs: Version 2.4.1_6.18.29_Unraid-1_LT -> 2.4.2_6.18.33_Unraid-1_LT diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx index 8f504ea03bf..a2324b62012 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx @@ -87,7 +87,7 @@ Das Plugin verwaltet die meisten Schlafkonfigurationsoptionen. 2. Fügen Sie diese Zeile hinzu: ``` - /sbin/ethtool -s eth0 wol g + /usr/sbin/ethtool -s eth0 wol g ``` ::: diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx index 8d0ea78d250..342dcb94353 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx @@ -77,7 +77,7 @@ Einen Benutzer hinzufügen: - **Passwort**: Erstellen Sie ein starkes Passwort mit einer Mischung aus Buchstaben, Zahlen und Symbolen. Folgen Sie dem Passwortstärke-Messer für Anleitungen. -:::note[Optionally] +:::note\[Optionally] - **Eine Beschreibung hinzufügen**: Schreiben Sie eine Notiz wie "Zugang zur Medienbibliothek." - **Benutzerdefiniertes Bild**: Laden Sie ein PNG-Bild (wie ein Benutzeravatar) zur visuellen Identifikation hoch. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx index cdba4b7d350..fb69f6b4a10 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx @@ -111,35 +111,24 @@ Make sure to replace `/dev/sdX` with a valid physical device. Avoid logical Unra ::: -### Umfassender Test (diskspeed.sh) +### Umfassender Test (DiskSpeed) -Für eine detailliertere Bewertung aller angeschlossenen Laufwerke, einschließlich %%parity|parity%%- und Datenträger, sollten Sie das Community-Skript `diskspeed.sh` verwenden. +Für eine detailliertere Bewertung aller angeschlossenen Laufwerke, einschließlich %%parity|parity%%- und Datenträger, sollten Sie DiskSpeed verwenden. -Dieses Skript: +DiskSpeed: - Testet Lesegeschwindigkeiten an mehreren linearen Offsets auf der Festplattenoberfläche - Generiert CSV-Daten und Leistungs-Heatmaps (Bilder) - Kann Bereiche schlechter Leistung identifizieren, was ein Zeichen für fehlerhafte Hardware oder problematische SMR-Festplatten sein könnte -So beginnen Sie mit `diskspeed.sh`: +So beginnen Sie mit DiskSpeed: -1. Laden Sie das Skript von den [Unraid-Foren](https://forums.unraid.net/topic/31073-disk-speed-test-graphs-disk-bottlenecks-identified-see-how-fast-your-disks-can-really-go/) herunter. -2. Platzieren Sie es in einem persistenten Pfad wie `/boot/scripts/`. -3. Machen Sie es ausführbar: - -``` -chmod +x /boot/scripts/diskspeed.sh -``` - -4. Führen Sie das Skript aus: - -``` -bash /boot/scripts/diskspeed.sh -``` +1. Installieren Sie DiskSpeed über [Community-Anwendungen](/community-applications/) (***Apps-Tab***) durch die Suche nach "DiskSpeed". +2. Für manuelle Installationsanweisungen besuchen Sie das [DiskSpeed-GitHub-Repository](https://github.com/jbartlett777/DiskSpeed). :::note -This script only performs read-only operations and won't modify any data on your drives. However, it's best to schedule the test during idle periods, as it may affect disk I/O and interfere with %%array|array%% performance. +DiskSpeed performs read-only tests for hard drive benchmarks. SSD benchmarks may write temporary benchmark files, so review DiskSpeed's guidance before testing SSDs. Schedule benchmarks during idle periods, as they may affect disk I/O and interfere with %%array|array%% performance. ::: diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/licensing-faq.mdx b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/licensing-faq.mdx index 2dbcfaea04a..bce67b5ef8d 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/licensing-faq.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/licensing-faq.mdx @@ -99,8 +99,8 @@ Dies gilt nicht, wenn Sie internen Boot konfiguriert haben. Navigieren Sie in der %%WebGUI|web-gui%% zu ***Tools → Registrierung***. Hier finden Sie Ihren aktuellen Lizenztyp und Ihre Registrierungsdetails. -Bei Fragen zum internen Boot siehe die [FAQ zu internem Boot (7.3+)](../getting-started/set-up-unraid/internal-boot-faq.mdx). -Bei Fragen zur TPM-basierten Lizenzierung siehe die [FAQ zur TPM-Lizenzierung (7.3+)](tpm-licensing-faq.mdx). +Für Fragen zum internen Booten, einschließlich der Anforderungen an das USB-Label für die Flash-Lizenz, siehe die [FAQ zum internen Booten (7.3+)](../getting-started/set-up-unraid/internal-boot-faq.mdx#internal-boot-flash-license). +Für Fragen zur TPM-basierten Lizenzierung siehe die [FAQ zur TPM-Lizenzierung (7.3+)](tpm-licensing-faq.mdx). --- diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/array/removing-disks-from-array.mdx b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/array/removing-disks-from-array.mdx index 5fcbe1b2beb..1338ab6901e 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/array/removing-disks-from-array.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/array/removing-disks-from-array.mdx @@ -69,6 +69,7 @@ So verwenden Sie die Paritäts-PresErve-Methode: Ersetzen Sie `X` durch die spezifische Nummer der Datenfestplatte, die Sie entfernen möchten. Ersetzen Sie `X` durch die spezifische Nummer der Datenfestplatte, die Sie entfernen möchten. Ersetzen Sie `X` durch die spezifische Nummer der Datenfestplatte, die Sie entfernen möchten. + Ersetzen Sie `X` durch die spezifische Nummer der Datenfestplatte, die Sie entfernen möchten. Ersetzen Sie `X` durch die spezifische Nummer der Datenfestplatte, die Sie entfernen möchten. 7. Stoppen Sie das Array, sobald das Nullsetzen abgeschlossen ist. 8. Setzen Sie die Array-Konfiguration zurück, wobei alle aktuellen Zuweisungen beibehalten werden. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/array/replacing-disks-in-array.mdx b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/array/replacing-disks-in-array.mdx index 3f92d4f00d2..6d4c5716a46 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/array/replacing-disks-in-array.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/array/replacing-disks-in-array.mdx @@ -205,13 +205,13 @@ This procedure works for both data drives and %%parity drives|parity-drives%% th ## Paritätstausch -Parity-Swap ist ein besonderes Verfahren, das verwendet wird, wenn Sie eine Datenfestplatte durch eine Festplatte ersetzen müssen, die größer als Ihre aktuelle Paritätsfestplatte ist. Der Prozess verschiebt Ihre aktuelle Paritätsfestplatte in den Datensteckplatz und installiert eine neue, größere Festplatte als neue Paritätsfestplatte. Dies stellt sicher, dass Ihr Array geschützt bleibt und ermöglicht in Zukunft größere Datenfestplatten. +Parity-Swap ist ein spezielles Verfahren, das verwendet wird, wenn Sie eine Datenfestplatte durch eine Festplatte ersetzen müssen, die größer ist als Ihre aktuelle Paritätsfestplatte. Der Prozess installiert eine neue, größere Festplatte als neue Paritätsfestplatte und anschließend Ihre vorherige Paritätsfestplatte im Datensteckplatz. Dadurch bleibt Ihr Array geschützt und es werden künftig größere Datenfestplatten ermöglicht. Verwenden Sie einen Paritäts-Austausch, wenn Ihre Ersatzzur Datenfestplatte größer ist, als Ihre aktuelle Paritätsfestplatte. Dies ist nicht erforderlich, wenn Ihre neue Datenfestplatte gleich groß oder kleiner als Ihre Paritätsfestplatte ist. **Beispielszenario:** Sie haben eine Unraid-Konfiguration mit einer **2TB Paritätsfestplatte** und einer **1TB Datenfestplatte** und möchten die 1TB Festplatte durch eine **4TB Festplatte** ersetzen. Zuerst weisen Sie die neue 4TB Festplatte als Paritätsfestplatte zu, was die 2TB Festplatte ersetzt. Dann verschieben Sie die ursprüngliche 2TB Festplatte in den Datensteckplatz und entfernen die 1TB Festplatte vollständig. Nach diesen Änderungen haben Sie eine 4TB Festplatte als neue Parität, was sicherstellt, dass Sie in Zukunft Datenfestplatten bis zu 4TB hinzufügen können. Die 2TB Festplatte wird nun Ihre vorhandenen Daten enthalten, während die 1TB Festplatte anderweitig verwendet werden kann. Dieser Austausch hält Ihre Daten sicher und Ihr Array geschützt, während er zukünftige Upgrades ermöglicht. -:::important[Prerequisites] +:::important\[Prerequisites] - Stellen Sie vor dem Start sicher, dass die zu ersetzende Datenfestplatte deaktiviert ist. Ausgefallene Festplatten (die einen roten Indikator anzeigen) sind bereits deaktiviert. Für gesunde Festplatten, die Sie ersetzen möchten, heben Sie die Zuordnung der Festplatte auf und starten Sie das Array einmal ohne sie, um Unraid zu zwingen, sie als deaktiviert zu markieren. - Wenn Ihre Ersatzzur-Datenfestplatte nicht größer als Ihre Paritätsfestplatte ist, verwenden Sie stattdessen das Standardverfahren [Ersetzen faileder/deaktivierter Festplatten](#replacing-faileddisabled-disks). @@ -219,7 +219,7 @@ Verwenden Sie einen Paritäts-Austausch, wenn Ihre Ersatzzur Datenfestplatte gr ::: -:::warning[Warnings] +:::warning\[Warnings] - Überprüfen Sie immer den Gesundheitszustand aller Laufwerke mithilfe von %%SMART-Berichten|smart-report%%, bevor Sie einen %%parity swap|parity-swap%% durchführen. Dieser Vorgang erhöht das Risiko eines Datenverlusts, wenn ein weiteres defektes oder gesundes Laufwerk dabei ist. - Beräumen Sie die neue Festplatte, falls möglich. Obwohl nicht erforderlich, reduziert das Bereinigen die Belastung der Festplatte und das Risiko eines Frühausfalls. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/cache-pools.mdx b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/cache-pools.mdx index 3904b3bb501..c5e50d22bfc 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/cache-pools.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/cache-pools.mdx @@ -215,7 +215,7 @@ Für erweiterte %%BTRFS|btrfs%% Konfigurationsdetails siehe das [BTRFS-Wiki](htt 6. Überwachen Sie den Fortschritt im %%WebGUI|web-gui%%. -:::note[Timing] +:::note\[Timing] Das Ersetzen einer Festplatte in Ihrem %%cache pool|cache-pool%% ist eine wichtige Aufgabe, die dazu beiträgt, die Leistung und Zuverlässigkeit Ihres Speichersystems aufrechtzuerhalten. @@ -244,7 +244,7 @@ Für erweiterte %%BTRFS|btrfs%% Konfigurationsdetails siehe das [BTRFS-Wiki](htt Das Ersetzen einer Festplatte in Ihrem %%cache pool|cache-pool%% ist eine wichtige Aufgabe, die dazu beiträgt, die Leistung und Zuverlässigkeit Ihres Speichersystems aufrechtzuerhalten. -:::note[Prerequisites] +:::note\[Prerequisites] - **Check your pool configuration:** Make sure your pool is set up with a redundant %%RAID|raid%% profile, like %%RAID 1|raid1%%. You can do this by going to ***Main → Pool → Balance Status*** (for %%BTRFS|btrfs%%) or ZFS pool status (for %%ZFS|zfs%%) in your management interface. - **Die richtige Ersatzfestplatte wählen:** Die neue Festplatte muss gleich groß oder größer als die zu ersetzende sein. @@ -262,7 +262,7 @@ Sie können den Minimumfreier Speicherplatz aufrufen, indem Sie auf den Poolname 6. Starten Sie das %%array|array%%. 7. Überwachen Sie den Wiederherstellungsfortschritt im %%WebGUI|web-gui%%. -:::important[Timing] +:::important\[Timing] Wenn Sie häufig Dateien um die 10 GB herunterladen, legen Sie den Mindestfreien Speicherplatz auf mindestens 10 GB fest, idealerweise 20 GB, um Anpassungen zu ermöglichen. @@ -274,7 +274,7 @@ Wenn Sie häufig Dateien um die 10 GB herunterladen, legen Sie den Mindestfreien Setting a minimum free space for your %%cache pool|cache-pool%% can provide better control over file placement, especially when dealing with large files like high-resolution videos. This setting helps Unraid know when to stop writing to the pool and start writing directly to the larger storage %%array|array%%, avoiding interruptions or data corruption. -:::tip[Example] +:::tip\[Example] Wenn einer der Dateien zu einem Docker-Container und/oder %%VM|vm%% gehört, müssen die Dienste deaktiviert sein, damit die Dateien erfolgreich verschoben werden können. @@ -381,7 +381,7 @@ When accessing a [user share](./shares.mdx) from multiple pools and %%array|arra Unraid erlaubt keinen direkten Dateitransfer zwischen Pools über das %%WebGUI|web-gui%%, aber Sie können es mit dem %%Mover|mover%%-Werkzeug oder über die Befehlszeile tun. -:::note[Remember] +:::note\[Remember] Wenn einer der Dateien zu einem Docker-Container und/oder %%VM|vm%% gehört, müssen die Dienste deaktiviert sein, damit die Dateien erfolgreich verschoben werden können. diff --git a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/shares.mdx b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/shares.mdx index e451bbeb159..28bc9446eb3 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/shares.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/manage-storage/shares.mdx @@ -65,7 +65,7 @@ The deprecated `/mnt/user0` mount point (which excludes %%pool|cache-pool%% file The physical drive that stores a file is determined by share settings such as %%Allocation Method|allocation-method%%, %%Included/Excluded Disks|included-or-excluded-disks%%, and %%Split Level|split-level%%. Changes to these settings will affect only new files; existing files will remain untouched unless moved manually. -:::caution[Critical] +:::caution\[Critical] Bevor Sie eine Freigabe erstellen, überlegen Sie, wie Sie sie nutzen werden, Ihre Leistungsanforderungen, Sicherheit und wo Dateien gespeichert werden sollen. diff --git a/i18n/es/docusaurus-plugin-content-docs/current/API/how-to-use-the-api.mdx b/i18n/es/docusaurus-plugin-content-docs/current/API/how-to-use-the-api.mdx index 1f9a3b7a126..b57a0c8c7d0 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/API/how-to-use-the-api.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/API/how-to-use-the-api.mdx @@ -13,7 +13,7 @@ import ManageApiKeysCli from './partials/manage-api-keys-cli.mdx'; La API de Unraid ofrece una interfaz %%GraphQL|graphql%% que le permite interactuar con su servidor Unraid. Esta guía cubre la autenticación, las consultas comunes y los patrones de uso. -## Habilitación del sandbox de GraphQL {/* #enabling-the-graphql-sandbox */} +## Habilitación del sandbox de GraphQL ### Método WebGUI (recomendado) diff --git a/i18n/es/docusaurus-plugin-content-docs/current/API/programmatic-api-key-management.mdx b/i18n/es/docusaurus-plugin-content-docs/current/API/programmatic-api-key-management.mdx index b42d6705d74..57e7e068d05 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/API/programmatic-api-key-management.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/API/programmatic-api-key-management.mdx @@ -121,7 +121,7 @@ unraid-api apikey --delete --name "nonexistent key" } ``` -## Ejemplo completo de flujo de trabajo {/* #complete-workflow-example */} +## Ejemplo completo de flujo de trabajo **Salida de Error en JSON:** diff --git a/i18n/es/docusaurus-plugin-content-docs/current/community-applications.mdx b/i18n/es/docusaurus-plugin-content-docs/current/community-applications.mdx index f37b6ad88e9..d3e5083e990 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/community-applications.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/community-applications.mdx @@ -18,7 +18,7 @@ Las Aplicaciones Comunitarias proporcionan un catálogo curado de más de 2,000 :::caution -Lime Technology no suministra ni proporciona soporte directo a las Aplicaciones de la Comunidad. El equipo de Aplicaciones de la Comunidad realiza una revisión y moderación básica, pero es importante revisar la documentación y los recursos de soporte de cada aplicación antes de la instalación. +El equipo de Aplicaciones de la Comunidad proporciona una revisión básica y moderación, pero es importante revisar la documentación y los recursos de soporte para cada aplicación antes de la instalación. ::: @@ -147,3 +147,15 @@ El equipo de moderación se reserva el derecho de eliminar aplicaciones que se v 1. Revise la [ayuda para el envío](https://ca.unraid.net/submit/help). 2. Envíe su aplicación en [ca.unraid.net/submit](https://ca.unraid.net/submit). + +¿Preguntas o problemas con Community Applications? + + diff --git a/i18n/es/docusaurus-plugin-content-docs/current/unraid-account/multi-factor-authentication.mdx b/i18n/es/docusaurus-plugin-content-docs/current/unraid-account/multi-factor-authentication.mdx new file mode 100644 index 00000000000..364166823da --- /dev/null +++ b/i18n/es/docusaurus-plugin-content-docs/current/unraid-account/multi-factor-authentication.mdx @@ -0,0 +1,42 @@ +--- +title: Autenticación multifactor +description: Cómo habilitar o deshabilitar MFA para su cuenta de Unraid +--- + +La autenticación multifactor (MFA) añade un código rotativo de la aplicación autenticadora a su inicio de sesión en la cuenta de Unraid. + +Actualmente, la aplicación Account admite códigos de aplicación autenticadora, también llamados MFA TOTP o de token de software. + +## Antes de empezar + +- Ve a [account.unraid.net](https://account.unraid.net) e inicia sesión en tu cuenta de Unraid. +- Instala una aplicación de autenticación que pueda escanear un código QR o aceptar una URL de configuración. +- Ten disponible tu aplicación de autenticación mientras cambias la configuración de MFA. + +## Habilitar MFA + +1. Abre la aplicación de Cuenta de Unraid. +2. Abre **Configuración de la cuenta** y luego selecciona la pestaña **MFA**. +3. Haz clic en **Habilitar MFA**. +4. Escanea el código QR con tu aplicación de autenticación. Si no puedes escanear el código QR, copia la URL de configuración en tu aplicación de autenticación. +5. Introduce el código de 6 dígitos de tu aplicación de autenticación. +6. Espera a que la aplicación de Cuenta verifique el código y muestre MFA como habilitado. + +Después de habilitar MFA, usa el código de tu aplicación de autenticación la próxima vez que inicies sesión. + +## Desactivar MFA + +1. Abre la aplicación de Cuenta de Unraid. +2. Abre **Configuración de la cuenta** y luego selecciona la pestaña **MFA**. +3. Haz clic en **Desactivar MFA**. +4. Introduce el código actual de 6 dígitos de tu aplicación de autenticación. +5. Confirma el cambio. +6. Espera a que la aplicación de Cuenta muestre MFA como deshabilitado. + +Después de deshabilitar MFA, la aplicación de Cuenta ya no pedirá un código de la aplicación de autenticación durante el inicio de sesión. + +## Solución de problemas + +- Si la configuración falla, empieza de nuevo desde la pestaña **MFA** en **Configuración de la cuenta** y escanea el nuevo código QR. +- Si un código es rechazado, espera al siguiente código en tu aplicación de autenticación e inténtalo de nuevo. +- Si ya no tienes acceso a tu aplicación de autenticación, contacta con soporte para obtener ayuda para recuperar el acceso a tu cuenta. diff --git a/i18n/es/docusaurus-plugin-content-docs/current/unraid-account/redeem-activation-code.mdx b/i18n/es/docusaurus-plugin-content-docs/current/unraid-account/redeem-activation-code.mdx index 23582c233a6..663d420f92b 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/unraid-account/redeem-activation-code.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/unraid-account/redeem-activation-code.mdx @@ -13,59 +13,68 @@ Un mínimo de Unraid OS v6.10 o posterior, o acceso a su panel de cuenta de Unra Primero, sigue nuestra [guía de introducción](../unraid-os/getting-started/what-is-unraid.mdx) para configurar un servidor Unraid. -Cuando tu servidor esté en funcionamiento, las instrucciones para activar tu licencia son las siguientes: +Cuando su servidor esté en funcionamiento, comience desde ese servidor para que su licencia se aplique al servidor correcto. ### Para Unraid 6.10 o posterior -1. Inicie sesión en el WebGUI de su servidor Unraid ([http://tower](http://tower) o [http://tower.local](http://tower.local) por defecto). +Puede comenzar en cualquiera de estos lugares: -2. Inicie sesión en su cuenta de Unraid.net (o cree una) desde la parte superior derecha del WebGUI y seleccione "Canjear código de activación". +1. Inicie sesión en el WebGUI de su servidor Unraid ([http://tower](http://tower) o [http://tower.local](http://tower.local) por defecto en Mac). -3. Ingrese el código de activación de su correo electrónico o confirmación de compra y complete el proceso de activación. +2. Utilice uno de estos puntos de entrada: -### Para Códigos de Activación de Actualización + - Vaya a **Tools > Registration**, luego seleccione **Redeem Activation Code** en **Actions**. -1. Inicie sesión en el WebGUI de su servidor Unraid. +  -2. Elija "Actualizar Clave" del menú desplegable en la parte superior derecha del WebGUI. + - Abra el menú de Unraid.net o Connect en la esquina superior derecha y seleccione **Administrar licencia**. -3. Desplácese hacia abajo para encontrar la entrada "Canjear un código de activación de actualización". +  -4. Ingrese el código de activación para activar su licencia. +3. Si ve un mensaje de **Falta el archivo de clave**, use los mismos puntos de entrada: -### Para Unraid 6.9 y anteriores + - En **Tools > Registration**, seleccione **Canjear código de activación** en **Actions**. -1. Navegue a **Herramientas → Registro** en el WebGUI. +  -2. Haga clic en "Comprar Clave". + - Desde el panel Connect de la esquina superior derecha, seleccione **Administrar licencia**. -3. Ingrese el código de activación que figura en su factura de pedido y complete el proceso de activación. +  -## Alternativa: Canjear a través del Tablero de Cuenta +4. Inicie sesión en su cuenta de Unraid.net o cree una si se le solicita. -También puede canjear su código de activación a través del tablero de cuentas de Unraid: +5. En la aplicación de la cuenta, elija **Canjear código de activación** si aún no está seleccionado. -1. Navegue a la WebGUI de su servidor Unraid y asegúrese de estar conectado a su cuenta de Unraid.net desde la esquina superior derecha. +  -2. Haga clic en la esquina superior derecha del WebGUI y seleccione **"Canjear Código de Activación"** o **"Actualizar Licencia"** para abrir el tablero de cuentas con el contexto de su servidor cargado. +6. Introduzca su código de activación, o elija uno de su cuenta si se muestra alguno, y luego haga clic en **Canjear código**. -3. En la aplicación de cuentas, verá la página "Canjear Código de Activación". Aquí tiene dos opciones: - - **Seleccione de sus códigos**: Si tiene códigos de activación elegibles para este servidor, puede elegir uno del menú desplegable. Los códigos elegibles se filtran automáticamente según la compatibilidad de su servidor. - - **Ingrese el código manualmente**: Haga clic en "Ingresar código en su lugar" (o use la entrada manual si no hay códigos elegibles disponibles) e ingrese su código de activación exactamente como aparece en su correo electrónico o confirmación de compra. +  -4. Haga clic en **"Canjear Código"** para completar el proceso de activación. Una vez exitoso, su licencia se instalará en el servidor. +7. Haga clic en **Haga clic para finalizar la instalación de su licencia (obligatorio)** para terminar de instalar la licencia en su servidor. -:::note[Server Contexto requerido] +  -Si no ve el formulario de canje, es posible que deba cargar primero el contexto de su servidor. Haga clic en **"Administrar Servidor"** para conectar su servidor a la aplicación de cuentas. +Una vez finalizada la instalación, la licencia se aplica a su servidor. -::: +### Para Códigos de Activación de Actualización + +Use la misma página **Canjear código de activación** para los códigos de activación de actualización. La aplicación de la cuenta mostrará o aceptará los códigos que se pueden usar con su licencia actual. + +### Para Unraid 6.9 y anteriores + +1. Vaya a la página **Tools > Registration** en el %%WebGUI|web-gui%%. + +2. Seleccione **Canjear código de activación** o **Comprar clave**. + +3. Ingrese el código de activación que figura en su factura de pedido y complete el proceso de activación. ## Notas Importantes -- Los códigos de activación son de un solo uso para generar el archivo de clave de licencia para su servidor. +- Los códigos de activación solo se pueden usar una vez. - Asegúrese de haber iniciado sesión con la misma cuenta que compró la licencia. -- El código de activación debe coincidir con el servidor que intenta activar. +- El código de activación debe funcionar con el servidor que intenta activar. +- Si la aplicación de la cuenta no muestra su servidor o el formulario de canje, ábrala de nuevo desde **Tools > Registration** o **Administrar licencia** en el %%WebGUI|web-gui%%. ## ¿Necesitas ayuda? @@ -74,5 +83,5 @@ Si tiene problemas para canjear su código de activación: - Asegúrese de ingresar el código exactamente como aparece en su correo electrónico - Verifique que el código de activación no se haya utilizado ya - Asegúrese de haber iniciado sesión con la misma cuenta que compró la licencia -- Verifique que el contexto de su servidor se detecte correctamente +- Abra de nuevo la aplicación de la cuenta desde su servidor si no muestra el servidor correcto - Consulta nuestro [Licensing FAQ](../unraid-os/troubleshooting/licensing-faq.mdx) para más información diff --git a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/getting-started/set-up-unraid/internal-boot-faq.mdx b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/getting-started/set-up-unraid/internal-boot-faq.mdx index c1696819702..25c1f2af2d7 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/getting-started/set-up-unraid/internal-boot-faq.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/getting-started/set-up-unraid/internal-boot-faq.mdx @@ -15,13 +15,15 @@ This page contains frequently asked questions about internal boot in Unraid OS.New server setup
-+ Configuración de un nuevo servidor +
+Existing server conversion
@@ -70,6 +72,16 @@ Internal boot uses %%ZFS|zfs%%, and a mirrored setup uses a %%ZFS mirror|zfs%% f Internal boot uses %%ZFS|zfs%%, and a mirrored setup uses a %%ZFS mirror|zfs%% for redundancy. If one boot drive fails, Unraid continues running in a degraded state. Replace the failed device through the normal Unraid drive assignment flow to restore the mirror. +Cuando usas el arranque interno con un dispositivo USB flash separado para la licencia, el USB de licencia debe poder detectarse por su etiqueta de volumen FAT. Usa la etiqueta predeterminada `UNRAID` a menos que la configuración de arranque establezca un parámetro de kernel `unraidlabel=` coincidente. + +Por ejemplo, si el USB de licencia está etiquetado como `MYLABEL`, la configuración de arranque debe incluir: + +```text +unraidlabel=MYLABEL +``` + +Las etiquetas personalizadas deben usar 11 caracteres o menos. Usa letras mayúsculas `A-Z`, números `0-9`, guiones (`-`) o guiones bajos (`_`). + For TPM-based licensing details, see the [TPM Licensing FAQ (7.3+)](/unraid-os/troubleshooting/tpm-licensing-faq/). ### ¿Cómo funciona la copia de seguridad de la memoria flash si uso arranque interno? {/* #internal-boot-flash-backup */} diff --git a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.2.0.md b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.2.0.md index aa4ae71ffa4..b83a705abc5 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.2.0.md +++ b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.2.0.md @@ -42,7 +42,7 @@ Ahora puedes expandir tus pools RAIDZ1/2/3 de un solo vdev, una unidad a la vez. - Corrección: Ahora habrá una advertencia de "expansión inválida" si el pool necesita ser actualizado primero - Mejora: mejores ajustes predeterminados para los vdevs ZFS RAIDZ -#### Soporte para Ext2/3/4, NTFS y exFAT {/* #ext234-ntfs-and-exfat-support */} +#### Soporte para Ext2/3/4, NTFS y exFAT {/* #ext234-ntfs-and-exfat-support */} {/* #ext234-ntfs-and-exfat-support */} Ahora Unraid soporta formatos de unidad Ext2/3/4, NTFS y exFAT además de XFS, BTRFS y ZFS. diff --git a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md new file mode 100644 index 00000000000..d2b49470f63 --- /dev/null +++ b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md @@ -0,0 +1,90 @@ +# Versión 7.3.1 2026-05-27 + +Esta versión se centra en actualizaciones de seguridad, una actualización del kernel de Linux, actualizaciones de Docker y ZFS, correcciones de almacenamiento, correcciones de WebGUI/sistema y actualizaciones de paquetes de la distribución base. + +Recomendada para todos los usuarios, especialmente para quienes desean las últimas correcciones de seguridad y estabilidad. + +## Actualización + +Para instrucciones paso a paso, consulta [Actualización de Unraid](/unraid-os/system-administration/maintain-and-update/upgrading-unraid/). ¿Tienes preguntas sobre tu [licencia](/unraid-os/troubleshooting/licensing-faq/)? + +## Problemas conocidos + +- No se informan problemas conocidos nuevos específicos de esta versión. Consulte las notas de la versión de [Unraid OS 7.3.0](/unraid-os/release-notes/7.3.0/) para conocer los problemas documentados anteriormente que aún pueden aplicarse. + +## Notas + +- Esta versión incluye actualizaciones de paquetes relacionadas con la seguridad. +- La versión de la API de Unraid sigue siendo 4.34.0. + +## Deshacer cambios + +- No hay notas especiales de reversión para esta versión. + +## Cambios frente a [Unraid OS 7.3.0](/unraid-os/release-notes/7.3.0/) + +### Seguridad + +- Seguridad: se actualizó bind para corregir CVE-2026-1519, CVE-2026-3039, CVE-2026-3104, CVE-2026-3119, CVE-2026-3591, CVE-2026-3592, CVE-2026-3593, CVE-2026-5946 y CVE-2026-5947. +- Seguridad: se actualizó dnsmasq para corregir CVE-2026-2291, CVE-2026-4890, CVE-2026-4891, CVE-2026-4892, CVE-2026-4893 y CVE-2026-5172. +- Seguridad: se actualizó nginx para corregir CVE-2025-53859, CVE-2026-1642, CVE-2026-27651, CVE-2026-27654, CVE-2026-27784, CVE-2026-28753, CVE-2026-28755, CVE-2026-32647, CVE-2026-40460, CVE-2026-40701, CVE-2026-42934, CVE-2026-42945 y CVE-2026-42946. +- Seguridad: se actualizó rsync para corregir CVE-2026-29518, CVE-2026-43617, CVE-2026-43618, CVE-2026-43619, CVE-2026-43620 y CVE-2026-45232. +- Seguridad: se actualizó Docker a 29.5.1, incluidas correcciones de CVE del upstream de Docker. +- Seguridad: se actualizaron avahi, glibc y jq con las correcciones de seguridad referenciadas por NVD que se enumeran a continuación en las actualizaciones de la distribución base. + +### Contenedores / Docker + +- Mejora: motor de Docker actualizado a 29.5.1. +- Corrección: el menú desplegable de contenedores de Docker sigue siendo utilizable cuando se muestran muchos contenedores. + +### Almacenamiento + +- Mejora: ZFS actualizado a 2.4.2_6.18.33_Unraid. +- Corrección: los discos de repuesto no asignados vuelven a entrar en suspensión como se esperaba. +- Corrección: los grupos de arranque reflejados pueden recuperarse de un estado degradado después de que un miembro regrese para el uso del grupo de caché. +- Corrección: se relajó la comprobación de validez del nombre del grupo al importar grupos existentes para que coincida con la validación anterior a la 7.3. +- Corrección: la sustitución en línea de un dispositivo raidz puede fallar + +### WebGUI / Sistema + +- Corrección: se restauró la lógica faltante de comprobación de versión de Connect para que las actualizaciones requeridas se detecten correctamente. +- Corrección: ahora las cargas de archivos se gestionan correctamente en Safari iOS. + +### Red / Hardware + +- Corrección: dhcpcd ya no espera 60 segundos para obtener una dirección IP. + +### Núcleo de Linux + +- Kernel de Linux: actualización a 6.18.33-Unraid. + +## Actualizaciones de distribución base + +### Paquetes actualizados (25) + +- aaa_glibc-solibs: versión 2.42 -> 2.43 +- at-spi2-core: versión 2.60.3 -> 2.60.4 +- avahi: versión 0.8-3_SBo_LT -> 20260508_3737842-1_SBo (NVD: CVE-2023-38469, CVE-2023-38470, CVE-2023-38471, CVE-2023-38472, CVE-2023-38473) +- bash: versión 5.3.009 -> 5.3.009-2 +- bind: versión 9.20.22 -> 9.20.23 (CVE-2026-3039, CVE-2026-3592, CVE-2026-3593, CVE-2026-5946, CVE-2026-5947; NVD: CVE-2026-5950) +- dnsmasq: versión 2.92 -> 2.92rel2 +- docker: versión 29.4.3-1_LT -> 29.5.1-1_LT +- elogind: versión 255.24 -> 255.25 +- fontconfig: versión 2.17.1-5 -> 2.18.0-2 +- glibc: versión 2.42-2_LT -> 2.43 (NVD: CVE-2025-15281, CVE-2026-0861, CVE-2026-0915) +- jq: versión 1.6-1_SBo -> 1.8.1-1_SBo (NVD: CVE-2024-53427, CVE-2025-9403) +- less: versión 692 -> 702 +- libXi: versión 1.8.2 -> 1.8.3 +- libedit: versión 20260508_3.1 -> 20260512_3.1 +- libusb: versión 1.0.29 -> 1.0.30 +- libusb-compat: versión 0.1.8 -> 0.1.9 +- lvm2: versión 2.03.40 -> 2.03.41 +- mesa: versión 26.1.0 -> 26.1.1 +- nginx: versión 1.27.2-1_SBo_LT -> 1.30.1-1_SBo_LT (NVD: CVE-2025-53859, CVE-2026-1642, CVE-2026-27651, CVE-2026-27654, CVE-2026-27784, CVE-2026-28753, CVE-2026-28755, CVE-2026-32647, CVE-2026-40460, CVE-2026-40701, CVE-2026-42934, CVE-2026-42945, CVE-2026-42946) +- rsync: versión 3.4.2 -> 3.4.3 (CVE-2026-29518, CVE-2026-43617, CVE-2026-43618, CVE-2026-43619, CVE-2026-43620, CVE-2026-45232) +- samba: versión 4.22.8-1_LT -> 4.22.10-1_LT +- util-linux: versión 2.42-2 -> 2.42.1 +- which: versión 2.23 -> 2.25 +- xev: versión 1.2.6 -> 1.2.7 +- xfsprogs: versión 7.0.0 -> 7.0.1 +- zfs: versión 2.4.1_6.18.29_Unraid-1_LT -> 2.4.2_6.18.33_Unraid-1_LT diff --git a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx index 0c9e30499c2..7084a0ea02a 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx @@ -87,7 +87,7 @@ El complemento gestiona la mayoría de las opciones de configuración de suspens 2. Agrega esta línea: ``` - /sbin/ethtool -s eth0 wol g + /usr/sbin/ethtool -s eth0 wol g ``` ::: diff --git a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/securing-your-data.mdx b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/securing-your-data.mdx index 42aef8fa453..53a4a09e75f 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/securing-your-data.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/securing-your-data.mdx @@ -32,12 +32,14 @@ Cifrar una unidad eliminará todos los datos existentes en esa unidad. ::: -:::important[Antes de cifrar] +:::important[Before de cifrar] Mueva todos los datos del disco que desea cifrar a otra ubicación (otro disco en su %%array|array%%, un %%cache pool|cache-pool%%, o una copia de seguridad externa). Para obtener más detalles sobre cómo mover sus datos de manera segura, consulte [Convertir a un nuevo tipo de sistema de archivos](../../using-unraid-to/manage-storage/file-systems.mdx#converting-to-a-new-file-system-type). ::: +Mueva todos los datos del disco que desea cifrar a otra ubicación (otro disco en su %%array|array%%, un %%cache pool|cache-pool%%, o una copia de seguridad externa). Para obtener más detalles sobre cómo mover sus datos de manera segura, consulte [Convertir a un nuevo tipo de sistema de archivos](../../using-unraid-to/manage-storage/file-systems.mdx#converting-to-a-new-file-system-type). + 1. Vaya a la pestaña **Principal** en el %%WebGUI|web-gui%%. 2. Detenga el %%array|array%%. 3. Selecciona la unidad que deseas cifrar. diff --git a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx index ac846fe0728..f2705707759 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx @@ -77,7 +77,7 @@ Para añadir un usuario: - **Contraseña**: Crea una contraseña fuerte usando una combinación de letras, números y símbolos. Sigue el medidor de fuerza de la contraseña para obtener orientación. -:::note[Optionally] +:::note\[Optionally] - **Añadir una descripción**: Escribe una nota como "Acceso a la biblioteca multimedia". - **Imagen personalizada**: Sube una imagen PNG (como un avatar de usuario) para identificación visual. diff --git a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx index d1034989d43..1e9a1a4e481 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx @@ -111,35 +111,24 @@ Asegúrate de reemplazar `/dev/sdX` con un dispositivo físico válido. Evita di ::: -### Prueba completa (diskspeed.sh) +### Prueba completa (DiskSpeed) -Para una evaluación más detallada de todos los discos conectados, incluidas unidades de %%parity|parity%% y datos, considera usar el script de la comunidad `diskspeed.sh`. +Para una evaluación más detallada de todos los discos conectados, incluidas unidades de %%parity|parity%% y datos, considera usar DiskSpeed. -Este script: +DiskSpeed: - Prueba las velocidades de lectura en múltiples offset lineales a través de la superficie del disco - Genera datos CSV y mapas de calor de rendimiento (imágenes) - Puede identificar zonas de bajo rendimiento, que pueden ser una señal de hardware defectuoso o discos SMR problemáticos -Para comenzar con `diskspeed.sh`: +Para comenzar con DiskSpeed: -1. Descarga el script desde los [foros de Unraid](https://forums.unraid.net/topic/31073-disk-speed-test-graphs-disk-bottlenecks-identified-see-how-fast-your-disks-can-really-go/). -2. Colócalo en una ruta persistente como `/boot/scripts/`. -3. Hazlo ejecutable: - -``` -chmod +x /boot/scripts/diskspeed.sh -``` - -4. Ejecuta el script: - -``` -bash /boot/scripts/diskspeed.sh -``` +1. Instale DiskSpeed desde [Community Applications](/community-applications/) (***Pestaña de Apps***) buscando "DiskSpeed". +2. Para instrucciones de instalación manual, visite el [repositorio de GitHub de DiskSpeed](https://github.com/jbartlett777/DiskSpeed). :::note -Este script solo realiza operaciones de solo lectura y no modificará ningún dato en tus discos. Sin embargo, es mejor programar la prueba durante períodos de inactividad, ya que puede afectar el I/O del disco e interferir con el rendimiento del %%array|array%%. +DiskSpeed realiza pruebas de solo lectura para benchmarks de discos duros. Los benchmarks de SSD pueden escribir archivos temporales de prueba, así que revise la guía de DiskSpeed antes de probar SSD. Programe los benchmarks durante períodos de inactividad, ya que pueden afectar el I/O del disco e interferir con el rendimiento del %%array|array%%. ::: diff --git a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/faq.mdx b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/faq.mdx index d8f27fb2545..7d8af1fe239 100644 --- a/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/faq.mdx +++ b/i18n/es/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/faq.mdx @@ -90,7 +90,6 @@ Si usas unidades encriptadas y olvidas la contraseña de encriptación, la recup 7. Borra los sistemas de archivos existentes de cada unidad de datos: :::danger[Critical: Operación Destructiva] -**Este paso borrará permanentemente TODOS los datos de las unidades especificadas y es IRREVERSIBLE.** - **Verifica que tengas copias de seguridad** de cualquier dato que necesites antes de continuar @@ -104,8 +103,7 @@ Para cada unidad de datos, ejecuta: wipefs /dev/sdX ``` -Reemplaza `X` por la letra correcta de la unidad (por ejemplo, sda, sdb, sdc). -::: +Para cada unidad de datos, ejecuta: 8. Continúa con la configuración e instalación habitual de Unraid. @@ -125,9 +123,9 @@ Para cambiar el nombre de host de tu servidor Unraid, navega por el %%WebGUI|web ### Mi dispositivo de arranque informa de un GUID no válido. ¿Qué hago? {/* #invalid-guid */} -Unraid requiere un dispositivo de arranque con un %%GUID|guid%% de hardware único (para el arranque por USB, normalmente es una unidad flash USB). Algunos fabricantes pueden reutilizar %%GUID|guid%%s o usar valores genéricos, y las unidades falsificadas, especialmente de marcas conocidas como SanDisk y Samsung, a menudo no tienen %%GUID|guid%%s únicos. Para obtener orientación sobre cómo elegir una unidad compatible (incluidos consejos sobre marcas y vendedores), consulta [Crear tu medio de arranque](../getting-started/set-up-unraid/create-your-bootable-media.mdx) y [Seleccionar un dispositivo de reemplazo](../system-administration/maintain-and-update/changing-the-flash-device.mdx#selecting-a-replacement-device). +Unraid requires a boot device with a unique hardware %%GUID|guid%% (for USB boot, this is usually a USB flash drive). Some manufacturers may reuse %%GUID|guid%%s or use generic values, and counterfeit drives, especially of well-known brands like SanDisk and Samsung—often lack unique %%GUID|guid%%s. For guidance on choosing a compatible drive (including brand and retailer advice), see [Create your bootable media](../getting-started/set-up-unraid/create-your-bootable-media.mdx) and [Selecting a replacement device](../system-administration/maintain-and-update/changing-the-flash-device.mdx#selecting-a-replacement-device). -En resumen: prefiere unidades de vendedores confiables. Considera marcas de segundo nivel (por ejemplo, TeamGroup, Transcend, PNY), que suelen falsificarse con menos frecuencia. Evita unidades genéricas o sin marca, SSDs, lectores de tarjetas USB y adaptadores de tarjetas SD; a menudo no tienen %%GUID|guid%%s únicos y podrían no ser compatibles para arrancar Unraid. +In short: Prefer drives from reputable retailers. Consider second-tier brands (e.g., TeamGroup, Transcend, PNY), which are less often counterfeited. Avoid generic or unbranded drives, SSDs, USB card readers, and SD card adapters; they often lack unique %%GUID|guid%%s and may not be supported for booting Unraid.New server setup
-+ Configuration d’un nouveau serveur +
+Existing server conversion
@@ -70,6 +72,16 @@ Internal boot uses %%ZFS|zfs%%, and a mirrored setup uses a %%ZFS mirror|zfs%% f Internal boot uses %%ZFS|zfs%%, and a mirrored setup uses a %%ZFS mirror|zfs%% for redundancy. If one boot drive fails, Unraid continues running in a degraded state. Replace the failed device through the normal Unraid drive assignment flow to restore the mirror. +Lorsque vous utilisez le démarrage interne avec un périphérique USB flash séparé pour la licence, la clé USB de licence doit être détectable grâce à son étiquette de volume FAT. Utilisez l’étiquette par défaut `UNRAID` sauf si votre configuration de démarrage définit un paramètre noyau `unraidlabel=` correspondant. + +Par exemple, si la clé USB de licence est étiquetée `MYLABEL`, la configuration de démarrage doit inclure : + +```text +unraidlabel=MYLABEL +``` + +Les étiquettes personnalisées doivent comporter 11 caractères ou moins. Utilisez des lettres majuscules `A-Z`, des chiffres `0-9`, des tirets (`-`) ou des traits de soulignement (`_`). + For TPM-based licensing details, see the [TPM Licensing FAQ (7.3+)](/unraid-os/troubleshooting/tpm-licensing-faq/). ### Comment fonctionne la sauvegarde flash si j’utilise le démarrage interne ? {/* #internal-boot-flash-backup */} diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md index 0fea69dbe95..6152a5f6ce2 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md @@ -10,7 +10,7 @@ Remerciements spéciaux : - @Squid pour l'intégration de ses plugins **GUI Search** et **Unlimited Width Plugin** dans le webGUI - @ludoux (**Plugin Proxy Editor**) et @Squid (**Plugin Applications Communautaires**) pour avoir entrepris le support du proxy HTTP, dont plusieurs idées ont été intégrées dans le webgui -- @ich777 pour la maintenance des plugins de pilotes tiers, et pour l'intégration [Tailscale Docker](#tailscale-integration) +- @ich777 pour la maintenance des plugins de pilotes tiers, et pour l'intégration [Tailscale Docker](#integration-tailscale) - @SimonF pour les nouvelles fonctionnalités significatives dans le Gestionnaire de VM Unraid OS - @EDACerton pour le développement du plugin Tailscale @@ -109,7 +109,7 @@ Si vous avez précédemment configuré des Proxies sortants via le plugin Proxy Si vous revenez en arrière après avoir activé le [driver de stockage overlay2](#add-support-for-overlay2-storage-driver), vous devrez supprimer le répertoire Docker et laisser Docker retélécharger les couches d'image. -Si vous revenez en arrière après avoir installé [Tailscale dans un conteneur Docker](#tailscale-integration), vous devrez éditer le conteneur, effectuer une modification fictive, puis **Appliquer** pour reconstruire le conteneur sans l'intégration de Tailscale. +Si vous revenez en arrière après avoir installé [Tailscale dans un conteneur Docker](#integration-tailscale), vous devrez éditer le conteneur, effectuer une modification fictive, puis **Appliquer** pour reconstruire le conteneur sans l'intégration de Tailscale. Après le retour en arrière, effectuez une modification fictive à chaque configuration de WireGuard pour obtenir les paramètres appropriés à cette version d'Unraid. @@ -270,17 +270,21 @@ Grand merci à @SimonF pour ses améliorations continues des VM. ## Docker -### Ajouter un support pour le pilote de stockage overlay2 {/* #add-support-for-overlay2-storage-driver */} +### Ajouter un support pour le pilote de stockage overlay2 Si vous utilisez **Docker data-root=répertoire** sur un volume ZFS, nous vous recommandons de naviguer vers ***Paramètres → Docker*** et de passer le **pilote de stockage Docker** à **overlay2**, puis d'effacer le contenu du répertoire et de laisser Docker retélécharger les couches d'image. Le réglage hérité **native** provoque des problèmes de stabilité significatifs sur les volumes ZFS. Si conserver la possibilité de rétrograder vers des versions antérieures est important, alors passez à **Docker data-root=xfs vDisk** à la place. -### Autres changements +### Autres changements {/* #add-support-for-overlay2-storage-driver */} + +Si vous utilisez **Docker data-root=répertoire** sur un volume ZFS, nous vous recommandons de naviguer vers ***Paramètres → Docker*** et de passer le **pilote de stockage Docker** à **overlay2**, puis d'effacer le contenu du répertoire et de laisser Docker retélécharger les couches d'image. Le réglage hérité **native** provoque des problèmes de stabilité significatifs sur les volumes ZFS. + +Si conserver la possibilité de rétrograder vers des versions antérieures est important, alors passez à **Docker data-root=xfs vDisk** à la place. ### Prévention des bombes à fourche Docker -- Voir [intégration Tailscale](#tailscale-integration) +- Voir [intégration Tailscale](#integration-tailscale) - Permettre la spécification de registre personnalisé avec un port - Utilisation de "démonter paresseux" du docker image pour éviter le blocage de l'arrêt de l'array - Mis à jour pour corriger plusieurs problèmes de sécurité (CVE-2024-21626, CVE-2024-24557) diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.2.0.md b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.2.0.md index 1701821fb4d..4dae4c2f347 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.2.0.md +++ b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.2.0.md @@ -43,7 +43,7 @@ Vous pouvez maintenant étendre vos pools RAIDZ1/2/3 à un seul VDEV, un disque - Correctif : Un avertissement "expansion invalide" s'affichera désormais si le pool doit être mis à niveau d'abord - Amélioration : Meilleurs paramètres par défaut pour les vdevs ZFS RAIDZ -#### Prise en charge des systèmes de fichiers Ext2/3/4, NTFS et exFAT {/* #ext234-ntfs-and-exfat-support */} +#### Prise en charge des systèmes de fichiers Ext2/3/4, NTFS et exFAT {/* #ext234-ntfs-and-exfat-support */} {/* #ext234-ntfs-and-exfat-support */} Unraid prend désormais en charge les formats de disques Ext2/3/4, NTFS et exFAT en plus de XFS, BTRFS et ZFS. diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md new file mode 100644 index 00000000000..32a59191845 --- /dev/null +++ b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md @@ -0,0 +1,90 @@ +# Version 7.3.1 2026-05-27 + +Cette version se concentre sur les mises à jour de sécurité, une mise à jour du noyau Linux, des mises à jour de Docker et de ZFS, des corrections de stockage, des corrections de WebGUI/système et des mises à jour des paquets de la distribution de base. + +Recommandé pour tous les utilisateurs, en particulier ceux qui souhaitent les dernières corrections de sécurité et de stabilité. + +## Mise à niveau + +Pour des instructions étape par étape, consultez [Mise à jour d'Unraid](/unraid-os/system-administration/maintain-and-update/upgrading-unraid/). Des questions sur votre [licence](/unraid-os/troubleshooting/licensing-faq/) ? + +## Problèmes connus + +- Aucun nouveau problème connu spécifique à cette version n'est signalé pour cette version. Consultez les notes de version de [Unraid OS 7.3.0](/unraid-os/release-notes/7.3.0/) pour les problèmes documentés précédemment qui peuvent toujours s'appliquer. + +## Notes + +- Cette version inclut des mises à jour de paquets liées à la sécurité. +- La version de l’API Unraid reste 4.34.0. + +## Rétrogradation + +- Aucune note de retour en arrière spéciale pour cette version. + +## Modifications par rapport à [Unraid OS 7.3.0](/unraid-os/release-notes/7.3.0/) + +### Sécurité + +- Sécurité : mise à jour de bind pour corriger les failles CVE-2026-1519, CVE-2026-3039, CVE-2026-3104, CVE-2026-3119, CVE-2026-3591, CVE-2026-3592, CVE-2026-3593, CVE-2026-5946 et CVE-2026-5947. +- Sécurité : mise à jour de dnsmasq pour corriger les failles CVE-2026-2291, CVE-2026-4890, CVE-2026-4891, CVE-2026-4892, CVE-2026-4893 et CVE-2026-5172. +- Sécurité : mise à jour de nginx pour corriger les failles CVE-2025-53859, CVE-2026-1642, CVE-2026-27651, CVE-2026-27654, CVE-2026-27784, CVE-2026-28753, CVE-2026-28755, CVE-2026-32647, CVE-2026-40460, CVE-2026-40701, CVE-2026-42934, CVE-2026-42945 et CVE-2026-42946. +- Sécurité : mise à jour de rsync pour corriger les failles CVE-2026-29518, CVE-2026-43617, CVE-2026-43618, CVE-2026-43619, CVE-2026-43620 et CVE-2026-45232. +- Sécurité : mise à jour de Docker vers la version 29.5.1, incluant des correctifs CVE en amont de Docker. +- Sécurité : mise à jour d’avahi, glibc et jq avec les correctifs de sécurité référencés par le NVD listés ci-dessous dans les mises à jour de la distribution de base. + +### Conteneurs / Docker + +- Amélioration : mise à jour du moteur Docker vers la version 29.5.1. +- Correction : le menu déroulant des conteneurs Docker reste utilisable lorsque de nombreux conteneurs sont affichés. + +### Stockage + +- Amélioration : mise à jour de ZFS vers 2.4.2_6.18.33_Unraid. +- Correction : les disques de réserve non affectés se mettent à nouveau en veille comme prévu. +- Correction : les pools de démarrage en miroir peuvent se rétablir à partir d’un état dégradé après le retour d’un membre pour l’utilisation du pool de cache. +- Correction : assouplissement de la vérification de validité du nom du pool lors de l’importation de pools existants afin de correspondre à la validation antérieure à la version 7.3. +- Correction : le remplacement d’un périphérique raidz en ligne peut échouer + +### WebGUI / Système + +- Correction : la logique de vérification de version de Connect manquante a été restaurée afin que les mises à jour requises soient détectées correctement. +- Correction : les téléversements de fichiers sont désormais gérés correctement dans Safari iOS. + +### Réseau / Matériel + +- Correction : dhcpcd n’attend plus 60 secondes pour obtenir une adresse IP. + +### Noyau Linux + +- Noyau Linux : mise à jour vers 6.18.33-Unraid. + +## Mises à jour de la distribution de base + +### Paquets mis à jour (25) + +- aaa_glibc-solibs : version 2.42 -> 2.43 +- at-spi2-core : version 2.60.3 -> 2.60.4 +- avahi : version 0.8-3_SBo_LT -> 20260508_3737842-1_SBo (NVD : CVE-2023-38469, CVE-2023-38470, CVE-2023-38471, CVE-2023-38472, CVE-2023-38473) +- bash : version 5.3.009 -> 5.3.009-2 +- bind : version 9.20.22 -> 9.20.23 (CVE-2026-3039, CVE-2026-3592, CVE-2026-3593, CVE-2026-5946, CVE-2026-5947 ; NVD : CVE-2026-5950) +- dnsmasq : version 2.92 -> 2.92rel2 +- docker : version 29.4.3-1_LT -> 29.5.1-1_LT +- elogind : version 255.24 -> 255.25 +- fontconfig : version 2.17.1-5 -> 2.18.0-2 +- glibc : version 2.42-2_LT -> 2.43 (NVD : CVE-2025-15281, CVE-2026-0861, CVE-2026-0915) +- jq : version 1.6-1_SBo -> 1.8.1-1_SBo (NVD : CVE-2024-53427, CVE-2025-9403) +- less : version 692 -> 702 +- libXi : version 1.8.2 -> 1.8.3 +- libedit : version 20260508_3.1 -> 20260512_3.1 +- libusb : version 1.0.29 -> 1.0.30 +- libusb-compat : version 0.1.8 -> 0.1.9 +- lvm2 : version 2.03.40 -> 2.03.41 +- mesa : version 26.1.0 -> 26.1.1 +- nginx : version 1.27.2-1_SBo_LT -> 1.30.1-1_SBo_LT (NVD : CVE-2025-53859, CVE-2026-1642, CVE-2026-27651, CVE-2026-27654, CVE-2026-27784, CVE-2026-28753, CVE-2026-28755, CVE-2026-32647, CVE-2026-40460, CVE-2026-40701, CVE-2026-42934, CVE-2026-42945, CVE-2026-42946) +- rsync : version 3.4.2 -> 3.4.3 (CVE-2026-29518, CVE-2026-43617, CVE-2026-43618, CVE-2026-43619, CVE-2026-43620, CVE-2026-45232) +- samba : version 4.22.8-1_LT -> 4.22.10-1_LT +- util-linux : version 2.42-2 -> 2.42.1 +- which : version 2.23 -> 2.25 +- xev : version 1.2.6 -> 1.2.7 +- xfsprogs : version 7.0.0 -> 7.0.1 +- zfs : version 2.4.1_6.18.29_Unraid-1_LT -> 2.4.2_6.18.33_Unraid-1_LT diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx index a9d78284d6b..90dcdf50320 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx +++ b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx @@ -87,7 +87,7 @@ Le plugin gère la plupart des options de configuration de veille. 2. Ajoutez cette ligne : ``` - /sbin/ethtool -s eth0 wol g + /usr/sbin/ethtool -s eth0 wol g ``` ::: diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx index 26c8291ef83..e55dca78fc3 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx +++ b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx @@ -77,7 +77,7 @@ Pour ajouter un utilisateur : - **Mot de passe** : Créez un mot de passe fort en utilisant un mélange de lettres, de chiffres et de symboles. Suivez le baromètre de robustesse du mot de passe pour vous guider. -:::note[Optionally] +:::note\[Optionally] - **Ajouter une description** : Écrivez une note comme "Accès à la bibliothèque multimédia." - **Image personnalisée** : Téléchargez une image PNG (comme un avatar d'utilisateur) pour l'identification visuelle. diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx index 30dab12f02e..fbf29172227 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx +++ b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx @@ -103,35 +103,24 @@ Assurez-vous de remplacer `/dev/sdX` par un appareil physique valide. Évitez le ::: -### Test complet (diskspeed.sh) +### Test complet (DiskSpeed) -Pour une évaluation plus détaillée de tous les disques connectés, y compris les disques de %%parity|parity%% et de données, envisagez d'utiliser le script communautaire `diskspeed.sh`. +Pour une évaluation plus détaillée de tous les disques connectés, y compris les disques de %%parity|parity%% et de données, envisagez d'utiliser DiskSpeed. -Ce script : +DiskSpeed : - Testes les vitesses de lecture à plusieurs décalages linéaires sur la surface du disque - Génère des données CSV et des cartes de chaleur de performance (images) - Peut identifier des zones de mauvaise performance, ce qui pourrait être un signe de matériel défaillant ou de disques SMR problématiques -Pour commencer avec `diskspeed.sh` : +Pour commencer avec DiskSpeed : -1. Téléchargez le script depuis les [forums Unraid](https://forums.unraid.net/topic/31073-disk-speed-test-graphs-disk-bottlenecks-identified-see-how-fast-your-disks-can-really-go/). -2. Placez-le dans un chemin persistant comme `/boot/scripts/`. -3. Rendez-le exécutable : - -``` -chmod +x /boot/scripts/diskspeed.sh -``` - -4. Exécutez le script : - -``` -bash /boot/scripts/diskspeed.sh -``` +1. Installez DiskSpeed depuis [Community Applications](/community-applications/) (***onglet Apps***) en recherchant "DiskSpeed". +2. Pour les instructions d'installation manuelle, consultez le [dépôt GitHub DiskSpeed](https://github.com/jbartlett777/DiskSpeed). :::note -Ce script effectue uniquement des opérations en lecture seule et ne modifiera pas les données de vos disques. Cependant, il est préférable de programmer le test pendant les périodes d'inactivité, car cela peut affecter l'E/S du disque et interférer avec les performances de l'%%array|array%%. +DiskSpeed effectue des tests en lecture seule pour les benchmarks de disques durs. Les benchmarks de SSD peuvent écrire des fichiers temporaires de test, consultez donc les instructions de DiskSpeed avant de tester des SSD. Planifiez les benchmarks pendant les périodes d'inactivité, car ils peuvent affecter l'E/S du disque et interférer avec les performances de l'%%array|array%%. ::: diff --git a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/faq.mdx b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/faq.mdx index e81d3bc7eea..68cb4b7b947 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/faq.mdx +++ b/i18n/fr/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/faq.mdx @@ -90,7 +90,6 @@ Si vous utilisez des disques chiffrés et oubliez le mot de passe de chiffrement 7. Effacer les systèmes de fichiers existants de chaque disque de données : :::danger[Critical: Opération destructive] -**Cette étape effacera définitivement TOUTES les données des disques spécifiés et elle est IRRÉVERSIBLE.** - **Vérifiez que vous disposez de sauvegardes** de toutes les données nécessaires avant de continuer @@ -104,8 +103,7 @@ Pour chaque disque de données, exécutez : wipefs /dev/sdX ``` -Remplacez `X` par la bonne lettre de disque (par exemple, sda, sdb, sdc). -::: +Pour chaque disque de données, exécutez : 8. Continuez avec la configuration et l'installation normales d'Unraid. @@ -125,9 +123,9 @@ Pour changer le nom d'hôte de votre serveur Unraid, accédez au WebGUI dans **P ### Mon périphérique de démarrage signale un GUID invalide. Que dois-je faire ? {/* #invalid-guid */} -Unraid nécessite un périphérique de démarrage avec un %%GUID|guid%% matériel unique (pour le démarrage USB, il s'agit généralement d'une clé USB). Certains fabricants peuvent réutiliser des %%GUID|guid%%s ou utiliser des valeurs génériques, et les clés contrefaites, surtout de marques connues comme SanDisk et Samsung, n'ont souvent pas de %%GUID|guid%%s uniques. Pour savoir comment choisir un périphérique compatible (y compris des conseils sur les marques et revendeurs), consultez [Créer votre support de démarrage](../getting-started/set-up-unraid/create-your-bootable-media.mdx) et [Sélection d'un périphérique de remplacement](../system-administration/maintain-and-update/changing-the-flash-device.mdx#selecting-a-replacement-device). +Unraid requires a boot device with a unique hardware %%GUID|guid%% (for USB boot, this is usually a USB flash drive). Some manufacturers may reuse %%GUID|guid%%s or use generic values, and counterfeit drives, especially of well-known brands like SanDisk and Samsung—often lack unique %%GUID|guid%%s. For guidance on choosing a compatible drive (including brand and retailer advice), see [Create your bootable media](../getting-started/set-up-unraid/create-your-bootable-media.mdx) and [Selecting a replacement device](../system-administration/maintain-and-update/changing-the-flash-device.mdx#selecting-a-replacement-device). -En bref : privilégiez les clés provenant de revendeurs réputés. Envisagez des marques secondaires (par exemple TeamGroup, Transcend, PNY), qui sont moins souvent contrefaites. Évitez les clés génériques ou sans marque, les SSD, les lecteurs de cartes USB et les adaptateurs de cartes SD ; ils n'ont souvent pas de %%GUID|guid%%s uniques et peuvent ne pas être pris en charge pour démarrer Unraid. +In short: Prefer drives from reputable retailers. Consider second-tier brands (e.g., TeamGroup, Transcend, PNY), which are less often counterfeited. Avoid generic or unbranded drives, SSDs, USB card readers, and SD card adapters; they often lack unique %%GUID|guid%%s and may not be supported for booting Unraid.新しいサーバーのセットアップ
-+ 新しいサーバーのセットアップ +
+既存のサーバーの変換
@@ -70,6 +72,16 @@ Unraid は現在、内部ブートドライブを接続済みデバイス数か はい。ライセンス方法はブート方法とは独立しています。 +内部ブートでライセンス用に別の USB フラッシュデバイスを使用する場合、ライセンス用 USB は FAT のボリュームラベルで検出できる必要があります。既定のラベル `UNRAID` を使用してください。ただし、ブート設定で一致する `unraidlabel=` カーネルパラメータを設定している場合はその限りではありません。 + +たとえば、ライセンス用 USB のラベルが `MYLABEL` の場合、ブート設定には次を含める必要があります: + +```text +unraidlabel=MYLABEL +``` + +カスタムラベルは 11 文字以内である必要があります。大文字の `A-Z`、数字 `0-9`、ハイフン (`-`)、またはアンダースコア (`_`) を使用してください。 + TPM ベースのライセンスの詳細については、[TPM ライセンス FAQ (7.3+)](/unraid-os/troubleshooting/tpm-licensing-faq/) を参照してください。 ### 内部ブートを使用している場合、フラッシュバックアップはどのように機能しますか? {/* #internal-boot-flash-backup */} diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.12.0.md b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.12.0.md index 1dc0721b3a6..2448a7f005a 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.12.0.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.12.0.md @@ -1,6 +1,6 @@ # バージョン 6.12.0 2023-06-14 -## アップグレードに関する注意事項 {/* #upgrade-notes */} +## アップグレードに関する注意事項 {/* #upgrade-notes */} {/* #upgrade-notes */} 起動時に、`config/vfio-pci.cfg` で指定された PCI デバイスがすべて正しくバインドされない場合、VM の自動起動は無効になります。個別の VM は引き続き起動できます。これは、カーネル更新または物理ハードウェアの変更によりハードウェア PCI ID が変化した場合に、Unraid ホストのクラッシュを防ぐためです。VM の自動起動を復元するには、`/var/log/vfio-pci-errors` を確認し、問題の PCI ID を `config/vfio-pci.cfg` ファイルから削除して再起動してください。 @@ -37,9 +37,9 @@ Unraid 6.12 と互換性がないことが判明しているプラグインが 影響を受けるプラグインの一部は別の開発者に引き継がれています。**Apps** ページで代替プラグインを検索することをおすすめします。プラグイン固有の質問は、そのプラグインのサポートスレッドでお願いします。 -### 既知の問題 {/* #known-issues */} +### 既知の問題 {/* #known-issues */} {/* #known-issues */} -#### i915 ドライバに関連するクラッシュ {/* #crashes-related-to-i915-driver */} +#### i915 ドライバに関連するクラッシュ {/* #crashes-related-to-i915-driver */} {/* #crashes-related-to-i915-driver */} 注: これは Unraid [6.12.6](6.12.6.md#bug-fixes-and-improvements) 以降ではもはや問題ではありません。 @@ -61,7 +61,7 @@ macvlan に関連する call trace が発生している場合、まず ***Setti しばらくすると Docker コンテナの起動に問題が発生し、Plex を使用している場合は、Plex の Docker コンテナ設定を開き、詳細表示に切り替えて、Extra Params に `--no-healthcheck` を追加してください -### ロールバック {/* #rolling-back */} +### ロールバック {/* #rolling-back */} {/* #rolling-back */} [アップグレードに関する注意事項](#upgrade-notes) の下のコメントを参照してください diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.12.6.md b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.12.6.md index a4326a8bab2..1920b478eff 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.12.6.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.12.6.md @@ -1,10 +1,10 @@ # バージョン 6.12.6 2023-12-01 -## アップグレードに関する注意事項 {/* #upgrade-notes */} +## アップグレードに関する注意事項 {/* #upgrade-notes */} {/* #upgrade-notes */} このリリースにはバグ修正と、OpenZFS の重要なパッチリリースが含まれています。すべてのユーザーにアップグレードをおすすめします。 -### 既知の問題 {/* #known-issues */} +### 既知の問題 {/* #known-issues */} {/* #known-issues */} #### 旧式のプラグイン @@ -34,13 +34,13 @@ aacraid ドライバを使用する Adaptec 7 Series HBA をお使いの場合 他のクラッシュや安定性の問題がありますか?***設定 > Syslog Server*** に移動し、**Mirror syslog to flash** を有効にしてください。これにより flash ドライブの消耗は増えますが、クラッシュ後にログを収集する短期的な用途には有用です。次回の再起動後、***ツール > Diagnostics*** に移動して匿名化された診断情報をダウンロードしてください(6.12.5 以降では、diagnostics に flash ドライブへミラーされたログが自動的に含まれます)。その後、[General Support](https://forums.unraid.net/forum/55-general-support/) で新しいトピックを作成し、問題の詳細をすべて提供してください。問題が解決したら、必ず **Mirror syslog to flash** を無効にしてください。 -### ロールバック {/* #rolling-back */} +### ロールバック {/* #rolling-back */} {/* #rolling-back */} 6.12.4 より前へロールバックする場合は、[6.12.4 リリースノート](6.12.4.md#rolling-back)も参照してください。 ## [6.12.5](6.12.5.md) からの変更 -### バグ修正と改善 {/* #bug-fixes-and-improvements */} +### バグ修正と改善 - modprobe.d/zfs.conf: `zfs_dmu_offset_next_sync=0` の緩和策を削除 - もう不要 - network: IPv6 の静的アドレス割り当てを修正 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md index ea319799fa9..056db816836 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md +++ b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md @@ -8,7 +8,7 @@ - @bonienl が **Dynamix File Manager** プラグインを webgui に統合してくれたことに感謝します - @Squid が **GUI Search** および **Unlimited Width Plugin** プラグインを webgui に統合してくれたことに感謝します - @ludoux(**Proxy Editor** プラグイン)および @Squid(**Community Applications** プラグイン)が、http プロキシ対応の先駆的な作業を行い、そのいくつかのアイデアが webgui に取り入れられたことに感謝します -- @ich777 のサードパーティ製ドライバープラグインの維持と、[Tailscale Docker 統合](#tailscale-integration) に感謝します +- @ich777 のサードパーティ製ドライバープラグインの維持と、[Tailscale Docker 統合](#tailscale-統合) に感謝します - Unraid OS の VM Manager における大きな新機能を担当した @SimonF に感謝します - Tailscale プラグインの開発を行った @EDACerton に感謝します @@ -36,7 +36,7 @@ GitHub 上の [Unraid への貢献者](https://github.com/unraid/webgui/graphs/c ## アップグレード -### 既知の問題 {/* #known-issues */} +### 既知の問題 {/* #known-issues */} {/* #known-issues */} #### ZFS プール @@ -47,7 +47,7 @@ ZFS プールを使用している場合は、以下にご注意ください: - 7.0 から 6.12 にダウングレードする場合、以前から存在していたハイブリッドプールは、6.12 で再起動した際に認識されません。これを回避するには、まず 7.0 で Tools/New Config をクリックしてすべてのスロットを保持し、その後 6.12 で再起動すると、ハイブリッドプールが正しくインポートされるはずです。 - このリリースでは ZFS の spare はサポートされていません。6.12 で spare を含むハイブリッドプールを作成している場合は、v7.0 にアップグレードする前に 'spares' vdev を削除してください。これは将来のリリースで修正されます。 - 現在、TrueNAS プールはインポートできません。これは将来のリリースで修正されます。 -- ZFS ボリュームで **Docker data-root=directory** を使用している場合は、[overlay2 ストレージドライバーのサポートを追加](#add-support-for-overlay2-storage-driver) を参照してください。 +- ZFS ボリュームで **Docker data-root=directory** を使用している場合は、[overlay2 ストレージドライバーのサポートを追加](#overlay2-ストレージドライバーのサポートを追加) を参照してください。 - VM 名に ZFS で無効な文字が含まれていないことを確認します。既存の VM は変更されませんが、無効な文字が見つかった場合はエラーが発生し、更新が無効になります。 #### 一般的なプールの問題 @@ -89,7 +89,7 @@ Microsoft アカウントを使用している場合は、Unraid にシンプル 特定のカスタム Docker ネットワークが Docker コンテナで使用できない場合は、***Settings → Docker*** に移動し、それらのカスタムネットワークのサブネットマスクと DHCP プールの CIDR 定義を修正してください。基盤システムの制約が厳しくなり、以前のリリースでは動作していた無効な CIDR 定義は、もはや動作しません。 -### ロールバック {/* #rolling-back */} +### ロールバック {/* #rolling-back */} {/* #rolling-back */} 上の **Known Issues** の警告を参照してください。 @@ -99,9 +99,9 @@ unRAID array を無効にしている場合は、ロールバック前に再度 以前に Proxy Editor プラグインやその他の方法で Outgoing Proxies を設定していた場合は、ロールバック後にその方法を再度有効にする必要があります。 -[overlay2 ストレージドライバーを有効にした後](#add-support-for-overlay2-storage-driver) にロールバックする場合は、Docker ディレクトリを削除し、Docker にイメージレイヤーを再ダウンロードさせる必要があります。 +[overlay2 ストレージドライバーを有効にした後](#overlay2-ストレージドライバーのサポートを追加) にロールバックする場合は、Docker ディレクトリを削除し、Docker にイメージレイヤーを再ダウンロードさせる必要があります。 -[Docker コンテナ内で Tailscale をインストールした後](#tailscale-integration) にロールバックする場合は、コンテナを編集し、ダミーの変更を加えて **Apply** を押し、Tailscale 統合なしでコンテナを再構築する必要があります。 +[Docker コンテナ内で Tailscale をインストールした後](#tailscale-統合) にロールバックする場合は、コンテナを編集し、ダミーの変更を加えて **Apply** を押し、Tailscale 統合なしでコンテナを再構築する必要があります。 ロールバック後、各 WireGuard 設定にダミーの変更を加えて、その Unraid バージョンに適した設定を取得してください。 @@ -128,7 +128,7 @@ unRAID array スロット数を 'none' に設定できるようになりまし ReiserFS は Linux カーネルから削除される予定であるため、デバイスを ReiserFS でフォーマットするオプションも無効化されました。必要に応じて、この mover 機能を使って別のファイルシステムで再フォーマットする前に array ディスクを空にできます。詳細は下記を参照してください。これについては将来のリリースで webGUI ボタンを追加する予定です。 -### mover を使って array ディスクを空にする {/* #using-mover-to-empty-an-array-disk */} +### mover を使って array ディスクを空にする {/* #using-mover-to-empty-an-array-disk */} {/* #using-mover-to-empty-an-array-disk */} :::warning[Removed Unraid 7.2.1 で] @@ -274,7 +274,7 @@ ZFS ボリュームで **Docker data-root=directory** を使用している場 ### VMマネージャーのその他の変更 -- [Tailscale 統合](#tailscale-integration) を参照してください +- [Tailscale 統合](#tailscale-統合) を参照してください - ポート指定付きのカスタムレジストリを許可 - Docker イメージのアンマウントに "lazy unmount" を使用し、アレイ停止の妨げを防止 - 複数のセキュリティ問題(CVE-2024-21626、CVE-2024-24557)に対応するため更新 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md new file mode 100644 index 00000000000..0de1e7e9599 --- /dev/null +++ b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md @@ -0,0 +1,90 @@ +# バージョン 7.3.1 2026-05-27 + +このリリースは、セキュリティ更新、Linux カーネルの更新、Docker と ZFS の更新、ストレージの修正、WebGUI/システムの修正、ベースディストリビューションのパッケージ更新に重点を置いています。 + +すべてのユーザーに推奨され、特に最新のセキュリティ修正と安定性修正を求める方に適しています。 + +## アップグレード + +手順については、[Unraid の更新](/unraid-os/updating-unraid/) をご覧ください。[ライセンス](/unraid-os/troubleshooting/licensing-faq/) に関するご質問がありますか? + +## 既知の問題 {/* #known-issues */} + +- このリリースについて、新しいリリース固有の既知の問題は報告されていません。以前に文書化された、引き続き該当する可能性のある問題については、[Unraid OS 7.3.0](/unraid-os/release-notes/7.3.0/) のリリースノートを参照してください。 + +## 注記 + +- このリリースには、セキュリティ関連のパッケージ更新が含まれています。 +- Unraid API のバージョンは 4.34.0 のままです。 + +## ロールバック {/* #rolling-back */} + +- このリリースに特別なロールバックに関する注記はありません。 + +## [Unraid OS 7.3.0](/unraid-os/release-notes/7.3.0/) との差分 + +### セキュリティ + +- セキュリティ: bind を更新し、CVE-2026-1519、CVE-2026-3039、CVE-2026-3104、CVE-2026-3119、CVE-2026-3591、CVE-2026-3592、CVE-2026-3593、CVE-2026-5946、CVE-2026-5947 に対応しました。 +- セキュリティ: dnsmasq を更新し、CVE-2026-2291、CVE-2026-4890、CVE-2026-4891、CVE-2026-4892、CVE-2026-4893、CVE-2026-5172 に対応しました。 +- セキュリティ: nginx を更新し、CVE-2025-53859、CVE-2026-1642、CVE-2026-27651、CVE-2026-27654、CVE-2026-27784、CVE-2026-28753、CVE-2026-28755、CVE-2026-32647、CVE-2026-40460、CVE-2026-40701、CVE-2026-42934、CVE-2026-42945、CVE-2026-42946 に対応しました。 +- セキュリティ: rsync を更新し、CVE-2026-29518、CVE-2026-43617、CVE-2026-43618、CVE-2026-43619、CVE-2026-43620、CVE-2026-45232 に対応しました。 +- セキュリティ: Docker を 29.5.1 に更新し、上流の Docker における CVE 修正を含みます。 +- セキュリティ: avahi、glibc、jq を更新しました。詳細は、以下のベースディストリビューション更新に記載された NVD 参照のセキュリティ修正をご覧ください。 + +### コンテナ / Docker + +- 改善: Docker エンジンを 29.5.1 に更新しました。 +- 修正: 多数のコンテナが表示されていても、Docker コンテナのドロップダウンメニューを引き続き使用できます。 + +### ストレージ + +- 改善: ZFS を 2.4.2_6.18.33_Unraid に更新しました。 +- 修正: 割り当てられていないスペアディスクが、再び期待どおりにスピンダウンするようになりました。 +- 修正: ミラー化されたブートプールは、キャッシュプールで使用するためにメンバーが戻った後、劣化状態から復旧できます。 +- 修正: 既存のプールをインポートする際のプール名の妥当性チェックを緩和し、7.3 より前の検証に合わせました。 +- 修正: オンライン raidz デバイスの交換が失敗する場合がある + +### WebGUI / システム + +- 修正: 欠落していた Connect のバージョン確認ロジックを復元し、必要な更新が正しく検出されるようにしました。 +- 修正: Safari iOS でファイルのアップロードが正しく処理されるようになりました。 + +### ネットワーキング / ハードウェア + +- 修正: dhcpcd が IP アドレスを取得するまで 60 秒待機しなくなりました。 + +### Linux カーネル + +- Linux カーネル: `6.18.33-Unraid` に更新。 + +## ベースディストリビューションの更新 + +### 更新されたパッケージ(25) + +- aaa_glibc-solibs: バージョン 2.42 -> 2.43 +- at-spi2-core: バージョン 2.60.3 -> 2.60.4 +- avahi: バージョン 0.8-3_SBo_LT -> 20260508_3737842-1_SBo (NVD: CVE-2023-38469、CVE-2023-38470、CVE-2023-38471、CVE-2023-38472、CVE-2023-38473) +- bash: バージョン 5.3.009 -> 5.3.009-2 +- bind: バージョン 9.20.22 -> 9.20.23 (CVE-2026-3039、CVE-2026-3592、CVE-2026-3593、CVE-2026-5946、CVE-2026-5947; NVD: CVE-2026-5950) +- dnsmasq: バージョン 2.92 -> 2.92rel2 +- docker: バージョン 29.4.3-1_LT -> 29.5.1-1_LT +- elogind: バージョン 255.24 -> 255.25 +- fontconfig: バージョン 2.17.1-5 -> 2.18.0-2 +- glibc: バージョン 2.42-2_LT -> 2.43 (NVD: CVE-2025-15281、CVE-2026-0861、CVE-2026-0915) +- jq: バージョン 1.6-1_SBo -> 1.8.1-1_SBo (NVD: CVE-2024-53427、CVE-2025-9403) +- less: バージョン 692 -> 702 +- libXi: バージョン 1.8.2 -> 1.8.3 +- libedit: バージョン 20260508_3.1 -> 20260512_3.1 +- libusb: バージョン 1.0.29 -> 1.0.30 +- libusb-compat: バージョン 0.1.8 -> 0.1.9 +- lvm2: バージョン 2.03.40 -> 2.03.41 +- mesa: バージョン 26.1.0 -> 26.1.1 +- nginx: バージョン 1.27.2-1_SBo_LT -> 1.30.1-1_SBo_LT (NVD: CVE-2025-53859、CVE-2026-1642、CVE-2026-27651、CVE-2026-27654、CVE-2026-27784、CVE-2026-28753、CVE-2026-28755、CVE-2026-32647、CVE-2026-40460、CVE-2026-40701、CVE-2026-42934、CVE-2026-42945、CVE-2026-42946) +- rsync: バージョン 3.4.2 -> 3.4.3 (CVE-2026-29518、CVE-2026-43617、CVE-2026-43618、CVE-2026-43619、CVE-2026-43620、CVE-2026-45232) +- samba: バージョン 4.22.8-1_LT -> 4.22.10-1_LT +- util-linux: バージョン 2.42-2 -> 2.42.1 +- which: バージョン 2.23 -> 2.25 +- xev: バージョン 1.2.6 -> 1.2.7 +- xfsprogs: バージョン 7.0.0 -> 7.0.1 +- zfs: バージョン 2.4.1_6.18.29_Unraid-1_LT -> 2.4.2_6.18.33_Unraid-1_LT diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx index 129f006abd5..305dddcd89f 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx +++ b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx @@ -87,7 +87,7 @@ Unraid でスリープを管理する最も推奨される使いやすい方法 2. 次の行を追加します: ``` - /sbin/ethtool -s eth0 wol g + /usr/sbin/ethtool -s eth0 wol g ``` ::: diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx index 3bec3b49d10..2293f7a9588 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx +++ b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx @@ -77,7 +77,7 @@ Unraid は、%%root|root-user%% と呼ばれる単一のスーパーユーザー - **パスワード**: 文字、数字、記号を組み合わせて強力なパスワードを作成します。ガイドとしてパスワード強度メーターに従ってください。 -:::note[Optionally] +:::note\[Optionally] - **説明を追加**: 「Media Library Access」のようなメモを記入します。 - **カスタム画像**: 視覚的に識別するために、PNG 画像(ユーザーのアバターなど)をアップロードします。 diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx index 9e24c46c976..4b50f27751f 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx +++ b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx @@ -103,35 +103,24 @@ for ((i=0;i<12;i++)); do hdparm -tT /dev/sdX; done ::: -### 総合テスト (diskspeed.sh) +### 総合テスト (DiskSpeed) -%%parity|parity%% ドライブとデータドライブを含む、接続されているすべてのドライブをより詳細に評価するには、コミュニティスクリプト `diskspeed.sh` の使用を検討してください。 +%%parity|parity%% ドライブとデータドライブを含む、接続されているすべてのドライブをより詳細に評価するには、DiskSpeed の使用を検討してください。 -このスクリプトは次のことを行います: +DiskSpeed は次のことを行います: - ディスク表面全体で複数の線形オフセットにおける読み取り速度をテストします - CSV データと性能ヒートマップ(画像)を生成します - 性能の低い領域を特定できます。これは、ハードウェアの故障や問題のある SMR ドライブの兆候である可能性があります -`diskspeed.sh` を始めるには: +DiskSpeed を始めるには: -1. スクリプトを [Unraid フォーラム](https://forums.unraid.net/topic/31073-disk-speed-test-graphs-disk-bottlenecks-identified-see-how-fast-your-disks-can-really-go/) からダウンロードします。 -2. `/boot/scripts/` のような永続パスに配置します。 -3. 実行可能にします: - -``` -chmod +x /boot/scripts/diskspeed.sh -``` - -4. スクリプトを実行します: - -``` -bash /boot/scripts/diskspeed.sh -``` +1. [Community Applications](/community-applications/)(***Apps tab***)で「DiskSpeed」を検索して DiskSpeed をインストールします。 +2. 手動インストール手順については、[DiskSpeed GitHub リポジトリ](https://github.com/jbartlett777/DiskSpeed) を参照してください。 :::note -このスクリプトは読み取り専用の操作のみを行い、ドライブ上のデータを変更しません。ただし、ディスク I/O に影響し、%%array|array%% の性能に干渉する可能性があるため、テストはアイドル時間帯に実行するのが最善です。 +DiskSpeed はハードドライブのベンチマークでは読み取り専用のテストを実行します。SSD ベンチマークでは一時的なテストファイルを書き込む場合があるため、SSD をテストする前に DiskSpeed のガイダンスを確認してください。ベンチマークはディスク I/O に影響し、%%array|array%% の性能に干渉する可能性があるため、アイドル時間帯に実行してください。 ::: diff --git a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/faq.mdx b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/faq.mdx index a98d4fbe8a1..99a5015476d 100644 --- a/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/faq.mdx +++ b/i18n/ja/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/faq.mdx @@ -59,7 +59,7 @@ Unraid には不良セクタを避けるための特定の割り当て機能は ### Unraid の VM 内で HASP キーを使用できますか? それは複数の VM ではどのように動作しますか? {/* #hasp-key-vm */} -HASP キーが USB ドングルの場合、一度に 1 つの %%VM|vm%% にのみ割り当てることができます。2 つの %%VM|vm%% が同じキーを同時に使用することはできません。互換性を高めるには、USB コントローラー全体をパススルーする必要がある場合があります。必ずトライアルライセンスでテストし、ハードウェアが期待どおりに動作することを確認してください。 +If your HASP key is a USB dongle, you can assign it to only one %%VM|vm%% at a time. Note that two %%VM|vm%%s cannot use the same key simultaneously. You might need to pass through an entire USB controller for better compatibility. Always run tests with a Trial license to confirm that your hardware performs as expected.New server setup
-+ 新服务器设置 +
+Existing server conversion
@@ -70,6 +72,16 @@ Internal boot uses %%ZFS|zfs%%, and a mirrored setup uses a %%ZFS mirror|zfs%% f Yes. The licensing method is independent of the boot method. +当您将内部启动与单独的 USB 闪存设备用于许可时,许可 USB 必须能够通过其 FAT 卷标被发现。除非您的启动配置设置了匹配的 `unraidlabel=` 内核参数,否则请使用默认卷标 `UNRAID`。 + +例如,如果许可 USB 的卷标为 `MYLABEL`,启动配置必须包含: + +```text +unraidlabel=MYLABEL +``` + +自定义卷标最多只能使用 11 个字符。请使用大写字母 `A-Z`、数字 `0-9`、连字符(`-`)或下划线(`_`)。 + For TPM-based licensing details, see the [TPM Licensing FAQ (7.3+)](/unraid-os/troubleshooting/tpm-licensing-faq/). ### 如果我使用内部启动,闪存备份是如何工作的? {/* #internal-boot-flash-backup */} diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.12.6.md b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.12.6.md index 07b379d9f84..91a9db661df 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.12.6.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.12.6.md @@ -40,7 +40,7 @@ ## 与6.12.5的变更 -### 漏洞修复和改进 {/* #bug-fixes-and-improvements */} +### 漏洞修复和改进 - modprobe.d/zfs.conf:移除`zfs_dmu_offset_next_sync=0`缓解措施 - 不再需要 - 网络:修复IPv6静态地址分配 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.9.0.md b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.9.0.md index 2f3a569d28a..e5f1fd40492 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.9.0.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/6.9.0.md @@ -20,7 +20,7 @@ > > disk28 > -> 所有其他的池按 [strverscmp()](https://man7.org/linux/man-pages/man3/strverscmp.3.html) 顺序排列。 +> 所有其他的池在 [strverscmp()]([https://man7.org/linux/man-pages/man3/strverscmp.3.html](https://man7.org/linux/man-pages/man3/strverscmp.3.html)) 顺序中。 单设备池可以格式化为 xfs、btrfs 或(已弃用的)reiserfs。多个设备池只能格式化为 btrfs。未来版本将支持多个 "Unraid 数组" 池,以及其他一些池类型。 @@ -84,7 +84,7 @@ ### Nvidia 驱动程序 -创建挂载在 `/lib/modules` 和 `/lib/firmware` 上的 squashfs 叠加层的目的是提供一个集成第三方驱动程序到 Unraid OS 的机制而无需定制 bz\* 文件构建。最受欢迎的第三方驱动之一是 Unraid OS 所需的 Nvidia 的 GPU Linux 驱动程序。此驱动程序是 Docker 容器中转码能力所需的。作为 Unraid OS 插件提供此驱动程序需要设置开发环境、编译驱动程序和工具,然后解压 bzmodules,添加驱动程序,创建新的 bzmodules,最后替换到 USB 闪存根目录。这项工作由社区成员 [@chbmb](https://forums.unraid.net/profile/6219-chbmb/)、[@bass_rock](https://forums.unraid.net/profile/78406-bass_rock/) 和其他人完成。在他们的基础上,成员 [@ich777](https://forums.unraid.net/profile/72388-ich777/) 现在创建了与每个新的 Unraid OS 版本对应的独立 Nvidia 驱动程序包,但该包不直接包含在基本 bz\* 分发版本中。 +创建挂载在 `/lib/modules` 和 `/lib/firmware` 上的 squashfs 叠加层的目的是提供一个集成第三方驱动程序到 Unraid OS 的机制而无需定制 bz\* 文件构建。最受欢迎的第三方驱动之一是 Unraid OS 所需的 Nvidia 的 GPU Linux 驱动程序。此驱动程序是 Docker 容器中转码能力所需的。作为 Unraid OS 插件提供此驱动程序需要设置开发环境、编译驱动程序和工具,然后解压 bzmodules,添加驱动程序,创建新的 bzmodules,最后替换到 USB 闪存根目录。这项工作由社区成员 [@chbmb]([https://forums.unraid.net/profile/6219-chbmb/)、\[@bass_rock\](https://forums.unraid.net/profile/6219-chbmb/)、\\[@bass_rock\)]([https://forums.unraid.net/profile/78406-bass_rock/](https://forums.unraid.net/profile/78406-bass_rock/)) 和其他人完成。在他们的基础上,成员 [@ich777]([https://forums.unraid.net/profile/72388-ich777/](https://forums.unraid.net/profile/72388-ich777/)) 我们现在创建了与每个新的 Unraid OS 版本对应的独立 Nvidia 驱动程序包,但该包不直接包含在基本 bz\* 分发版本中。 可以在此处下载描述支持每个内核版本的驱动程序版本的 JSON 文件: @@ -120,7 +120,7 @@ Docker 将在 btrfs 格式化的 vdisk/目录中使用 "btrfs" 存储驱动程 ## 虚拟化 -我们整合了由用户 [@Skitals](https://forums.unraid.net/profile/97624-skitals/) 和用户 [@ljm42](https://forums.unraid.net/profile/61877-ljm42/) 提出的对工具→系统设备页面的更改。现在,您可以简单地通过勾选一些方框来从启动时隔离出 Linux 的 PCI 设备。更容易将这些设备保留给虚拟机使用。这一技术被称为 *stubbing* (因为一个存根或虚拟驱动程序在引导时被分配到设备上,防止真正的 Linux 驱动程序被分配)。 +我们整合了由用户 [@Skitals]([https://forums.unraid.net/profile/97624-skitals/](https://forums.unraid.net/profile/97624-skitals/)) 和用户 [@ljm42]([https://forums.unraid.net/profile/61877-ljm42/](https://forums.unraid.net/profile/61877-ljm42/)) 提出的对工具→系统设备页面的更改。现在,您可以简单地通过勾选一些方框来从启动时隔离出 Linux 的 PCI 设备。更容易将这些设备保留给虚拟机使用。这一技术被称为 *stubbing* (因为一个存根或虚拟驱动程序在引导时被分配到设备上,防止真正的 Linux 驱动程序被分配)。 有些人可能想知道,如果我们可以_黑名单_个别驱动程序,为什么还需要存根这些设备来分配给虚拟机?答案是:您可以。但如果您有多个同类型设备,其中一些需要传递给虚拟机,而另一些需要安装主机 Linux 驱动程序,则必须对传递给虚拟机的设备使用存根。 @@ -130,7 +130,7 @@ Docker 将在 btrfs 格式化的 vdisk/目录中使用 "btrfs" 存储驱动程 Unraid 6.9 的另一个令人兴奋的新功能是可以下载语言包并以多种语言使用 Unraid OS。 -由社区成员 [@bonienl](https://forums.unraid.net/profile/2736-bonienl/) 实施了大量工作和努力,为 Unraid OS 管理工具,也被称为 WebGUI,提供多语言支持。目前,_英语、西班牙语、法语、德语、荷兰语、阿拉伯语、简体中文、葡萄牙语和波兰语_可用,并且还有其他几种语言正在开发中。 +由社区成员 [@bonienl]([https://forums.unraid.net/profile/2736-bonienl/](https://forums.unraid.net/profile/2736-bonienl/)) 实施了大量工作和努力,为 Unraid OS 管理工具,也被称为 WebGUI,提供多语言支持。目前,_英语、西班牙语、法语、德语、荷兰语、阿拉伯语、简体中文、葡萄牙语和波兰语_可用,并且还有其他几种语言正在开发中。 感谢 [@Squid](https://forums.unraid.net/profile/10290-squid/),语言包通过社区应用程序插件进行安装 - 请查找一个名为语言的新类别。 @@ -138,7 +138,7 @@ Unraid 6.9 的另一个令人兴奋的新功能是可以下载语言包并以多 每个语言包在公共[Unraid组织github仓库](https://github.com/unraid)中可用。有兴趣的用户可以克隆并提交拉取请求以纠正翻译错误。语言翻译和PR合并由[@SpencerJ](https://forums.unraid.net/profile/88446-spencerj/)管理。 -*有关多语言支持的更多信息,请查看[我们的指南](https://unraid.net/blog/unraid-6-9-multi-language-support)。* +*有关多语言支持的更多信息,[请查看我们的指南。]([https://unraid.net/blog/unraid-6-9-multi-language-support](https://unraid.net/blog/unraid-6-9-multi-language-support))* 我们还添加了[Unraid社区论坛多语言版块](https://forums.unraid.net/forum/75-multi-language-section/)。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md index 935b7718163..887b9e8aa54 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.0.0.md @@ -258,7 +258,7 @@ Unraid OS虚拟机管理器默认配置为使用这些预定义共享: ## Docker -### 添加对 overlay2 存储驱动程序的支持 {/* #add-support-for-overlay2-storage-driver */} +### 添加对 overlay2 存储驱动程序的支持 如果您在 ZFS 卷上使用 **Docker data-root=目录**,我们建议您前往 ***设置 → Docker*** 并将 **Docker 存储驱动** 切换到 **overlay2**, @@ -266,7 +266,13 @@ Unraid OS虚拟机管理器默认配置为使用这些预定义共享: 如果保留降级到早期版本的能力重要,那么请切换到 **Docker data-root=xfs vDisk**。 -### 其他更改 +### 其他更改 {/* #add-support-for-overlay2-storage-driver */} + +如果您在 ZFS 卷上使用 **Docker data-root=目录**,我们建议您前往 +***设置 → Docker*** 并将 **Docker 存储驱动** 切换到 **overlay2**, +然后删除目录内容,让 Docker 重新下载图像层。 + +如果保留降级到早期版本的能力重要,那么请切换到 **Docker data-root=xfs vDisk**。 ### 防止 Docker 分叉炸弹 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md new file mode 100644 index 00000000000..a566cc29d09 --- /dev/null +++ b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/release-notes/7.3.1.md @@ -0,0 +1,90 @@ +# 版本 7.3.1 2026-05-27 + +此版本侧重于安全更新、Linux 内核更新、Docker 和 ZFS 更新、存储修复、WebGUI/系统修复以及基础发行版软件包更新。 + +建议所有用户使用,尤其是希望获得最新安全性和稳定性修复的用户。 + +## 升级 + +如需分步说明,请参阅[更新 Unraid](/unraid-os/updating-unraid/)。有关您的[许可证](/unraid-os/troubleshooting/licensing-faq/)的问题? + +## 已知问题 + +- 此版本没有报告新的特定于版本的已知问题。有关之前记录且可能仍然适用的问题,请参阅 [Unraid OS 7.3.0](/unraid-os/release-notes/7.3.0/) 发行说明。 + +## 笔记 + +- 本次发布包括安全相关的软件包更新。 +- Unraid API 版本仍为 4.34.0。 + +## 回滚 + +- 本次发布没有特殊的回滚说明。 + +## 相较于 [Unraid OS 7.3.0](/unraid-os/release-notes/7.3.0/) 的变更 + +### 安全 + +- 安全:更新了 bind,以修复 CVE-2026-1519、CVE-2026-3039、CVE-2026-3104、CVE-2026-3119、CVE-2026-3591、CVE-2026-3592、CVE-2026-3593、CVE-2026-5946 和 CVE-2026-5947。 +- 安全:更新了 dnsmasq,以修复 CVE-2026-2291、CVE-2026-4890、CVE-2026-4891、CVE-2026-4892、CVE-2026-4893 和 CVE-2026-5172。 +- 安全:更新了 nginx,以修复 CVE-2025-53859、CVE-2026-1642、CVE-2026-27651、CVE-2026-27654、CVE-2026-27784、CVE-2026-28753、CVE-2026-28755、CVE-2026-32647、CVE-2026-40460、CVE-2026-40701、CVE-2026-42934、CVE-2026-42945 和 CVE-2026-42946。 +- 安全:更新了 rsync,以修复 CVE-2026-29518、CVE-2026-43617、CVE-2026-43618、CVE-2026-43619、CVE-2026-43620 和 CVE-2026-45232。 +- 安全:将 Docker 更新至 29.5.1,包括 Docker 上游 CVE 修复。 +- 安全:更新了 avahi、glibc 和 jq,采用下方基础发行版更新中列出的、参考 NVD 的安全修复。 + +### 容器 / Docker + +- 改进:Docker 引擎更新至 29.5.1。 +- 修复:当显示大量容器时,Docker 容器下拉菜单仍可正常使用。 + +### 存储 + +- 改进:ZFS 更新至 2.4.2_6.18.33_Unraid。 +- 修复:未分配的备用磁盘现在会按预期重新停转。 +- 修复:当某个成员返回用于缓存池时,镜像启动池可以从降级状态恢复。 +- 修复:导入现有池时放宽了池名称有效性检查,以匹配 7.3 之前的验证规则。 +- 修复:替换在线 raidz 设备可能会失败 + +### WebGUI / 系统 + +- 修复:恢复了缺失的 Connect 版本检查逻辑,因此可正确检测所需更新。 +- 修复:Safari iOS 现在可正确处理文件上传。 + +### 网络 / 硬件 + +- 修复:dhcpcd 不再需要等待 60 秒才能获取 IP 地址。 + +### Linux kernel + +- Linux 内核:更新至 6.18.33-Unraid。 + +## 基础发行版更新 + +### 已更新的软件包(25) + +- aaa_glibc-solibs:版本 2.42 -> 2.43 +- at-spi2-core:版本 2.60.3 -> 2.60.4 +- avahi:版本 0.8-3_SBo_LT -> 20260508_3737842-1_SBo(NVD:CVE-2023-38469、CVE-2023-38470、CVE-2023-38471、CVE-2023-38472、CVE-2023-38473) +- bash:版本 5.3.009 -> 5.3.009-2 +- bind:版本 9.20.22 -> 9.20.23(CVE-2026-3039、CVE-2026-3592、CVE-2026-3593、CVE-2026-5946、CVE-2026-5947;NVD:CVE-2026-5950) +- dnsmasq:版本 2.92 -> 2.92rel2 +- docker:版本 29.4.3-1_LT -> 29.5.1-1_LT +- elogind:版本 255.24 -> 255.25 +- fontconfig:版本 2.17.1-5 -> 2.18.0-2 +- glibc:版本 2.42-2_LT -> 2.43(NVD:CVE-2025-15281、CVE-2026-0861、CVE-2026-0915) +- jq:版本 1.6-1_SBo -> 1.8.1-1_SBo(NVD:CVE-2024-53427、CVE-2025-9403) +- less:版本 692 -> 702 +- libXi:版本 1.8.2 -> 1.8.3 +- libedit:版本 20260508_3.1 -> 20260512_3.1 +- libusb:版本 1.0.29 -> 1.0.30 +- libusb-compat:版本 0.1.8 -> 0.1.9 +- lvm2:版本 2.03.40 -> 2.03.41 +- mesa:版本 26.1.0 -> 26.1.1 +- nginx:版本 1.27.2-1_SBo_LT -> 1.30.1-1_SBo_LT(NVD:CVE-2025-53859、CVE-2026-1642、CVE-2026-27651、CVE-2026-27654、CVE-2026-27784、CVE-2026-28753、CVE-2026-28755、CVE-2026-32647、CVE-2026-40460、CVE-2026-40701、CVE-2026-42934、CVE-2026-42945、CVE-2026-42946) +- rsync:版本 3.4.2 -> 3.4.3(CVE-2026-29518、CVE-2026-43617、CVE-2026-43618、CVE-2026-43619、CVE-2026-43620、CVE-2026-45232) +- samba:版本 4.22.8-1_LT -> 4.22.10-1_LT +- util-linux:版本 2.42-2 -> 2.42.1 +- which:版本 2.23 -> 2.25 +- xev:版本 1.2.6 -> 1.2.7 +- xfsprogs:版本 7.0.0 -> 7.0.1 +- zfs:版本 2.4.1_6.18.29_Unraid-1_LT -> 2.4.2_6.18.33_Unraid-1_LT diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx index f7f5ecf3326..2797910ed44 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/advanced-tools/wake-on-lan.mdx @@ -87,7 +87,7 @@ import WakeOnLanLinux from './partials/wake-on-lan/linux.mdx'; 2. 添加此行: ``` - /sbin/ethtool -s eth0 wol g + /usr/sbin/ethtool -s eth0 wol g ``` ::: diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/tailscale.mdx b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/tailscale.mdx index a219e02714c..8210d26f444 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/tailscale.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/tailscale.mdx @@ -115,7 +115,7 @@ Tailscale集成不适用于所有容器。如果启用了Tailscale,某些容 ::: -:::note[Prerequisites] +:::note\[Prerequisites] - 首先,在任何将访问您 Docker 容器的计算机上安装 %%Tailscale|tailscale%%。 - 尽管 Unraid Tailscale 插件不是 Docker 集成的必要条件,但强烈建议在您的 Unraid 服务器上安装并登录以获得最佳体验。 @@ -158,7 +158,7 @@ Tailscale 集成和用户空间网络的行为取决于容器的网络类型。 11. **应用** 您的更改并检查 **增强日志** 或 **日志查看器** 以查看 Tailscale 消息。点击 **要进行身份验证,请访问……** 链接以在您的 Tailnet 上批准容器。 -:::caution[Troubleshooting] +:::caution\[Troubleshooting] \* “%%WireGuard|wireguard%%”和“%%WireGuard|wireguard%%”徽标是Jason A. Donenfeld的注册商标。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx index 15e82d8af5e..56c4605d133 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/system-administration/secure-your-server/user-management.mdx @@ -77,7 +77,7 @@ Unraid 以一个超级用户(%%root|root-user%%)运作,拥有对所有内 - **密码**:使用字母、数字和符号的混合来创建一个强密码。按照密码强度计来指导。 -:::note[Optionally] +:::note\[Optionally] - **添加描述**:写一个如"媒体库访问"的注释。 - **自定义图片**:上传一个 PNG 图像(如用户头像)以便于识别。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx index be01cad2aae..0e7079dd24a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/diagnostics/capture-diagnostics-and-logs.mdx @@ -103,35 +103,24 @@ for ((i=0;i<12;i++)); do hdparm -tT /dev/sdX; done ::: -### 全面测试(diskspeed.sh) +### 全面测试(DiskSpeed) -要更详细地评估所有连接的驱动器,包括 %%parity|parity%% 和数据驱动器,考虑使用社区脚本 `diskspeed.sh`。 +要更详细地评估所有连接的驱动器,包括 %%parity|parity%% 和数据驱动器,考虑使用 DiskSpeed。 -该脚本: +DiskSpeed: - 在磁盘表面多个线性偏移处测试读取速度 - 生成CSV数据和性能热图(图像) - 可以识别出表现不佳的区域,这可能是硬件故障或问题SMR驱动器的征兆 -要开始使用`diskspeed.sh`: - -1. 从[Unraid论坛](https://forums.unraid.net/topic/31073-disk-speed-test-graphs-disk-bottlenecks-identified-see-how-fast-your-disks-can-really-go/)下载脚本。 -2. 将它放在像`/boot/scripts/`这样持久的路径中。 -3. 使其可执行: - -``` -chmod +x /boot/scripts/diskspeed.sh -``` - -4. 运行脚本: +要开始使用 DiskSpeed: -``` -bash /boot/scripts/diskspeed.sh -``` +1. 在 [社区应用程序](/community-applications/) (***应用程序选项卡***)中搜索 "DiskSpeed" 来安装 DiskSpeed。 +2. 如需手动安装说明,请访问 [DiskSpeed GitHub 仓库](https://github.com/jbartlett777/DiskSpeed)。 :::note -此脚本仅执行只读操作,不会修改驱动器上的任何数据。然而,最好在空闲期间安排测试,因为它可能会影响磁盘 I/O 并干扰 %%array|array%% 性能。 +DiskSpeed 对硬盘基准测试执行只读测试。SSD 基准测试可能会写入临时测试文件,因此在测试 SSD 前请查看 DiskSpeed 的指南。请在空闲期间安排基准测试,因为它们可能会影响磁盘 I/O 并干扰 %%array|array%% 性能。 ::: diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/licensing-faq.mdx b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/licensing-faq.mdx index 431d7d57b44..5f651c3dfcf 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/licensing-faq.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/troubleshooting/licensing-faq.mdx @@ -98,8 +98,8 @@ toc_max_heading_level: 3 在 %%WebGUI|web-gui%% 中前往 ***工具 → 注册***。在这里,您可以查看当前的许可证类型和注册详情。 -有关内部启动的问题,请参见 [Internal Boot FAQ (7.3+)](../getting-started/set-up-unraid/internal-boot-faq.mdx)。 -有关基于 TPM 的许可问题,请参见 [TPM Licensing FAQ (7.3+)](tpm-licensing-faq.mdx)。 +有关内部启动问题,包括闪存许可 USB 标签要求,请参阅 [Internal Boot FAQ (7.3+)](../getting-started/set-up-unraid/internal-boot-faq.mdx#internal-boot-flash-license)。 +有关基于 TPM 的许可问题,请参阅 [TPM Licensing FAQ (7.3+)](tpm-licensing-faq.mdx)。 --- diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/updating-unraid/index.mdx b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/updating-unraid/index.mdx index 3d3b8500e63..215ac699cdd 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/updating-unraid/index.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/updating-unraid/index.mdx @@ -16,7 +16,7 @@ import ManualDowngradeCommandLine from "./partials/manual-downgrade-command-line 有关在 Stable、Beta 和 Release Candidate (RC) 版本之间进行选择的帮助,请参阅[Unraid OS 发行类型](./release-types.mdx)。 -:::note[Prerequisites] +:::note\[Prerequisites] 在开始更新之前,请务必完整备份您的启动设备。有关更多详细信息,请参阅[备份您的启动设备](../system-administration/maintain-and-update/changing-the-flash-device.mdx#backing-up-your-flash-device)。 diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/create-virtual-machines/vm-setup.mdx b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/create-virtual-machines/vm-setup.mdx index 8c2e5ca2474..347d4ce51bd 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/create-virtual-machines/vm-setup.mdx +++ b/i18n/zh/docusaurus-plugin-content-docs/current/unraid-os/using-unraid-to/create-virtual-machines/vm-setup.mdx @@ -22,6 +22,8 @@ import TabItem from "@theme/TabItem"; 查看 [VM 管理器功能](#new-in-unraid-7x-vm-manager) 部分以了解更多详情。 +::: + 在准备好系统和设置好偏好后,您可以使用 %%WebGUI|web-gui%% 创建新的 %%虚拟机 (VM)|虚拟机%%。 ## 创建您自己的虚拟机 @@ -86,7 +88,7 @@ Unraid 7.x为\*\*%%VM|vm%%管理器\*\*引入了许多强大的增强功能, Unraid 7.x 引入了一系列强大的增强功能,改进了 **%%VM|vm%% 管理器** 的运行和管理流程。这些功能兼顾初学者和高级用户,使部署、定制和优化您的 %%VMs|vm%% 更加简单。 -:::tip[Highlights] +:::tip\[Highlights] - 通过 %%VM|虚拟机%% 克隆、快照和可重用模板节省时间 - 通过高级直通和存储选项优化性能和兼容性 @@ -95,21 +97,21 @@ Unraid 7.x 引入了一系列强大的增强功能,改进了 **%%VM|vm%% 管 :::