How to Create Symlink between 2 VU+

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

    • How to Create Symlink between 2 VU+

      Hello,

      I have 2 VU+.

      I would like to create a symlink to read movie from my vu Ultimo from the other vuduo movie folder

      I have do in ssh terminal on VuUltimo cd to folder /media/hdd/movie ; type this command: ln -s //192.168.1.xxx/media/hdd/movie mysymblink

      But I don't see on my vu ultimo the symblink. but well on ssh terminal

      What the error ?

      Tnx for help

      Jack
    • You can't simply create a symbolic link between different Linux systems.

      You must mount the exported filesystem from the server box on the client box.
      Look for network filesystems, auto mount etc.

      This all can be done using the VTI Panel menus. You don't need to do it on the command line.

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von RickX ()

    • You can create symlink locally - so if you have mounted on VuUltimo hdd from VuDuo - you can see 2 hdd in different directories:
      /media/hdd/movie1
      /media/net/duo/duomovie2

      To switch watching from one HDD to another you can use 2 options:
      - click blue button "All movies" (if you record movies from VuUltimo to both local hdd and Duo remote hdd) in movie player
      - create symblink:
      # ln -s /media/net/duo /media/hdd/DuoAllMovies

      this way on your local ultimo hdd you will see "virtual" directory DuoAllMovies with content from remote hdd. Link will have icon with "arrow" in movie player
      If remote hdd was not mounted during ultimo start - directory will be empty

      The same you can do in Duo with ssh.
      Ln does not work with network path like //192.168.1.xxx