Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
digitales:hardware:diskstation [17.08.2023] – [Installation] csdigitales:hardware:diskstation [11.11.2024] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 2: Zeile 2:
  
 ====== Synology Diskstation ====== ====== Synology Diskstation ======
 +
 +===== DS715 =====
 +
 +  * [[https://www.synology.com/de-de/support/download/DS715?version=7.1#system|Synology Download-Zentrum]]
 +
 +==== Spezifikationen ====
 +
 +  * CPU-Modell: Annapurna Labs Alpine AL-314
 +  * CPU-Frequenz: Quad Core 1.4 GHz
 +  * Speicher: 2GB DDR3
 +  * Laufwerksschächte: 2 (7 mit Erweiterungseinheit)
 +  * Maximale interne Kapazität: 16 TB (56 TB mit Erweiterungseinheit)
 +  * Externe Anschlüsse: USB 3.0 x 2, eSATA-Anschluss x2
 +  * Kompatible Laufwerkstypen:
 +    * 3.5-Zoll-SATA(III)/SATA(II)-Festplatte
 +    * 2.5-Zoll-SATA(III)/SATA(II)-Festplatte
 +    * 2.5-Zoll-SATA(III)/SATA(II)-SSD
 +  * Abmessungen: 157mm x 103.5mm x 232mm
 +  * Gewicht: 1.69kg
 +  * LAN: Gigabit x2
 +  * Systemlüfter: 92 mm x 92 mm x 1 Stück
 +  * Power
 +    * Stromversorgung: 72W
 +    * AC-Eingangsspannung: 100 V bis 240 V AC
 +    * Netzfrequenz: 50/60 Hz, einphasig
 +    * Leistungsaufnahme:
 +      * 21.37 W (Zugang)
 +      * 9.37 W (HDD-Ruhezustand)
 +  * Umwelt
 +    * Betriebstemperatur: 5 ºC bis 35 ºC (40 ºF bis 95 ºF)
 +    * Lagertemperatur: -20 °C bis 60 °C (-5 °F bis 140 °F)
 +    * Geräuschpegel: 19.2dB
 +    * Relative Luftfeuchtigkeit: 5 % bis 95 %
 +  * Zertifizierungen: FCC-Klasse B, CE-Klasse B, BSMI-Klasse B
 +  * Garantie: 2 Jahre
  
 ===== Root Zugriff ===== ===== Root Zugriff =====
Zeile 16: Zeile 51:
  
   * [[https://www.dokuwiki.org/install:synology|Installing DokuWiki on DSM 7.0+]]   * [[https://www.dokuwiki.org/install:synology|Installing DokuWiki on DSM 7.0+]]
 +
 +===== Installing Docker on a Synology ARM NAS =====
 +
 +  * [[https://wiki.servarr.com/docker-arm-synology|Installing Docker on a Synology ARM NAS]]
 +
 +Läuft durch bringt aber einen Fehler
 +
 +<code ->
 +/usr/local/etc/rc.d/docker.sh: line 11: /usr/local/bin/dockerd: cannot execute binary file: Exec format error
 +</code>
  
  
Zeile 31: Zeile 76:
  
 What kind of CPU does my Synology NAS have? You can also check the processor and architecture of your Synology NAS with the following script. What kind of CPU does my Synology NAS have? You can also check the processor and architecture of your Synology NAS with the following script.
-<code> 
  
 +<code ->
 cat /proc/cpuinfo | grep "model name" | uniq cat /proc/cpuinfo | grep "model name" | uniq
- 
 </code> </code>
-<code> 
  
-uname -m+%%**ARMv7 Processor rev 4 (v7l)**\\  %%
  
 +<code ->
 +uname -m  
 </code> </code>
 +
 +**armv7l**\\
  
   * [[https://github.com/Entware/Entware/wiki/Install-on-Synology-NAS|OPKG Install on Synology NAS]]   * [[https://github.com/Entware/Entware/wiki/Install-on-Synology-NAS|OPKG Install on Synology NAS]]