Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. Cubietruck 3 nicht erreichbar nach node 14.x Löschung

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Cubietruck 3 nicht erreichbar nach node 14.x Löschung

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @blackangel15741 last edited by

      @blackangel15741

      sudo usermod -a -G iobroker DEINUSER
      
      B 2 Replies Last reply Reply Quote 0
      • B
        blackangel15741 @Thomas Braun last edited by

        @thomas-braun bringt das jetzt was, wenn iobroker noch nicht läuft?

        wendy2702 1 Reply Last reply Reply Quote 0
        • wendy2702
          wendy2702 @blackangel15741 last edited by wendy2702

          @blackangel15741 Hat mit laufendem iobroker nichts zu tun. Der muss nur installiert sein und es die Gruppe geben.

          1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @blackangel15741 last edited by Homoran

            @blackangel15741 sagte in Cubietruck 3 nicht erreichbar nach node 14.x Löschung:

            komme mit der Festplatte nicht weiter siehe auch weiter oben

            was ist dabei rausgekommen?

            @thomas-braun sagte in Cubietruck 3 nicht erreichbar nach node 14.x Löschung:

            Hast du jetzt wieder ein laufendes System und die drei genannten Partitionen sind da gar nicht gemountet oder wie?
            mount | sort

            sagt?

            ich hab die Antworten dazu irgendwie übersehen.

            B 2 Replies Last reply Reply Quote 0
            • B
              blackangel15741 @Homoran last edited by

              @homoran

              blackangel1508@cubietruck:~$ mount | sort
              binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,re
              latime)
              bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mo
              de=700)
              cgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev
              ,noexec,relatime,nsdelegate)
              cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noe
              xec,relatime,blkio)
              cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nod
              ev,noexec,relatime,cpu,cpuacct)
              cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,no
              exec,relatime,cpuset)
              cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,n
              oexec,relatime,devices)
              cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,n
              oexec,relatime,freezer)
              cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,no
              exec,relatime,memory)
              cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosui
              d,nodev,noexec,relatime,net_cls,net_prio)
              cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,node
              v,noexec,relatime,perf_event)
              cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noex
              ec,relatime,pids)
              cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noex
              ec,relatime,rdma)
              cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,n
              oexec,relatime,xattr,name=systemd)
              configfs on /sys/kernel/config type configfs (rw,relatime)
              debugfs on /sys/kernel/debug type debugfs (rw,relatime)
              /dev/mmcblk0p1 on / type ext4 (rw,noatime,errors=remount-ro,com
              mit=600)
              /dev/mmcblk0p1 on /var/log.hdd type ext4 (rw,noatime,errors=rem
              ount-ro,commit=600)
              devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5
              ,mode=620,ptmxmode=000)
              /dev/zram1 on /var/log type ext4 (rw,relatime,discard)
              fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
              mqueue on /dev/mqueue type mqueue (rw,relatime)
              proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
              pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,re
              latime)
              securityfs on /sys/kernel/security type securityfs (rw,nosuid,n
              odev,noexec,relatime)
              sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
              sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
              systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,
              fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
              tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
              tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,
              size=5120k)
              tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=204800
              k,mode=755)
              tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=
              204796k,mode=700)
              tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,si
              ze=204796k,mode=700,uid=1000,gid=1000)
              tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode
              =755)
              tmpfs on /tmp type tmpfs (rw,nosuid,relatime)
              tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
              udev on /dev type devtmpfs (rw,nosuid,relatime,size=969528k,nr_
              inodes=160685,mode=755)
              blackangel1508@cubietruck:~$
              
              1 Reply Last reply Reply Quote 0
              • B
                blackangel15741 @Thomas Braun last edited by

                @thomas-braun sagte in Cubietruck 3 nicht erreichbar nach node 14.x Löschung:

                @blackangel15741

                sudo usermod -a -G iobroker DEINUSER
                

                Also jetzt die Zeile 1 zu 1 so übernehmen?

                1 Reply Last reply Reply Quote 0
                • B
                  blackangel15741 @Homoran last edited by

                  @homoran sagte in Cubietruck 3 nicht erreichbar nach node 14.x Löschung:

                  @blackangel15741 sagte in Cubietruck 3 nicht erreichbar nach node 14.x Löschung:

                  komme mit der Festplatte nicht weiter siehe auch weiter oben

                  was ist dabei rausgekommen?

                  @thomas-braun sagte in Cubietruck 3 nicht erreichbar nach node 14.x Löschung:

                  Hast du jetzt wieder ein laufendes System und die drei genannten Partitionen sind da gar nicht gemountet oder wie?
                  mount | sort

                  sagt?

                  ich hab die Antworten dazu irgendwie übersehen.

                  Also ich hatte noch ein Programm x-plore auf dem Handy und konnte damit zugreifen.
                  Es ist eine ssd Platte mit 120 GB

                  in sda1, sda2, sda3

                  Über das Programm finde ich das unter dev/ disk

                  Aber da wird nichts weiter angezeigt was ich jetzt kopieren könnte, sichern könnte.

                  Bei der Einrichtung wollte ich jetzt zwar die Festplatte installieren also system nach sata und boot von sd aber da wird ja dann die Platte gelöscht oder? Oder nur die Partition sda1?

                  Homoran B 2 Replies Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @blackangel15741 last edited by

                    @blackangel15741 sagte in Cubietruck 3 nicht erreichbar nach node 14.x Löschung:

                    wollte ich

                    warum machst du nicht erst wonach man fragt?
                    Wenn erst alles kaputt ist, kann hier keiner mehr helfen!

                    @homoran sagte in Cubietruck 3 nicht erreichbar nach node 14.x Löschung:

                    @blackangel15741 sagte in Cubietruck 3 nicht erreichbar nach node 14.x Löschung:

                    komme mit der Festplatte nicht weiter siehe auch weiter oben

                    was ist dabei rausgekommen?

                    @thomas-braun sagte in Cubietruck 3 nicht erreichbar nach node 14.x Löschung:

                    Hast du jetzt wieder ein laufendes System und die drei genannten Partitionen sind da gar nicht gemountet oder wie?
                    mount | sort

                    sagt?

                    ich hab die Antworten dazu irgendwie übersehen.

                    B 1 Reply Last reply Reply Quote 0
                    • B
                      blackangel15741 @blackangel15741 last edited by

                      Ich möchte mich mal allgemein hier bedanken bei allen, die Ihre Zeit opfern um anderen hier unter die Arme zu greifen.

                      Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @blackangel15741 last edited by

                        @blackangel15741 bitte führe doch einfach mal den Befehl mount | sort in der Konsole aus ind poste die Ausgabe.
                        Dann und nur dann kann man dir weiterhelfen (hoffentlich)

                        B 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @blackangel15741 last edited by Thomas Braun

                          @blackangel15741

                          sudo mount /dev/sda1 /mnt
                          

                          Danach ist der Inhalt der Partition unter /mnt zu finden.

                          B 1 Reply Last reply Reply Quote 0
                          • B
                            blackangel15741 @Homoran last edited by

                            @homoran Hallo.....mount | sort hatte ich schon durchgeführt und mehrfach hier eigentlich reingestellt

                            Homoran 1 Reply Last reply Reply Quote 0
                            • B
                              blackangel15741 @Thomas Braun last edited by

                              @thomas-braun ist das jetzt 1:1 so zu übernehmen?

                              sudo usermod -a -G iobroker DEINUSER
                              
                              Thomas Braun 1 Reply Last reply Reply Quote 0
                              • Homoran
                                Homoran Global Moderator Administrators @blackangel15741 last edited by Homoran

                                @blackangel15741 sagte in Cubietruck 3 nicht erreichbar nach node 14.x Löschung:

                                @homoran Hallo.....mount | sort hatte ich schon durchgeführt und mehrfach hier eigentlich reingestellt

                                wenn ja, dann sorry dass ich es nicht gefunden habe!
                                Aber deswegen hatte ich ja zweimal nachgefragt wo es zu finden sei.

                                EDIT: JETZT HAB ICH ES!
                                Aber die Platte ist nicht dabei. Dann bitte mounten

                                1 Reply Last reply Reply Quote 0
                                • B
                                  blackangel15741 @Homoran last edited by

                                  @homoran

                                  Mount | sort

                                  blackangel1508@cubietruck:~$ mount | sort
                                  bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mo
                                  de=700)
                                  cgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev
                                  ,noexec,relatime,nsdelegate)
                                  cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noe
                                  xec,relatime,blkio)
                                  cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nod
                                  ev,noexec,relatime,cpu,cpuacct)
                                  cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,no
                                  exec,relatime,cpuset)
                                  cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,n
                                  oexec,relatime,devices)
                                  cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,n
                                  oexec,relatime,freezer)
                                  cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,no
                                  exec,relatime,memory)
                                  cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosui
                                  d,nodev,noexec,relatime,net_cls,net_prio)
                                  cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,node
                                  v,noexec,relatime,perf_event)
                                  cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noex
                                  ec,relatime,pids)
                                  cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noex
                                  ec,relatime,rdma)
                                  cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,n
                                  oexec,relatime,xattr,name=systemd)
                                  configfs on /sys/kernel/config type configfs (rw,relatime)
                                  debugfs on /sys/kernel/debug type debugfs (rw,relatime)
                                  /dev/mmcblk0p1 on / type ext4 (rw,noatime,errors=remount-ro,com
                                  mit=600)
                                  /dev/mmcblk0p1 on /var/log.hdd type ext4 (rw,noatime,errors=rem
                                  ount-ro,commit=600)
                                  devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5
                                  ,mode=620,ptmxmode=000)
                                  /dev/zram1 on /var/log type ext4 (rw,relatime,discard)
                                  fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
                                  mqueue on /dev/mqueue type mqueue (rw,relatime)
                                  proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
                                  pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,re
                                  latime)
                                  securityfs on /sys/kernel/security type securityfs (rw,nosuid,n
                                  odev,noexec,relatime)
                                  sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
                                  sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
                                  systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,
                                  fd=42,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
                                  tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
                                  tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,
                                  size=5120k)
                                  tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=204800
                                  k,mode=755)
                                  tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=
                                  204796k,mode=700)
                                  tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,si
                                  ze=204796k,mode=700,uid=1000,gid=1000)
                                  tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode
                                  =755)
                                  tmpfs on /tmp type tmpfs (rw,nosuid,relatime)
                                  tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
                                  udev on /dev type devtmpfs (rw,nosuid,relatime,size=969528k,nr_
                                  inodes=160685,mode=755)
                                  blackangel1508@cubietruck:~$��������������������������������������������������������
                                  
                                  Homoran 1 Reply Last reply Reply Quote 0
                                  • Homoran
                                    Homoran Global Moderator Administrators @blackangel15741 last edited by Homoran

                                    @blackangel15741
                                    danke!
                                    siehe edit

                                    B 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @blackangel15741 last edited by

                                      @blackangel15741

                                      DEINUSER ist natürlich durch den username zu ersetzen. Vermutlich bei dir durch blackangel1508

                                      B 1 Reply Last reply Reply Quote 0
                                      • B
                                        blackangel15741 @Thomas Braun last edited by

                                        @thomas-braun Dankeschön

                                        Welchen usernamen ich vorher hatte weiß ich nicht genau ....den namen blackangel1508 hatte ich mir hier bei der Neuinstallation angelegt.

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • B
                                          blackangel15741 @Homoran last edited by

                                          @homoran das mit dem mounten klappt nicht....der sagt....Befehl nicht gefunden

                                          Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @blackangel15741 last edited by

                                            @blackangel15741

                                            Habt ihr eigentlich keine Vornamen? Die eignen sich nämlich hervorragend als user names. Vergisst man auch in der Regel nicht.

                                            1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            901
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            158
                                            9607
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo