Interne Festplatte von ext3 auf ext4 umformatieren

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

    • bei mir sieht es so aus:
      Spoiler anzeigen

      root@vuduo2:~# chattr +e /path/to/file
      BusyBox v1.23.2 (2018-11-14 01:04:43 CET) multi-call binary.

      Usage: chattr [-R] [-+=AacDdijsStTu] [-v VERSION] [FILE]...

      Change file attributes on an ext2 fs

      Modifiers:
      - Remove attributes
      + Add attributes
      = Set attributes
      Attributes:
      A Don't track atime
      a Append mode only
      c Enable compress
      D Write dir contents synchronously
      d Don't backup with dump
      i Cannot be modified (immutable)
      j Write all data to journal first
      s Zero disk storage when deleted
      S Write file contents synchronously
      t Disable tail-merging of partial blocks with other files
      u Allow file to be undeleted
      -R Recurse
      -v Set the file's version/generation number

      root@vuduo2:~# opkg list e2fsprogs
      e2fsprogs - 1.42.9-r0-vuplus0 - Ext2 Filesystem Utilities
      The Ext2 Filesystem Utilities (e2fsprogs) contain all of the standard
      utilities for creating, fixing, configuring , and debugging ext2
      filesystems.
      root@vuduo2:~#

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

    • Bitte "opkg files e2fsprogs" benutzen, nicht "opkg list e2fsprogs" (falls ich diesen Fehler selber gemacht und wegeditiert haben sollte: sorry :D )

      Dein chattr ist jedenfalls immer noch das busybox-chattr, dem die Funktionen fehlen. Vermutlich hast du jetzt aber chattr.e2fsprogs, das kannst du dann benutzen.
      Diskutiere nie mit einem Idioten. Er zieht dich auf sein Niveau runter und schlägt dich mit seiner Erfahrung.
    • war angeblich doch nicht nstalliert
      hat er zumindest gesagt, als ich den Befehl mit "files" eingegeben habe
      anschließend nochmal mit opkg installiert - jetzt sieht es aus wie bei dir
      den Befehl führt er auch sofort aus
      geht das so schnell?
      oder muss ich jetzt auf irgendetwas warten?