NEWS
Backitup kann nach update nicht mehr mounten
-
Systemdata Bitte Ausfüllen Hardwaresystem: Pi3b Arbeitsspeicher: 1GB Festplattenart: SD-Karte Betriebssystem: Linux ioBroker-RasPi4 5.4.72-v7+ #1356 SMP Thu Oct 22 13:56:54 BST 2020 armv7l GNU/Linux Node-Version: 14.16.1 Nodejs-Version: 14.16.1 NPM-Version: 6.14.12 Installationsart: Skript Image genutzt: Ja Ort/Name der Imagedatei: Link Nach meinem update auf die letzte Backitup Version gestern, bekomme ich einen Mount Fehler. Dabei soll das smb drive meiner synology gemounted werden. Das hat bis zum update gestern problemlos funktioniert.
Iobroker fix habe ich schon probiert.
Auch den js-controller habe ich danach auf 3.3.15 aktualisiert.
Admin ist noch der alte (V4).
Das mount Problem bleibt.
Das lokale Backup wird erstellt.Started iobroker ... [DEBUG] [mount] - noserverino option: false [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=#####,password=****,rw,file_mode=0777,dir_mode=0777,vers=3.0 //192.168.1.4/Sicherungen/raspberryPI /opt/iobroker/backups" [DEBUG] [mount] - first mount attempt with smb option failed. try next mount attempt without smb option ... [DEBUG] [mount] - cifs-mount command: "sudo mount -t cifs -o username=#####,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.1.4/Sicherungen/raspberryPI /opt/iobroker/backups" [ERROR] [mount] - [undefined Error: Command failed: sudo mount -t cifs -o username=#####,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.1.4/Sicherungen/raspberryPI /opt/iobroker/backups mount error(95): Operation not supported Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Das ist die Ausgabe vom backitup im Adminfenster bei manuellem Start des Backups.
Was ist falsch?
-
@jkalver
Und das LogFile sagt?
Am Rande: System aktuell halten. NodeJS ist veraltet bei dir. -
@thomas-braun
Hi Thomas, danke für die schnelle Antwort. Habe gerade noch die Daten aktualisiert -
@jkalver
Bitte in Ausgaben in CodeTags packen. -
Stell die smb Version mal fix auf 2.0 ein.
Siehe hier:
https://dashdot.de/2021/01/04/debian-ubuntu-synology-nas-mount-error-95-stab/ -
@thomas-braun
Das war die Lösung. Oh Mann, so einfach. Vielen lieben Dank!Hab gerade auch noch das nodejs aktualisiert.
Viele Grüsse
Jens -
Wobei ich schauen würde, ob man nicht zwischenzeitlich die Protokollversion auf der Synology anheben kann. Update verfügbar?