Seite 15 von 25 ErsteErste ... 51314151617 ... LetzteLetzte
Ergebnis 141 bis 150 von 248

Thema: New Image

Hybrid-Darstellung

  1. #1
    Benutzer Avatar von kapios
    Registriert seit
    24.11.2013
    Beiträge
    69
    Thanks
    21
    Thanked 3 Times in 2 Posts
    Zitat Zitat von fen Beitrag anzeigen
    @kapios
    Replase /usr/share/zoneinfo/Europe/
    Thanks @fen now all time zone shows currently

    Στάλθηκε από το SM-A310F μου χρησιμοποιώντας Tapatalk


  2. #2
    Benutzer Avatar von kapios
    Registriert seit
    24.11.2013
    Beiträge
    69
    Thanks
    21
    Thanked 3 Times in 2 Posts
    after installation ntfs 3g module's i have install kernel openspa 4.004 and the problem with usb disks
    continues to exist. appears on the list of storage devices other folders and files not be visited
    something is wrong with ntfs 3g module's
    at some point the teams that support azbox before 1.5 years if I remember well, made some changes to this well observed the same problem in the last image openspa 5.006 and last openatv



    Στάλθηκε από το SM-A310F μου χρησιμοποιώντας Tapatalk
    Geändert von kapios (22.11.2016 um 18:46 Uhr)


  3. #3
    VIP
    Registriert seit
    25.05.2015
    Beiträge
    113
    Thanks
    17
    Thanked 26 Times in 20 Posts
    If you know of other images where this works. maybe you can try and contact those trying to find out what they did to make this work better. or whether they use a particular version of the ntfs 3g driver. (which is a 3rd party opensource driver). Maybe the new version is incompatible, who knows. But you can try finding that info, and depending on what the answers are, Bonkel might be able to implement for you to test then.
    Unless any other user with an AzboxHD and the same ntfs disk problem is interested in solving this, Zeini's recommendation to use ext3 or ext4 is the best alternativ suggestion at the moment.
    Or you can try the user Fabry over on opensat4all forum , he once compiled a "kernel for powerusers" and he might have some insight into the ntfs quirks. (but as per his last post from July, he has no working Azbox or dev environment anymore)

    ---- some legwork ----
    @Kapios: can you find out which image has stable ntfs support and what driver they are using. (maybe you can open the driver from your openspa image and see if you can find version info.

    are you mounting the disk using the mount manager (via fstab), can you post the fstab entry?

    @Bonkel, dein oe unterbau kommt von openpli? ich glaube die nutzen den ntfs treiber von meta-oe. (ntfs-3g-ntfsprogs_2013.1.13.bb)
    openatv zb, hat eigenes bb und benutzt neueren treiber (ntfs-3g-ntfsprogs_2015.3.14.bb)
    und laut Tuxera ist ntfs-3g_ntfsprogs-2016.2.22 aktuell.
    Geändert von dazulrich (23.11.2016 um 18:24 Uhr)

  4. The Following User Says Thank You to dazulrich For This Useful Post:



  5. #4
    Boardgründer/Administrator Avatar von bonkel
    Registriert seit
    03.05.2012
    Beiträge
    8.468
    Thanks
    509
    Thanked 4.504 Times in 1.979 Posts
    Zitat Zitat von dazulrich Beitrag anzeigen
    @Bonkel, dein oe unterbau kommt von openpli? ich glaube die nutzen den ntfs treiber von meta-oe. (ntfs-3g-ntfsprogs_2013.1.13.bb)
    openatv zb, hat eigenes bb und benutzt neueren treiber (ntfs-3g-ntfsprogs_2015.3.14.bb)
    und laut Tuxera ist ntfs-3g_ntfsprogs-2016.2.22 aktuell.
    si, direkt aus dem meta oe , original unverfälscht ^^

    Gehasst, Verdammt, Vergöttert
    Fragen gehören ins Forum nicht in meinem Postfach!
    >> Häufig gestellte Fragen <<


  6. #5
    VIP
    Registriert seit
    25.05.2015
    Beiträge
    113
    Thanks
    17
    Thanked 26 Times in 20 Posts
    Found some suggestions on ntfs use on openpli. Loading the kernel-ntfs-module.
    http://forums.openpli.org/topic/2375...ce-kernel-33x/
    and in this Azbox thread a comment about "-o ro " params when mounting
    https://www.opensat4all.com/forums/t...nel-available/
    Geändert von dazulrich (24.11.2016 um 02:39 Uhr)

  7. The Following User Says Thank You to dazulrich For This Useful Post:



  8. #6
    Benutzer
    Registriert seit
    11.12.2015
    Beiträge
    82
    Thanks
    23
    Thanked 13 Times in 11 Posts
    Hello everybody.
    Based on information from the resources provided by dazulrich, I made the following for stable operation ntfs:
    opkg remove --force-depends ntfs-3g
    opkg install kernel-module-ntfs
    To start ntfs kernel module uses the contents of the script 'modprobe ntfs' when the system boots. File attached script S03ntfs.sh copied /etc/rcS.d (attribute 755). Then, reboot.
    ntfs drives will be available in "read-only".
    Angehängte Dateien Angehängte Dateien

  9. The Following 2 Users Say Thank You to ingo For This Useful Post:



  10. #7
    VIP
    Registriert seit
    25.05.2015
    Beiträge
    113
    Thanks
    17
    Thanked 26 Times in 20 Posts
    do you need to update /etc/filesystems to include ntfs as mentioned in one of the posts?


  11. #8
    Benutzer
    Registriert seit
    11.12.2015
    Beiträge
    82
    Thanks
    23
    Thanked 13 Times in 11 Posts
    Zitat Zitat von dazulrich Beitrag anzeigen
    do you need to update /etc/filesystems to include ntfs as mentioned in one of the posts?
    If in systems installed ntfs-3g, it must be removed.
    Then install the kernel-module-ntfs. No need for any additional updates.


  12. #9
    VIP
    Registriert seit
    25.05.2015
    Beiträge
    113
    Thanks
    17
    Thanked 26 Times in 20 Posts
    glad it works for you.. and thanks for working out a solution.
    If proven stable and tested by kapios as well and other users, maybe this could be included in the image build.


  13. #10
    Boardgründer/Administrator Avatar von bonkel
    Registriert seit
    03.05.2012
    Beiträge
    8.468
    Thanks
    509
    Thanked 4.504 Times in 1.979 Posts
    so instead of ntfs-3g, install kernel-module?
    so i can delete ntfs-3g from oe build
    and add modprob in initd as plugin with depend on kernel-modul?

    and maybe # CONFIG_NTFS_RW is not set to CONFIG_NTFS_RW=y to have read and write access?

    Gehasst, Verdammt, Vergöttert
    Fragen gehören ins Forum nicht in meinem Postfach!
    >> Häufig gestellte Fragen <<


Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •