Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Backup auf NAS - Probleme mit CIFS

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.0k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.0k

Backup auf NAS - Probleme mit CIFS

Backup auf NAS - Probleme mit CIFS

Scheduled Pinned Locked Moved ioBroker Allgemein
266 Posts 18 Posters 45.4k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • simatecS Offline
    simatecS Offline
    simatec
    Developer Most Active
    wrote on last edited by
    #53

    Hab ihr nach dem installieren der cifs-utils mal einen reboot gemacht?

    • Besuche meine Github Seite
    • Beitrag hat geholfen oder willst du mich unterstützen
    • HowTo Restore ioBroker
    1 Reply Last reply
    0
    • HomoranH Do not disturb
      HomoranH Do not disturb
      Homoran
      Global Moderator Administrators
      wrote on last edited by
      #54

      ich ja!

      Außerdem sind die cifs-utils beim Armbian mit drauf.

      cifs selbst ist bei den fraglichen Distros nicht in der Liste der unterstützten filesystems

      cat /proc/filesystems
      

      Gruß

      Rainer

      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      1 Reply Last reply
      0
      • Lenny.CBL Offline
        Lenny.CBL Offline
        Lenny.CB
        Most Active
        wrote on last edited by
        #55

        @Homoran:

        ich ja!

        Außerdem sind die cifs-utils beim Armbian mit drauf.

        cifs selbst ist bei den fraglichen Distros nicht in der Liste der unterstützten filesystems

        cat /proc/filesystems
        

        Gruß

        Rainer `
        ich hatte auf dem RockPro64 das "Debian Stretch Minimal 64bit OS Image" aufgespielt. Cifs ist bei den unterstützten Filesystemen mit dabei. lässt sich dennoch nicht mounten.

        1 Reply Last reply
        0
        • simatecS Offline
          simatecS Offline
          simatec
          Developer Most Active
          wrote on last edited by
          #56

          Da müsste sicher ein Kernel Update gemacht werden

          Gesendet von iPhone mit Tapatalk

          • Besuche meine Github Seite
          • Beitrag hat geholfen oder willst du mich unterstützen
          • HowTo Restore ioBroker
          1 Reply Last reply
          0
          • RöstkartoffelR Offline
            RöstkartoffelR Offline
            Röstkartoffel
            wrote on last edited by
            #57

            Hallo Rainer.

            Ich habe````
            Welcome to ARMBIAN 5.51.180704 nightly Debian GNU/Linux 9 (stretch) 4.4.138-rk3328

            auf meinem Rock64 und musste die cifs-utils nachinstallieren. Das funktionierte einwandfrei und ich kann meine Syno DS213+ einwandfrei mounten und alle meine Backups werden automatisch mittels dem Adapter auf die Syno geschrieben.
            
            Ich hatte nur Probleme mit dem FTP, das wollte nicht.
            
            Das````
            cat /proc/filesystems
            ````zeigt folgendes:
            

            root@rock64:~# cat /proc/filesystems
            nodev sysfs
            nodev rootfs
            nodev ramfs
            nodev bdev
            nodev proc
            nodev cpuset
            nodev cgroup
            nodev cgroup2
            nodev tmpfs
            nodev devtmpfs
            nodev configfs
            nodev debugfs
            nodev tracefs
            nodev securityfs
            nodev sockfs
            nodev pipefs
            nodev rpc_pipefs
            nodev devpts
            ext3
            ext2
            ext4
            squashfs
            nodev hugetlbfs
            vfat
            iso9660
            hfsplus
            nodev nfs
            nodev nfs4
            nodev nfsd
            fuseblk
            nodev fuse
            nodev fusectl
            udf
            jfs
            xfs
            nodev pstore
            nodev mqueue
            btrfs
            nodev autofs
            nodev cifs

            
            Gruß
            
            Volker

            NUC7i3BNH mit Proxmox und ioBroker (VM Debian Buster), Raspi3 (Slave Smartmeter für eHZ easymeter), Hardware CCU2, SMA SB5000TL-21

            1 Reply Last reply
            0
            • HomoranH Do not disturb
              HomoranH Do not disturb
              Homoran
              Global Moderator Administrators
              wrote on last edited by
              #58

              Danke für diese Info!

              Du hast ein Image mit Debian nightly drauf.

              Die Probleme sind mit (einigen) Ubuntu images.

              Gruß

              Rainer

              kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              1 Reply Last reply
              0
              • simatecS Offline
                simatecS Offline
                simatec
                Developer Most Active
                wrote on last edited by
                #59

                @Homoran

                Hast du mal probiert mit den verschiedenen SMB Protokoll Versionen zu testen?

                https://wiki.ubuntuusers.de/Samba_Clien … -Versionen

                • Besuche meine Github Seite
                • Beitrag hat geholfen oder willst du mich unterstützen
                • HowTo Restore ioBroker
                1 Reply Last reply
                0
                • HomoranH Do not disturb
                  HomoranH Do not disturb
                  Homoran
                  Global Moderator Administrators
                  wrote on last edited by
                  #60

                  Das hatte ich schon mal gemacht (zumindest Synoseitig) aber hier liegt ja mit

                  cifs filesystem not supported by the system
                  

                  IMHO eindeutig das Problem vor, dass cifs als Filesystem überhaupt nicht unterstützt wird.

                  In der Liste der unterstützten filesystems fehlt cifs bei den Distros, bei denen es nicht funktioniert.

                  Und umgekehrt: Da wo es klappt steht auch cifs in /proc/filesystems drin

                  Ist also ein Problem der Distros. ich schreibe gleich mal die Armbian-Crew an.

                  EDIT:

                  https://forum.armbian.com/topic/7995-problems-with-cifs-mount-on-different-distros/

                  Gruß

                  Rainer

                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  1 Reply Last reply
                  0
                  • J Offline
                    J Offline
                    J Riemann
                    wrote on last edited by
                    #61

                    Das Problem wird irgendwo im Armbian liegen… Ich habe mittlerweile alle aktuell verfügbaren Stable Versionen getestet und der Effekt ist immer der selbe.

                    Armbian Xenial desktop legacy kernel 3.4.y

                    Armbian Stretch mainline kernel 4.14.y or 4.17.y

                    Armbian Xenial mainline kernel 4.14.y or 4.17.y

                    Und Dein fertiges Image von 12/2017 mit Armbian Ubuntu Xenial Server

                    Ich habe die Versionen auf alle erdenklichen Arten getestet: Ohne jegliche Updates zu machen, mit allen Updates, verschieden Node-Vesionen, CIFS händisch installiert oder nicht installiert, CIFS als aller erstes noch vor Node installiert, CIFS erst nach iobroker installiert, SMBA Zusatzpakete über Armbian-Config nachinstalliert, SMBA Config-Dateien vom Raspi3 auf den Opi kopiert und und und alles ohne Erfolg.

                    Auf Seiten der Syno habe ich auch x-fache Einstellungen getestet, Nutzer angelegt/gelöscht, Passwort verändert und und und.

                    Ich habe auch sehr viele externe Foren durchsucht und verschieden Hilfeansätze getestet... nix.

                    ****Viele Grüße!

                    Jörg****

                    1 Reply Last reply
                    0
                    • HomoranH Do not disturb
                      HomoranH Do not disturb
                      Homoran
                      Global Moderator Administrators
                      wrote on last edited by
                      #62

                      Hast du auch bei allen Versionen````
                      cat /proc/filesystems

                      gemacht und nachgesehen ob da cifs drin steht?
                      
                      Dann könnte ich das direkt im Armbian Forum ergänzen.
                      
                      ~~@J Riemann:~~ 
                      
                      > CIFS händisch installiert oder nicht installiert, `  
                      ich nehme an die cifs-utils.
                      
                      Kam dann nicht "ist schon neueste Version"??
                      
                      ~~@J Riemann:~~ 
                      
                      > Das Problem wird irgendwo im Armbian liegen `  
                      oder im Ubuntu
                      
                      Gruß
                      
                      Rainer

                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                      1 Reply Last reply
                      0
                      • paul53P Offline
                        paul53P Offline
                        paul53
                        wrote on last edited by
                        #63

                        @Homoran:

                        oder im Ubuntu ` @J Riemann:

                        Armbian Stretch mainline kernel 4.14.y or 4.17.y `

                        Bitte verzichtet auf Chat-Nachrichten, denn die Handhabung ist grauenhaft !
                        Produktiv: RPi 2 mit S.USV, HM-MOD-RPI und SLC-USB-Stick mit root fs

                        1 Reply Last reply
                        0
                        • HomoranH Do not disturb
                          HomoranH Do not disturb
                          Homoran
                          Global Moderator Administrators
                          wrote on last edited by
                          #64

                          Danke!

                          also nicht nur Ubuntu!

                          Wie kann man nur so blind sein :oops: :oops:

                          Gruß

                          Rainer

                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                          1 Reply Last reply
                          0
                          • J Offline
                            J Offline
                            J Riemann
                            wrote on last edited by
                            #65

                            @Homoran:

                            Hast du auch bei allen Versionen

                            CODE: ALLES AUSWÄHLEN

                            cat /proc/filesystems `
                            Nein, sorry, den Befehl kenne ich nicht, bin ja noch Anfänger… :mrgreen: @Homoran:

                            ich nehme an die cifs-utils.

                            Kam dann nicht "ist schon neueste Version"?? ` Nein! Zumindest die Pakete auf Armbian.com haben CIFS-Utils nicht installiert. Wie das bei Deinem Image war weiß ich jetzt echt nicht mehr. Ich habe das System locker 20x neu aufgesetzt und es versäumt genau zu protokollieren was/wann/wie/wo.

                            ****Viele Grüße!

                            Jörg****

                            1 Reply Last reply
                            0
                            • J Offline
                              J Offline
                              J Riemann
                              wrote on last edited by
                              #66

                              Aktuell läuft bei mir ARMBIAN 5.38 stable Ubuntu 16.04.5 LTS 4.14.18-sunxi und cat /proc/filesystems ergibt:````
                              root@orangepiplus2e:~# cat /proc/filesystems
                              nodev sysfs
                              nodev rootfs
                              nodev ramfs
                              nodev bdev
                              nodev proc
                              nodev cpuset
                              nodev cgroup
                              nodev cgroup2
                              nodev tmpfs
                              nodev devtmpfs
                              nodev binfmt_misc
                              nodev configfs
                              nodev debugfs
                              nodev tracefs
                              nodev securityfs
                              nodev sockfs
                              nodev bpf
                              nodev pipefs
                              nodev rpc_pipefs
                              nodev devpts
                              ext3
                              ext2
                              ext4
                              vfat
                              msdos
                              iso9660
                              nodev nfs
                              nodev nfs4
                              nodev nfsd
                              nodev autofs
                              udf
                              jfs
                              xfs
                              f2fs
                              nodev mqueue
                              nodev ubifs
                              btrfs
                              nodev cifs
                              root@orangepiplus2e:~#

                              ****Viele Grüße!

                              Jörg****

                              1 Reply Last reply
                              0
                              • HomoranH Do not disturb
                                HomoranH Do not disturb
                                Homoran
                                Global Moderator Administrators
                                wrote on last edited by
                                #67

                                da ist cifs drin, damit muss es klappen

                                kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                1 Reply Last reply
                                0
                                • J Offline
                                  J Offline
                                  J Riemann
                                  wrote on last edited by
                                  #68

                                  nö, Fehler wie immer…

                                  Nochmal schnell getestet:````
                                  [ERROR] mount error(13): Permission denied
                                  Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

                                  [DEBUG] error --- Backup path was not connected to CIFS server ---

                                  ****Viele Grüße!

                                  Jörg****

                                  1 Reply Last reply
                                  0
                                  • HomoranH Do not disturb
                                    HomoranH Do not disturb
                                    Homoran
                                    Global Moderator Administrators
                                    wrote on last edited by
                                    #69

                                    Da sollte aber nicht

                                    cifs filesystem not supported by the system
                                    

                                    kommen, wenn du auf der Konsole aufrufst

                                    mount -t cifs -o user=Dein Username,password=dein Passwort,rw,file_mode=0777,dir_mode=0777,vers=1.0 //deine IP/dein Pfad /opt/iobroker/backups
                                    

                                    Sonderen ein anderer Fehler

                                    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    1 Reply Last reply
                                    0
                                    • HomoranH Do not disturb
                                      HomoranH Do not disturb
                                      Homoran
                                      Global Moderator Administrators
                                      wrote on last edited by
                                      #70

                                      Das ist ja auch was anderes

                                      kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                      1 Reply Last reply
                                      0
                                      • J Offline
                                        J Offline
                                        J Riemann
                                        wrote on last edited by
                                        #71

                                        Ja, siehe oben… Damit hat ja alles angefangen... dieser Fehler begleitet mich ja bereits seit den Umbau auf den Opi.

                                        ****Viele Grüße!

                                        Jörg****

                                        1 Reply Last reply
                                        0
                                        • HomoranH Do not disturb
                                          HomoranH Do not disturb
                                          Homoran
                                          Global Moderator Administrators
                                          wrote on last edited by
                                          #72

                                          und ich mache bei armbian die Pferde scheu :oops:

                                          Also nochmal langsam:

                                          Wie sieht die Antwort genau aus, wenn du auf der Konsole das eben gepostete aufrufst?

                                          Gruß

                                          Rainer

                                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          522

                                          Online

                                          32.4k

                                          Users

                                          81.3k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe