mount linux hard disk with dm500 HD

    • mount linux hard disk with dm500 HD

      hello
      i have linux ubuntu PC working 24/7 and need to share his hard disk with my dm500 HD running with enigma2 v3
      need help please
      thanks
    • RE: mount linux hard disk with dm500 HD

      you have to install the nfs-server and conigure nfs on your ubuntu-pc: Ubuntu and NFS

      Then you can mount the nfs share with the networkbrowser on your Dream: WIKI Networkbrowser (German)
      Gruß Fred

      Die Dreambox ist tot, es lebe die Dreambox

      ¯\_(ツ)_/¯

      Quellcode

      1. root@dm920:~$ mount | grep "/ "
      2. /dev/mmcblk1p1 on / type ext4 (rw,relatime,data=ordered)
      3. root@dm920:~$
    • RE: mount linux hard disk with dm500 HD

      Hi, the simplest way is edit this file on your 500HD:

      root@dm500hd:/etc/enigma2/automounts.xml
      <?xml version="1.0" ?>
      <mountmanager>
      <nfs>
      <mount>
      <active>True</active>
      <hdd_replacement>False</hdd_replacement>
      <ip>192.168.0.7</ip>
      <sharename>MEINNAME</sharename>
      <sharedir>mnt/MEINSHARE/</sharedir>
      <options>rw,nolock</options>
      </mount>
      </nfs>
      </mountmanager>

      CU Harry