e2 problem with MountManager Plugin

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

    • e2 problem with MountManager Plugin

      I have the problem with MountManager Plugin in DM800 with e2board-image-dm800-v2.03. I install this Plugin by OnlineInstaller but it is not visible in Plugin Menu. Does MountManager work under DM800 ? Maybe it install in the different Menu ? Where ?

      Dieser Beitrag wurde bereits 4 mal editiert, zuletzt von arcio ()

    • RE: e2 problem with MountManager Plugin

      thx :D

      but is there someone who knows how install the folder from Windows Vista because I have the next problem: I don't know how I have to configure this plugin ? or maybe somewhere is the instruction how to do this ?
    • RE: e2 problem with MountManager Plugin

      A FAQ exist, but only german: FAQ: MountManager

      But you dont must use the GUI to enter your config, you can edit the config file directly: /usr/lib/enigma2/python/Plugins/e2board/MountManager/MountManagerConfig.xml

      Here a sample entry for nfs mount(this my mount point):

      XML-Quellcode

      1. <?xml version="1.0" ?>
      2. <mountmanager>
      3. <mounts name="Movie Share" fs="nfs" server="192.168.0.35" path="/mnt/400GB" destination="/media/hdd" options="rw,nolock,rsize=8192,wsize=8192" user="xxxx" pass="xxxx" auto="on">
      4. </mounts>
      5. </mountmanager>


      for a windows share you have to use "cifs" and not nfs.