Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Speicherbelegung Proxmox

    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

    Speicherbelegung Proxmox

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @toki1973 last edited by

      @toki1973 sagte in Speicherbelegung Proxmox:

      Beide Disk sind am Anschlag

      nö

      @toki1973 sagte in Speicherbelegung Proxmox:

      dev/mapper/pve-root 59G 9.9G 46G 18% /

      nur 18% belegt, also 46GB frei

      @toki1973 sagte in Speicherbelegung Proxmox:

      /dev/sda1 31G 7,5G 22G 26% /

      hier dein iobroker, auch nur 26% belegt

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

        Das ist allerdings dicht:

        192.168.0.100:/volume1/NetBackup  3.6T  3.6T  9.1G 100% /mnt/pve/NAS
        
        T 1 Reply Last reply Reply Quote 0
        • T
          toki1973 @Thomas Braun last edited by toki1973

          Hm und wo kommen die 98% her?
          7d518f81-44be-4ca7-9b6c-48f06fc25aa7-image.png

          Und beim Update von Adaptern bekomme ich ```
          $ ./iobroker upgrade history
          ERROR: spawn ENOMEM

          Und bei starten von Instanzen ```
          instance system.adapter.javascript.0 could not be started: Error: spawn ENOMEM
          

          Und wie interpretiert man die Disk Size die ich oben über ncdu / bekommen habe?

          Wo klemmt es denn? Bin verwirrt 😞

          OstfrieseUnterwegs 1 Reply Last reply Reply Quote 0
          • ?
            A Former User @toki1973 last edited by

            @toki1973 sagte in Speicherbelegung Proxmox:

            @dp20eic said in Speicherbelegung Proxmox:

            df -h

            Beide Disk sind am Anschlag

            Nein sind Sie nicht, wurde ja auch schon von anderen bestätigt.

            Erst einmal, es gibt kein Befehl /mnt, um in ein Verzeichnis zu wechseln, musst Du

            cd /mnt
            cd /usr/bin
            cd /opt/iobroker
            

            Dann ist dieses Verzeichnis ein Mount, von Deinem NAS.

            192.168.0.100:/volume1/NetBackup  3.6T  3.6T  9.1G 100% /mnt/pve/NAS
            

            Du hast sicher lich den Mount auch in der VM und legst dort irgendetwas ab. Was sagt den wenn Du in der PVE Konsole bist,

            root@proxmox:~# ls -la /mnt/
            

            VG
            Bernd

            T 1 Reply Last reply Reply Quote 0
            • T
              toki1973 @Guest last edited by

              @dp20eic Danke für die Geduld!

              Ja die NAS ist am Anschlag. Aber warum bekomme ich denn den ENOMEM Fehler? Und warum wir in der Proxmox Oberfläche 98% Speicher angezeigt?

              Übrigens hat apt autoremove hat nichts entfernt.

              
              root@proxmox:~# ls -la /mnt/
              total 20
              drwxr-xr-x  5 root root 4096 Jun 20  2020 .
              drwxr-xr-x 18 root root 4096 Mar 14  2020 ..
              drwxr-xr-x  2 root root 4096 Mar 14  2020 hostrun
              drwxr-xr-x  4 root root 4096 Jul 30  2020 pve
              drwxr-xr-x  2 root root 4096 Jun 20  2020 vzsnap0
              root@proxmox:~#
              
              
              ? 1 Reply Last reply Reply Quote 0
              • OstfrieseUnterwegs
                OstfrieseUnterwegs @toki1973 last edited by

                @toki1973
                Da muss mMn noch was faul sein.
                Dein Screenshot zeigt 7,2 T und das df -h auf dem Server zeigt in Summe weniger an.
                Außerdem ist laut df -t dein NAS voll. Was zeigt das NAS auf dem NAS selber an?

                T 1 Reply Last reply Reply Quote 0
                • T
                  toki1973 @OstfrieseUnterwegs last edited by

                  @ostfrieseunterwegs
                  Ja genau irgendwas ist faul. Ich weiß nur nicht wo. Gibt es noch weitere Ideen?
                  Das die NAS voll ist weiß ich - das macht ja bzgl. der Probleme mit ioBroker Proxmox nichts aus.

                  OstfrieseUnterwegs 1 Reply Last reply Reply Quote 0
                  • OstfrieseUnterwegs
                    OstfrieseUnterwegs @toki1973 last edited by

                    @toki1973
                    0d09a0ec-2ef5-4469-aeb2-d5258641160c-image.png

                    Schau mal, was da für Storages eingebunden sind.

                    T 1 Reply Last reply Reply Quote 0
                    • T
                      toki1973 @OstfrieseUnterwegs last edited by

                      @ostfrieseunterwegs
                      Hm okay dann sieht es lokal ja eigentlich ganz gut aus und nur die NAS ist voll. Erklärt aber immer noch nicht das ioBroke ENOMEM Problem

                      00890b9f-5e71-4606-bc3d-70410e8193e5-image.png

                      OstfrieseUnterwegs 1 Reply Last reply Reply Quote 0
                      • OstfrieseUnterwegs
                        OstfrieseUnterwegs @toki1973 last edited by

                        @toki1973
                        Ja das volle NAS hat möglicherweise nichts mit dem ENOMEM Problem zu tun.
                        Aber ich dachte du suchtest eine Erklärung für die 98% ??
                        Auf jeden Fall scheinst Du das NAS doppelt in Proxmox eingebunden zu haben. Daher die 7.2 Tera.
                        Du musst dich mal durch die Menüs von Proxmox hangeln und schauen, was du auf den beiden Storage Volumes speicherst bzw wo die eingebunden sind. Irgendwelche Backups der VM/Container ?

                        1 Reply Last reply Reply Quote 0
                        • ?
                          A Former User @toki1973 last edited by

                          @toki1973 sagte in Speicherbelegung Proxmox:

                          @dp20eic Danke für die Geduld!

                          Ja die NAS ist am Anschlag. Aber warum bekomme ich denn den ENOMEM Fehler? Und warum wir in der Proxmox Oberfläche 98% Speicher angezeigt?

                          Übrigens hat apt autoremove hat nichts entfernt.

                          
                          root@proxmox:~# ls -la /mnt/
                          total 20
                          drwxr-xr-x  5 root root 4096 Jun 20  2020 .
                          drwxr-xr-x 18 root root 4096 Mar 14  2020 ..
                          drwxr-xr-x  2 root root 4096 Mar 14  2020 hostrun
                          drwxr-xr-x  4 root root 4096 Jul 30  2020 pve
                          drwxr-xr-x  2 root root 4096 Jun 20  2020 vzsnap0
                          root@proxmox:~#
                          
                          

                          Moin,

                          mach es Dir doch nicht so schwer! Du hast alle Befehle schon, Du musst sie nur noch richtig anwenden 🙂

                          Geh doch mal tiefer in die Verzeichnisse und schau wo, es kneift.

                          root@proxmox:~# ncdu /mnt
                          
                          ls -la /mnt/*
                          

                          Hör auf etwas Löschen zu wollen, wenn Du noch nicht mal weißt, was klemmt, finde doch erstmal raus was vorgeht, um dann dafür eine Lösung zu suchen.
                          Wie @OstfrieseUnterwegs schon fragte, liegen da Backups, Images etc. und wie er sagte, Du mountest das NAS zweimal.

                          root@proxmox:~# mount | grep -i mnt
                          

                          VG
                          Bernd

                          T 1 Reply Last reply Reply Quote 0
                          • T
                            toki1973 @Guest last edited by

                            Ja ein Backup liegt da in der proxmox Umgebung von 5,5gb rum wie oben im screeshot gezeigt.
                            Okay dann schaue ich mal weches NAS mountig ich entfernen kann.

                            Ich habe mal das RAM von 4 auf 6GB für die iobroker VM erhöht. Sieht schon besser aus....

                            ? liv-in-sky 2 Replies Last reply Reply Quote 0
                            • ?
                              A Former User @toki1973 last edited by

                              @toki1973 sagte in Speicherbelegung Proxmox:

                              Ja ein Backup liegt da in der proxmox Umgebung von 5,5gb rum wie oben im screeshot gezeigt.

                              Moin,

                              das liegt aber nicht da wo das NAS gemountet ist, das liegt unter /var/lib/vz/dump/
                              16765a0c-5a8e-432b-8af9-4b334f390536-grafik.png

                              Also das hat nichts mit Deinem Problem unter /mnt zu tun.

                              Du vermischst zwei Probleme, hast Du auch Probleme mit ioBroker, dann lieber einen eigenen Thread aufmachen, ansonsten weiß man nicht mehr, wo jetzt Hilfe gebraucht wird.
                              Du redest die ganze Zeit von Speicher (HDD/SDD) und jetzt erweiterst Du RAM in der VM, das ist vielleicht auch wieder nur ein Pflaster, sodass es gerade funktioniert und in ein paar Tagen plötzlich wieder knallt.

                              Wenn Du Dich in der VM anmeldest und als ioBroker User, das ausführst, dann mal die lange Ausführung hier rein in Code Tags </>.

                              iobroker@iobroker:/opt/iobroker$ iob diag
                              

                              Poste mal von Deiner Installation etwas mehr Informationen, !!!Achtung!!! ich habe nur LXC Container, sollte aber bei VMs auch nicht anders aussehen, Beispiel:
                              2d4a4c69-edb1-4869-8a67-eaf4ec93e190-grafik.png

                              VG
                              Bernd

                              T 1 Reply Last reply Reply Quote 0
                              • T
                                toki1973 @Guest last edited by

                                Ich habe in einen anderen Thread das diag schon gepostet und daher geht nun der Verdacht zu den Problemen zum RAM. Ursprünglich dachte ich das des der Diskspace local bei Proxmox oder in der VM das Problem ist. Aber das wurde ja oben schon geklärt.

                                Die NAS ist voll das weiß ich. Lediglich das monatliche Backup liegt lokal.

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

                                  @toki1973

                                  mount | sort
                                  

                                  jeweils im Host und im iobroker-System sagen?
                                  Ich glaube du hast da irgendwas doppelt hin- und her gemountet.

                                  T 1 Reply Last reply Reply Quote 0
                                  • liv-in-sky
                                    liv-in-sky @toki1973 last edited by

                                    @toki1973

                                    zeig mal die resourcen vom iob server

                                    Image 048.png

                                    und die disks

                                    Image 049.png

                                    vielleicht sieht man da was

                                    T 1 Reply Last reply Reply Quote 0
                                    • T
                                      toki1973 @Thomas Braun last edited by

                                      @thomas-braun said in Speicherbelegung Proxmox:

                                      mount | sort

                                      ioBrkerVM

                                      root@iobrokerNUC1:~# mount | sort
                                      binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
                                      bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=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,noexec,relatime,blkio)
                                      cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
                                      cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
                                      cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
                                      cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
                                      cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
                                      cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
                                      cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
                                      cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
                                      cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
                                      cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
                                      debugfs on /sys/kernel/debug type debugfs (rw,relatime)
                                      devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
                                      /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro)
                                      hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
                                      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,relatime)
                                      securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,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,pipe_ino=11324)
                                      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=596044k,mode=755)
                                      tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=596040k,mode=700)
                                      tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
                                      tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
                                      udev on /dev type devtmpfs (rw,nosuid,relatime,size=2965348k,nr_inodes=741337,mode=755)
                                      root@iobrokerNUC1:~# mount | sort
                                      binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
                                      bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=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,noexec,relatime,blkio)
                                      cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
                                      cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
                                      cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
                                      cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
                                      cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
                                      cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
                                      cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
                                      cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
                                      cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
                                      cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
                                      debugfs on /sys/kernel/debug type debugfs (rw,relatime)
                                      devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
                                      /dev/sda1 on / type ext4 (rw,relatime,errors=remount-ro)
                                      hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
                                      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,relatime)
                                      securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,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,pipe_ino=11324)
                                      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=596044k,mode=755)
                                      tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=596040k,mode=700)
                                      tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
                                      tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
                                      udev on /dev type devtmpfs (rw,nosuid,relatime,size=2965348k,nr_inodes=741337,mode=755)
                                      
                                      

                                      und hier proxmox:

                                      
                                      root@proxmox:~# mount | sort
                                      192.168.0.100:/volume1/NetBackup on /mnt/pve/NAS type nfs4 (rw,relatime,vers=4.0,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.0.250,local_lock=none,addr=192.168.0.100)
                                      192.168.0.100:/volume1/NetBackup on /mnt/pve/SynologyNAS type nfs4 (rw,relatime,vers=4.0,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.0.250,local_lock=none,addr=192.168.0.100)
                                      binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
                                      cgroup2 on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime)
                                      cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
                                      cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
                                      cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
                                      cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
                                      cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
                                      cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb)
                                      cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
                                      cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
                                      cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
                                      cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
                                      cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma)
                                      cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd)
                                      configfs on /sys/kernel/config type configfs (rw,relatime)
                                      debugfs on /sys/kernel/debug type debugfs (rw,relatime)
                                      /dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
                                      /dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro)
                                      devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
                                      /dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
                                      efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
                                      fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
                                      hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
                                      lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
                                      mqueue on /dev/mqueue type mqueue (rw,relatime)
                                      none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
                                      proc on /proc type proc (rw,relatime)
                                      pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
                                      securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,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=41,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=16725)
                                      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=772676k,mode=755)
                                      tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=772676k,mode=700)
                                      tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
                                      tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime)
                                      udev on /dev type devtmpfs (rw,nosuid,relatime,size=3835496k,nr_inodes=958874,mode=755)
                                      root@proxmox:~#
                                      
                                      
                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        toki1973 @liv-in-sky last edited by

                                        @liv-in-sky
                                        d7e78d0a-b881-4551-aae4-7be1eee8cafc-image.png

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

                                          @toki1973

                                          Das geht nicht, nach meinem Dafürhalten.

                                          192.168.0.100:/volume1/NetBackup on /mnt/pve/NAS type nfs4 (rw,relatime,vers=4.0,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.0.250,local_lock=none,addr=192.168.0.100)
                                          192.168.0.100:/volume1/NetBackup on /mnt/pve/SynologyNAS type nfs4 (rw,relatime,vers=4.0,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.0.250,local_lock=none,addr=192.168.0.100)
                                          

                                          Entweder da hin oder dorthin, aber gleichzeitig kannst du das nicht an zwei Stellen mounten.

                                          T 1 Reply Last reply Reply Quote 0
                                          • T
                                            toki1973 @Thomas Braun last edited by

                                            @thomas-braun du meinst eine davon unmounten? Welche und wie?

                                            Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            510
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            35
                                            3250
                                            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