how to set recording timer epg (NAS in standby)

    • how to set recording timer epg (NAS in standby)

      openhdf-teamimage-austria-edition-build-969
      NAS recording device to standby mode.(Not problem with Nas not standby).
      up build 969 not set.

      how to:
      example:
      NAS IP: 192.168.1.36
      NAS share folder: /volume1/movie
      Mount folder lx-3: movie (media/movie).

      1º PC antivirus temporarily disabled.
      2º telnet putty:

      mkdir /media/movie ; chmod 755 -R /media/movie

      mount -t nfs 192.168.1.36:/volume1/movie /media/movie -o nolock,rsize=32768,wsize=32768

      edit fstab file ( /etc ) and add this line:

      192.168.1.36:/volume1/movie /media/movie nfs nolock,rsize=32768,wsize=32768


      we will interface ... and seek openhdf recording settings:

      look all routes to recording /media/movie

      reboot box.

      =====================================================================================================

      hdf issues for developers.@koivo @ henry

      kernel lx-3 emits assembly code to 8kb. rsize and wsize = 8192 bytes.

      network browser mounts in fstab to 32768 bytes, but this is not true.

      can this conflict?

      never mounted to 32 kb. 32768 bytes.

      possibilities provided that larger chunks of data TCP can go faster and get awaken NAS?

      change python2.7 (pyconfig.h pyconfig-32h)to work at 32 kb fix this?

      danke.

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

    Flag Counter