VU+ Duo 4k SE mit Nas verbinden

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Hallo, hatte die ganze Zeit eine Seite vorher gewartet:-) Das kommt da:

      Quellcode

      1. root@VU-Schlafzimmer:~# ls -la /mnt/NAS-Test/
      2. drwxr-xr-x 2 root root 4096 Oct 10 15:25 .
      3. drwxr-xr-x 6 root root 4096 Oct 10 15:25 ..
      4. root@VU-Schlafzimmer:~#
      Gruß Uwe ;)
    • Spoiler anzeigen

      root@VU-Schlafzimmer:~# mount
      /dev/mmcblk0p9 on / type ext4 (rw,relatime,nodelalloc,data=journal)
      devtmpfs on /dev type devtmpfs (rw,relatime,size=801312k,nr_inodes=90251,mode=755)
      proc on /proc type proc (rw,relatime)
      sysfs on /sys type sysfs (rw,relatime)
      debugfs on /sys/kernel/debug type debugfs (rw,relatime)
      tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
      tmpfs on /var/volatile type tmpfs (rw,relatime)
      devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
      /etc/auto.hotplug on /autofs type autofs (rw,relatime,fd=5,pgrp=1090,timeout=5,minproto=5,maxproto=5,indirect)
      /etc/auto.network_vti on /media/net/autonet type autofs (rw,relatime,fd=16,pgrp=1090,timeout=5,minproto=5,maxproto=5,indirect)
      192.168.0.12:/volume1/Video on /media/net/SERVER2 type nfs4 (rw,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.0.41,local_lock=none,addr=192
      .168.0.12)
      root@VU-Schlafzimmer:~#

      root@VU-Schlafzimmer:~# nfsstat -m
      /media/net/SERVER2 from 192.168.0.12:/volume1/Video
      Flags: rw,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.0.41,local_lock=none,addr=192.168.0.12

      root@VU-Schlafzimmer:~#
      Gruß Uwe ;)

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Weiss der Geier ()

    • Wo meintest Du? Soviel kam vorher nicht:

      Quellcode

      1. root@VU-Schlafzimmer:~# mount -v -t nfs -o vers=3,rw,soft 192.168.0.10:/volume1/Videos /mnt/NAS-Test/
      2. Usage:
      3. mount [-lhV]
      4. mount -a [options]
      5. mount [options] [--source] <source> | [--target] <directory>
      6. mount [options] <source> <directory>
      7. mount <operation> <mountpoint> [<target>]
      8. Mount a filesystem.
      9. Options:
      10. -a, --all mount all filesystems mentioned in fstab
      11. -c, --no-canonicalize don't canonicalize paths
      12. -f, --fake dry run; skip the mount(2) syscall
      13. -F, --fork fork off for each device (use with -a)
      14. -T, --fstab <path> alternative file to /etc/fstab
      15. -h, --help display this help text and exit
      16. -i, --internal-only don't call the mount.<type> helpers
      17. -l, --show-labels lists all mounts with LABELs
      18. -n, --no-mtab don't write to /etc/mtab
      19. -o, --options <list> comma-separated list of mount options
      20. -O, --test-opts <list> limit the set of filesystems (use with -a)
      21. -r, --read-only mount the filesystem read-only (same as -o ro)
      22. -t, --types <list> limit the set of filesystem types
      23. --source <src> explicitly specifies source (path, label, uuid)
      24. --target <target> explicitly specifies mountpoint
      25. -v, --verbose say what is being done
      26. -V, --version display version information and exit
      27. -w, --rw, --read-write mount the filesystem read-write (default)
      28. -h, --help display this help and exit
      29. -V, --version output version information and exit
      30. Source:
      31. -L, --label <label> synonym for LABEL=<label>
      32. -U, --uuid <uuid> synonym for UUID=<uuid>
      33. LABEL=<label> specifies device by filesystem label
      34. UUID=<uuid> specifies device by filesystem UUID
      35. PARTLABEL=<label> specifies device by partition label
      36. PARTUUID=<uuid> specifies device by partition UUID
      37. <device> specifies device by path
      38. <directory> mountpoint for bind mounts (see --bind/rbind)
      39. <file> regular file for loopdev setup
      40. Operations:
      41. -B, --bind mount a subtree somewhere else (same as -o bind)
      42. -M, --move move a subtree to some other place
      43. -R, --rbind mount a subtree and all submounts somewhere else
      44. --make-shared mark a subtree as shared
      45. --make-slave mark a subtree as slave
      46. --make-private mark a subtree as private
      47. --make-unbindable mark a subtree as unbindable
      48. --make-rshared recursively mark a whole subtree as shared
      49. --make-rslave recursively mark a whole subtree as slave
      50. --make-rprivate recursively mark a whole subtree as private
      51. --make-runbindable recursively mark a whole subtree as unbindable
      52. For more details see mount(8).
      53. root@VU-Schlafzimmer:~#
      Alles anzeigen
      Gruß Uwe ;)

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von Weiss der Geier ()

    • Hatte ich gefunden und jetzt gepostet. Nochmal den selben Befehl brachte das:

      Quellcode

      1. root@VU-Schlafzimmer:~# mount -v -t nfs -o vers=3,rw,soft 192.168.0.10:/volume1/Videos /mnt/NAS-Test/
      2. mount.nfs: timeout set for Wed Oct 11 19:02:34 2023
      3. mount.nfs: trying text-based options 'vers=3,soft,addr=192.168.0.10'
      4. mount.nfs: prog 100003, trying vers=3, prot=6
      5. mount.nfs: trying 192.168.0.10 prog 100003 vers 3 prot TCP port 2049
      6. mount.nfs: prog 100005, trying vers=3, prot=17
      7. mount.nfs: trying 192.168.0.10 prog 100005 vers 3 prot UDP port 892
      mehr nicht und kein Prompt unten, da blinkt der Cursor.
      Gruß Uwe ;)

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von Weiss der Geier ()

    • Melde Dich bitte, sobald Du per PuTTY mit der VU verbunden bist. Wenn Du dort was aus dem Fenster kopieren willst, reicht es den Text mit der Maus zu markieren - dieser Teil ist dann schon in der Zwischenablage und kann irgendwo (z.B. hier, oder einem Texteditor ...) eingefügt werden. Vorsicht mit der rechten Maustaste, diese löst sofortiges Einfügen in dem PuTTY-Fenster aus.
    • ja hatte die VU im Firefox aufgerufen per IP, da kommt das Webif und links weiter unten in Extras seht den Terminal, dachte das ist gut. Mit Putty, ich versuchs mal! So bin drin. Irgendwas hat nicht hin, das mit der rechten MAustaste habe ich scon mitbekommen: kann die Eingabe aber nicht speichern, es ist das gleiche, wie vorher.
      Gruß Uwe ;)

      Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von Weiss der Geier ()

    • Bitte Nr.1: kein Webinterface für weitere Consolenzugänge verwenden. Kann zwar im Worstcase helfen, wenn man kein PuTTY zur Hand hat - macht aber ggf. Ärger.

      Versuche nochmal "showmount -e 192.168.0.10" und "mount -v -t nfs -o vers=3,rw,soft 192.168.0.10:/volume1/Videos /mnt/NAS-Test/". Gib ihm Zeit, der Prompt muss zurückkommen, ansonsten ist der Befehl noch nicht zu Ende abgearbeitet. Länger als 5 min. sollte er nicht brauchen. Viele Timeouts sind 30 Sekunden o. 1 Min. Wenn das interne Timeout des Befehls überschritten wird, sollte auf jeden Fall eine Fehlermeldung ausgegeben werden.
    • Quellcode

      1. root@VU-Schlafzimmer:~# mount -v -t nfs -o vers=3,rw,soft 192.168.0.10:/volume1/Videos /mnt/NAS-Test/
      2. mount.nfs: timeout set for Wed Oct 11 19:29:48 2023
      3. mount.nfs: trying text-based options 'vers=3,soft,addr=192.168.0.10'
      4. mount.nfs: prog 100003, trying vers=3, prot=6
      5. mount.nfs: trying 192.168.0.10 prog 100003 vers 3 prot TCP port 2049
      6. mount.nfs: prog 100005, trying vers=3, prot=17
      7. mount.nfs: trying 192.168.0.10 prog 100005 vers 3 prot UDP port 892
      beim Bearbeiten kann man sowas scheinbar nicht einfügen! Mehr kam nicht. Bei Show.... kommt Doch was
      root@VU-Schlafzimmer:~# showmount -e 192.168.0.10
      Export list for 192.168.0.10:
      /volume1/Videos 192.168.0.41,192.168.0.40

      Mach nochmal mount
      Gruß Uwe ;)

      Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von Weiss der Geier ()

    • Nach 4.5 min:

      Quellcode

      1. root@VU-Schlafzimmer:~# mount -v -t nfs -o vers=3,rw,soft 192.168.0.10:/volume1/Videos /mnt/NAS-Test/
      2. mount.nfs: timeout set for Wed Oct 11 19:39:45 2023
      3. mount.nfs: trying text-based options 'vers=3,soft,addr=192.168.0.10'
      4. mount.nfs: prog 100003, trying vers=3, prot=6
      5. mount.nfs: trying 192.168.0.10 prog 100003 vers 3 prot TCP port 2049
      6. mount.nfs: prog 100005, trying vers=3, prot=17
      7. mount.nfs: trying 192.168.0.10 prog 100005 vers 3 prot UDP port 892
      8. mount.nfs: mount(2): Connection timed out
      9. mount.nfs: Connection timed out
      10. root@VU-Schlafzimmer:~#


      Quellcode

      1. root@VU-Schlafzimmer:~# mount
      2. /dev/mmcblk0p9 on / type ext4 (rw,relatime,nodelalloc,data=journal)
      3. devtmpfs on /dev type devtmpfs (rw,relatime,size=801312k,nr_inodes=90251,mode=755)
      4. proc on /proc type proc (rw,relatime)
      5. sysfs on /sys type sysfs (rw,relatime)
      6. debugfs on /sys/kernel/debug type debugfs (rw,relatime)
      7. tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
      8. tmpfs on /var/volatile type tmpfs (rw,relatime)
      9. devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
      10. /etc/auto.hotplug on /autofs type autofs (rw,relatime,fd=5,pgrp=1090,timeout=5,minproto=5,maxproto=5,indirect)
      11. /etc/auto.network_vti on /media/net/autonet type autofs (rw,relatime,fd=16,pgrp=1090,timeout=5,minproto=5,maxproto=5,indirect)
      12. 192.168.0.12:/volume1/Video on /media/net/SERVER2 type nfs4 (rw,relatime,vers=4.0,rsize=8192,wsize=8192,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.0.41,local_lock=none,addr=192.168.0.12)
      13. root@VU-Schlafzimmer:~#
      Alles anzeigen
      Gruß Uwe ;)
    • Du hast doch eine Fritzbox erwähnt. Sie übernimmt bei Dir DHCP und DNS. Da kann man zwar nicht alles nach belieben einstellen, ist aber okay.

      Schaust Du dort bitte unter "Heimnetz" -> Netzwerk -> Tab: Netzwerkverbindungen nach:

      • taucht dort die IP 192.168.0.10 auf? Welcher Name ist zugeordnet?
      • gibt es doppelt vergebene Namen oder IPs in der Liste?
      • sind dort die beiden VUs sichtbar? Wenn ja, mit welchem Namen und IP?
      • Welche Namen tragen die beiden NAS?
      Bitte werfe dabei auch einen Blick in "ungenutzte Verbindungen".
    • Sie ist dem Server zugeordnet, keine doppelten Ip's und kein ungenutzte Verbindungen, ja es sind beide Vu's da, die eine heißt VU+ DUO 4K SE Schlafzimmer mit der 41 und VU+ DUO 4K SE Wohnzimmer mit der 40.

      Diese FRITZ!Box
      FRITZBox
      DSL, ↓ 291,9 Mbit/s ↑ 46,4 Mbit/s
      192.168.0.1
      WLAN 2,4 GHz
      Aktive Verbindungen
      Alexa Flur?
      WLAN
      192.168.0.37
      2,4 GHz, 72 / 54 Mbit/s

      Brother PT-P 950NWLAN 1 mit 1 Gbit/s
      192.168.0.51


      Brother-MFC-L-9570CDW
      LAN 1 mit 1 Gbit/s
      192.168.0.50
      selbst. Portfreigabe erlaubt

      Cisco Switch Poe
      LAN 1 mit 1 Gbit/s
      192.168.0.16

      IP Telefon Tiptel IP 286LAN 1 mit 1 Gbit/s
      192.168.0.120

      PC1
      LAN 1 mit 1 Gbit/s
      192.168.0.20
      selbst. Portfreigabe erlaubt


      Server
      LAN 1 mit 1 Gbit/s
      192.168.0.10


      Server-2
      LAN 1 mit 1 Gbit/s
      192.168.0.12

      VU+ DUO 4K SE Schlafzimmer
      LAN 1 mit 1 Gbit/s
      192.168.0.41


      VU+ DUO 4K SE Wohnzimmer
      LAN 1 mit 1 Gbit/s
      192.168.0.40
      Gruß Uwe ;)

      Dieser Beitrag wurde bereits 6 mal editiert, zuletzt von Weiss der Geier ()

    • Ok, zeigt Dir die Fritzbox eventuell die Hostnamen der beiden VUs an, wenn Du auf den Bleistift rechts klickst? Aktuell scheint sie eine erweiterte Beschreibung mit zusätzlichem Inhalt und Leerzeichen zurückzuliefern.

      Beim NAS ist es „Server“. Das ist auch ein korrekter Hostname. „VU-Schlafzimmer“ müsste eigentlich zu finden sein. Die Fritzbox ergänzt automatisch die interne Domain „fritz.box“.

      Wenn Du an Deinem PC eine Eingabeaufforderung aufmachst, sollte mit nslookup jeweils die richtige IP zurückgeliefert werden.

      Beispiel:


      Shell-Script

      1. nslookup server.fritz.box
      Den vorderen Teil vor dem ersten Punkt kannst Du entsprechend gegen einen anderen Hostnamen aus Deinem Netz austauschen und Du solltest jeweils die korrekte IP zurückgemeldet bekommen.