Ergebnis 1 bis 9 von 9
  1. #1
    Anfänger
    Registriert seit
    27.06.2014
    Beiträge
    5
    Thanks (gegeben)
    3
    Thanks (bekommen)
    0
    Total Downloaded
    9,32 MB
    Total Downloaded
    9,32 MB
    ReceiverDanke

    network problem with the mount

    Hello

    Why not let me ride these network drive?


    I'm with the last 4.2 openatv today


    It appears as disconnected, as you can see in the picture, but from windows I can access these network drives.


    I need something to activate?


    thank you very much


    •   Alt Advertising

       

  2. #2
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    24.820
    Thanks (gegeben)
    4679
    Thanks (bekommen)
    9076
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    Did you grant the right to an user with password for the share itself, and also to the files?
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----



  3. Thanks abufa bedankten sich
  4. #3
    Anfänger
    Registriert seit
    27.06.2014
    Beiträge
    5
    Thanks (gegeben)
    3
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    9,32 MB
    Total Downloaded
    9,32 MB
    ReceiverDanke
    In the other decoder which are shared with samba units, not wearing Password:

    smb.conf

    Code:
    [global]   load printers = no
       guest account = root
       log file = /tmp/smb.log
       log level = 1
       security = share
       server string = SettopBox %h network services
       workgroup = SettopBox
       netbios name = %h
       case sensitive=yes
       preserve case=yes
       short preserve case=yes
       socket options = TCP_NODELAY
       preferred master = no
       local master = no
       oplocks = no
    
    
    [Root]
      comment = Everything - take care!
      path = /
      read only = no
      public = yes
      guest ok = yes
    
    
    [Harddisk]
      comment = The harddisk
      path = /media/hdd
      read only = no
      public = yes
      guest ok = yes
    
    
    [Cardflash]
      comment = The cadflash
      path = /media/cf
      read only = no
      public = yes
      guest ok = yes
    If I try to ride well, not let me

    Code:
    mount -t cifs -o username=,password= //192.168.0.195/Cardflash /media/cf



    Instead so if you leave me:

    Code:
    mount.cifs //192.168.0.195/Cardflash /media/cf -o guest,sec=ntlm

    Geändert von abufa (27.11.2014 um 21:59 Uhr)

  5. #4
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    24.820
    Thanks (gegeben)
    4679
    Thanks (bekommen)
    9076
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    Try
    Code:
    mkdir /media/net
    mkdir /media/net/Card_of_195
    mount -t cifs -o username="",password="" //192.168.0.195/Cardflash /media/net/Card_of_195
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----



  6. Thanks abufa bedankten sich
  7. #5
    Anfänger
    Registriert seit
    27.06.2014
    Beiträge
    5
    Thanks (gegeben)
    3
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    9,32 MB
    Total Downloaded
    9,32 MB
    ReceiverDanke
    Code:
    root@gb800solo:~# cd /
    root@gb800solo:/# mkdir /media/net
    root@gb800solo:/# mkdir /media/net/Card_of_195
    root@gb800solo:/# mount -t cifs -o username="",password="" //192.168.0.195/Cardf lash /media/net/Card_of_195
    username specified with no parameter
    username specified with no parameter
    mount: mounting //192.168.0.195/Cardflash on /media/net/Card_of_195 failed: Permission denied
    I get this error

  8. #6
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    24.820
    Thanks (gegeben)
    4679
    Thanks (bekommen)
    9076
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    So this might work:
    Code:
    mkdir /media/net
    mkdir /media/net/Card_of_195
    mount -t cifs -o //192.168.0.195/Cardflash /media/net/Card_of_195
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----



  9. #7
    Anfänger
    Registriert seit
    27.06.2014
    Beiträge
    5
    Thanks (gegeben)
    3
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    9,32 MB
    Total Downloaded
    9,32 MB
    ReceiverDanke
    Code:
    root@gb800solo:~# mount -t cifs -o //192.168.0.195/Cardflash /media/net/Card_of_ 195
    mount: can't find /media/net/Card_of_195 in /etc/fstab
    Now I get this

    thanks for your patience

  10. #8
    Avatar von Papi2000
    Registriert seit
    20.04.2013
    Beiträge
    24.820
    Thanks (gegeben)
    4679
    Thanks (bekommen)
    9076
    Total Downloaded
    596,61 MB
    Total Downloaded
    596,61 MB
    ReceiverDanke
    Box 1:
    GB Q4K-SC / UE4K-SC / UE4K-C
     
     
    Box 2:
    GigaBlue Q-SSC / Q+-SSC
     
     
    Box 3:
    DM900uhd-SS / Vu+Duo
     
     
    Box 4:
    ZGemma H7/H9 SF8008
     
     
    Box 5:
    diverse andere . . .
     
     
    Use the Mount Manager, and there the option autofs.
    This will work.
    Grüßle
    Ralf
    ---------------------------------------------
    Gigablue Quad4K-mixed, UE4K, Trio4K, Quad_Plus-SSC, UE_Plus-SC, X2/X3-SC, UltraUE-SC, ...
    Astra 19.2E UniCable & KabelBW, oATV/teamBlue
    (u.a.: DM900uhd,Vu+Duo,ZGemma H9Twin & H7S), PC-DVB-S/C/T, Xtreamer, BDP5200, Philips 24PFS4022/12, 65OLED855/12,UE32C5700, RPi3+
    ---- Einen Receiver kann sich jeder kaufen - Eine stabile E²-Box muß man sich verdienen! ----



  11. #9
    Anfänger
    Registriert seit
    27.06.2014
    Beiträge
    5
    Thanks (gegeben)
    3
    Thanks (bekommen)
    0
    Themenstarter
    Total Downloaded
    9,32 MB
    Total Downloaded
    9,32 MB
    ReceiverDanke
    I tried to change to another image,
    I still given the same problem
    It has to be my network problem, some router settings


    Great image the openatv 4.2 is best works for me, especially the play tv of sony TDT (dib007)


    a greeting and thank you very much for everything


Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:16 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,00%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com