Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. JavaScript
    5. mount per "nfs" klappt nicht

    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

    mount per "nfs" klappt nicht

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

      und der ..mount @ sort zeigt:

      root@VM-iobroker:~# mount | sort
      //192.168.243.100/1_Sound on /mnt type cifs (rw,relatime,vers=default,cache=strict,username=Dieter,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.243.100,file_mode=0777,dir_mode=0777,soft,nounix,serverino,mapposix,rsize=1048576,wsize=1048576,echo_interval=60,actimeo=1,user=Dieter)
      192.168.243.5:/volume1/Computer on /home/nfs/Computer type nfs (rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.243.5,mountvers=3,mountport=892,mountproto=udp,local_lock=none,addr=192.168.243.5)
      192.168.243.5:/volume1/Privat on /home/nfs/Privat type nfs (rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.243.5,mountvers=3,mountport=892,mountproto=udp,local_lock=none,addr=192.168.243.5)
      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)
      /etc/auto.nfs on /home/nfs type autofs (rw,relatime,fd=6,pgrp=1985,timeout=300,minproto=5,maxproto=5,indirect,pipe_ino=27727)
      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=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=1563)
      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=610552k,mode=755)
      tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=610548k,mode=700)
      tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
      udev on /dev type devtmpfs (rw,nosuid,relatime,size=3037932k,nr_inodes=759483,mode=755)
      
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @bahnuhr last edited by Thomas Braun

        @bahnuhr

        Mit welchen Rechten / Besitzern wird das jetzt in den Mountpunkten eingehängt? Immer noch mit der uid 1026?
        In den Freigaben gehören die Dateien vermutlich unterschiedlichen usern / uid.

        bahnuhr 2 Replies Last reply Reply Quote 0
        • bahnuhr
          bahnuhr Forum Testing Most Active @Thomas Braun last edited by

          @thomas-braun sagte in mount per "nfs" klappt nicht:

          Mit welchen Rechten / Besitzern wird das jetzt in den Mountpunkten eingehängt? Immer noch mit der uid 1026?

          Sag mir bitte wie ich dies rausfinde; und/oder ändere.

          Ich bin per putty angemeldet als root

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

            @bahnuhr
            Als root ist halt auch schon mal Mist...

            ls -la /home/nfs/Privat
            ls -la /home/nfs/Computer
            
            1 Reply Last reply Reply Quote 0
            • bahnuhr
              bahnuhr Forum Testing Most Active @Thomas Braun last edited by

              @thomas-braun sagte in mount per "nfs" klappt nicht:

              In den Freigaben gehören die Dateien vermutlich unterschiedlichen usern / uid.

              In der synology habe ich fast allen Lese- und Schreibrechte gegeben.

              Das sind die Berechtigungen auf der Synology; die gleichen wie bei Computer.
              b0418848-3a9b-41fa-a758-81b48ea2ab79-image.png

              1 Reply Last reply Reply Quote 0
              • bahnuhr
                bahnuhr Forum Testing Most Active last edited by

                77db67ae-50d1-4f44-bc2d-eb3042f5ff3e-image.png

                und

                ebf414b0-ba1f-450a-be87-87f2944012b5-image.png

                das passt alles.

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

                  @bahnuhr
                  Bitte keine Screenshots.

                  Nein, das passt nicht, weil es auf dem Zielsystem keinen User mit der uid 1026 gibt und der user iobroker wohl nicht in der Gruppe users ist.

                  Auf der anderen Seite... 777...

                  bahnuhr 1 Reply Last reply Reply Quote 1
                  • bahnuhr
                    bahnuhr Forum Testing Most Active @Thomas Braun last edited by

                    @thomas-braun sagte in mount per "nfs" klappt nicht:

                    keinen User mit der uid 1026 gibt und der user iobroker wohl nicht in der Gruppe userrs

                    Ich kann dir nicht folgen.
                    Und ich weiß nicht wie ich das rausfinden soll.

                    Folglich geb ich jetzt auf.
                    Sollte nicht sein.

                    Danke trotzdem für die Hilfe.

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

                      @bahnuhr
                      Mein support für Systeme mit offener root shell hält sich eh in Grenzen.
                      Viel Spaß noch.

                      bahnuhr 1 Reply Last reply Reply Quote 0
                      • bahnuhr
                        bahnuhr Forum Testing Most Active @Thomas Braun last edited by

                        @thomas-braun sagte in mount per "nfs" klappt nicht:

                        Mein support für Systeme mit offener root shell hält sich eh in Grenzen.

                        Schade

                        @thomas-braun sagte in mount per "nfs" klappt nicht:

                        Viel Spaß noch.

                        hab ich 😉

                        @thomas-braun sagte in mount per "nfs" klappt nicht:

                        Auf der anderen Seite... 777...

                        Das wars. Jetzt klappt es.

                        mfg
                        Dieter

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

                        Support us

                        ioBroker
                        Community Adapters
                        Donate

                        435
                        Online

                        31.8k
                        Users

                        80.0k
                        Topics

                        1.3m
                        Posts

                        communication
                        2
                        28
                        766
                        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