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

Thema: New Image

  1. #141
    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)

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



  3. #142
    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)

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



  5. #143
    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. #144
    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

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



  8. #145
    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?


  9. #146
    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.


  10. #147
    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.


  11. #148
    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 <<


  12. #149
    Benutzer
    Registriert seit
    11.12.2015
    Beiträge
    82
    Thanks
    23
    Thanked 13 Times in 11 Posts
    Zitat Zitat von bonkel Beitrag anzeigen
    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?
    I agree with you, for "read-only" ntfs, should do so.
    ntfs-3g is not present in the original image (not the package). Since the full functionality ntfs not expected, there is no need to ntfs-3g.

    Zitat Zitat von bonkel Beitrag anzeigen
    and maybe # CONFIG_NTFS_RW is not set to CONFIG_NTFS_RW=y to have read and write access?
    Sorry, I do not have in-depth knowledge on this issue.

    For the image of users:
    If ntfs-3g has been set by the user, only then it should be removed.


  13. #150
    VIP
    Registriert seit
    25.05.2015
    Beiträge
    113
    Thanks
    17
    Thanked 26 Times in 20 Posts
    @Bonkel. Oatv hat das in oe-a 2.3 von not set auf RW umgestellt.
    Nur wissen wir halt nicht ob es vorher oder nachher besser war.

    die meisten Boxen haben "not set". RW macht aber eher Ärger würd ich mal sagen.


Berechtigungen

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