Besides the journal, what are the differences between ext2 and ext3?All my superblocks are corrupt!With full...

Do ibuprofen or paracetamol cause hearing loss?

How could a imperial dynasty keep a loose collection of pirates, raiders, etc unified?

Why don't I get the correct limit of a sequence, regardless of how I arrange it (the sequence), while following the rules for solving limits?

Can a magnet rip protons from a nucleus?

Is the union of a chain of elementary embeddings elementary?

Are there any instances of members of different Hogwarts houses coupling up and marrying each other?

Can I say "I have encrypted something" if I hash something?

Writing a love interest for my hero

Defining a function which returns a function pointer which also returns a function pointer without typedefs

Using the pipe operator ("|") when executing system commands

Is it possible to PIVOT on a LIKE statement

Can a new chain significantly improve the riding experience? If yes - what else can?

Why would "an mule" be used instead of "a mule"?

extract lines from bottom until regex match

Why do sellers care about down payments?

How to split a string by the third .(dot) delimiter

Is Salesforce Classic being deprecated?

Were Roman public roads build by private companies?

A Little Riddle

Can I use ratchet straps to lift a dolly into a truck bed?

Sol Ⅲ = Earth: What is the origin of this planetary naming scheme?

Georgian capital letter “Ⴒ” (“tar”) in pdfLaTeX

Renewed US passport, did not receive expired US passport

What does "synoptic" mean in avionics?



Besides the journal, what are the differences between ext2 and ext3?


All my superblocks are corrupt!With full data journaling, why does data appear in the directory immediately?How are files laid out in ext2/ext3/ext4?What is the space overhead of different filesystems?What mount option to use for ext3 file system to minimise data loss or corruption?Unable to mount root filesystem rw with journal“write-once archive”: ext2 vs ext4^has_journal vsExt filesystem: what happens if a journal is replayed after a crash






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







3















I just saw an answer question about filesystems for embedded hardware on another Stack Exchange site. The question was "What file system format should I use on flash memory?" and the answer suggested the ext2 filesystem, or the ext3 filesystem with journaling disabled a'la tune2fs -O ^has_journal /dev/sdbX



This made me wonder... What would the advantage be to using ext3 (with journaling disabled) over ext2? As far as I understood, the only real difference between the two was the journal. What other differences between ext2 and ext3 are there?










share|improve this question

































    3















    I just saw an answer question about filesystems for embedded hardware on another Stack Exchange site. The question was "What file system format should I use on flash memory?" and the answer suggested the ext2 filesystem, or the ext3 filesystem with journaling disabled a'la tune2fs -O ^has_journal /dev/sdbX



    This made me wonder... What would the advantage be to using ext3 (with journaling disabled) over ext2? As far as I understood, the only real difference between the two was the journal. What other differences between ext2 and ext3 are there?










    share|improve this question





























      3












      3








      3


      1






      I just saw an answer question about filesystems for embedded hardware on another Stack Exchange site. The question was "What file system format should I use on flash memory?" and the answer suggested the ext2 filesystem, or the ext3 filesystem with journaling disabled a'la tune2fs -O ^has_journal /dev/sdbX



      This made me wonder... What would the advantage be to using ext3 (with journaling disabled) over ext2? As far as I understood, the only real difference between the two was the journal. What other differences between ext2 and ext3 are there?










      share|improve this question
















      I just saw an answer question about filesystems for embedded hardware on another Stack Exchange site. The question was "What file system format should I use on flash memory?" and the answer suggested the ext2 filesystem, or the ext3 filesystem with journaling disabled a'la tune2fs -O ^has_journal /dev/sdbX



      This made me wonder... What would the advantage be to using ext3 (with journaling disabled) over ext2? As far as I understood, the only real difference between the two was the journal. What other differences between ext2 and ext3 are there?







      filesystems ext3 ext2






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 1 hour ago









      Pang

      1911 silver badge7 bronze badges




      1911 silver badge7 bronze badges










      asked Jul 20 '12 at 12:37









      JoshJosh

      3,9277 gold badges43 silver badges65 bronze badges




      3,9277 gold badges43 silver badges65 bronze badges

























          2 Answers
          2






          active

          oldest

          votes


















          5
















          The journal is the difference. You can not have an ext3 filesystem without a journal. If you disable the journal, it becomes an ext2 filesystem again.



          ext4 has a number of beneficial features and can run without a journal, making it a much better choice.






          share|improve this answer


























          • That's what I thought. I have used both ext3 and ext4 and know how much better ext4 is... I guess then the only benefit of ext3 sans journal would be that you could re-enable the journal later...

            – Josh
            Jul 20 '12 at 12:58











          • @Josh, as I said before, there is no such thing as "ext3 sans journal", that is simply ext2. You can add or remove the journal whether you started as ext3 or not.

            – psusi
            Jul 20 '12 at 13:01











          • Oh, really? I didn't understand that, sorry for being dense. I mean I thought before I asked the question that the only difference was the journal, but I didn't realize you could just add a journal to an ext2 filesystem and bam! now it's ext3. That's pretty neat.

            – Josh
            Jul 20 '12 at 13:10



















          1

















          • Online file system growth.

          • Htree indexing for larger directories






          share|improve this answer


























          • Actually those features are part of ext2.

            – psusi
            Jul 20 '12 at 12:56











          • @psusi Are you sure? ext2 Htree indexes were originally implemented for ext2 but the patch never made it to the official branch, so I would say that they are not in any standard ext2 implementation. I really did not find any reference of the online system growth other than by ext3.

            – Matteo
            Jul 20 '12 at 13:37











          • Yep.... see /etc/mke2fs.conf. It lists resize and dir_index as defaults, applied to all flavors, including ext2. The only one ext3 adds is the journal.

            – psusi
            Jul 20 '12 at 18:42














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });















          draft saved

          draft discarded
















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f43589%2fbesides-the-journal-what-are-the-differences-between-ext2-and-ext3%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          5
















          The journal is the difference. You can not have an ext3 filesystem without a journal. If you disable the journal, it becomes an ext2 filesystem again.



          ext4 has a number of beneficial features and can run without a journal, making it a much better choice.






          share|improve this answer


























          • That's what I thought. I have used both ext3 and ext4 and know how much better ext4 is... I guess then the only benefit of ext3 sans journal would be that you could re-enable the journal later...

            – Josh
            Jul 20 '12 at 12:58











          • @Josh, as I said before, there is no such thing as "ext3 sans journal", that is simply ext2. You can add or remove the journal whether you started as ext3 or not.

            – psusi
            Jul 20 '12 at 13:01











          • Oh, really? I didn't understand that, sorry for being dense. I mean I thought before I asked the question that the only difference was the journal, but I didn't realize you could just add a journal to an ext2 filesystem and bam! now it's ext3. That's pretty neat.

            – Josh
            Jul 20 '12 at 13:10
















          5
















          The journal is the difference. You can not have an ext3 filesystem without a journal. If you disable the journal, it becomes an ext2 filesystem again.



          ext4 has a number of beneficial features and can run without a journal, making it a much better choice.






          share|improve this answer


























          • That's what I thought. I have used both ext3 and ext4 and know how much better ext4 is... I guess then the only benefit of ext3 sans journal would be that you could re-enable the journal later...

            – Josh
            Jul 20 '12 at 12:58











          • @Josh, as I said before, there is no such thing as "ext3 sans journal", that is simply ext2. You can add or remove the journal whether you started as ext3 or not.

            – psusi
            Jul 20 '12 at 13:01











          • Oh, really? I didn't understand that, sorry for being dense. I mean I thought before I asked the question that the only difference was the journal, but I didn't realize you could just add a journal to an ext2 filesystem and bam! now it's ext3. That's pretty neat.

            – Josh
            Jul 20 '12 at 13:10














          5














          5










          5









          The journal is the difference. You can not have an ext3 filesystem without a journal. If you disable the journal, it becomes an ext2 filesystem again.



          ext4 has a number of beneficial features and can run without a journal, making it a much better choice.






          share|improve this answer













          The journal is the difference. You can not have an ext3 filesystem without a journal. If you disable the journal, it becomes an ext2 filesystem again.



          ext4 has a number of beneficial features and can run without a journal, making it a much better choice.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 20 '12 at 12:55









          psusipsusi

          14.1k2 gold badges28 silver badges40 bronze badges




          14.1k2 gold badges28 silver badges40 bronze badges
















          • That's what I thought. I have used both ext3 and ext4 and know how much better ext4 is... I guess then the only benefit of ext3 sans journal would be that you could re-enable the journal later...

            – Josh
            Jul 20 '12 at 12:58











          • @Josh, as I said before, there is no such thing as "ext3 sans journal", that is simply ext2. You can add or remove the journal whether you started as ext3 or not.

            – psusi
            Jul 20 '12 at 13:01











          • Oh, really? I didn't understand that, sorry for being dense. I mean I thought before I asked the question that the only difference was the journal, but I didn't realize you could just add a journal to an ext2 filesystem and bam! now it's ext3. That's pretty neat.

            – Josh
            Jul 20 '12 at 13:10



















          • That's what I thought. I have used both ext3 and ext4 and know how much better ext4 is... I guess then the only benefit of ext3 sans journal would be that you could re-enable the journal later...

            – Josh
            Jul 20 '12 at 12:58











          • @Josh, as I said before, there is no such thing as "ext3 sans journal", that is simply ext2. You can add or remove the journal whether you started as ext3 or not.

            – psusi
            Jul 20 '12 at 13:01











          • Oh, really? I didn't understand that, sorry for being dense. I mean I thought before I asked the question that the only difference was the journal, but I didn't realize you could just add a journal to an ext2 filesystem and bam! now it's ext3. That's pretty neat.

            – Josh
            Jul 20 '12 at 13:10

















          That's what I thought. I have used both ext3 and ext4 and know how much better ext4 is... I guess then the only benefit of ext3 sans journal would be that you could re-enable the journal later...

          – Josh
          Jul 20 '12 at 12:58





          That's what I thought. I have used both ext3 and ext4 and know how much better ext4 is... I guess then the only benefit of ext3 sans journal would be that you could re-enable the journal later...

          – Josh
          Jul 20 '12 at 12:58













          @Josh, as I said before, there is no such thing as "ext3 sans journal", that is simply ext2. You can add or remove the journal whether you started as ext3 or not.

          – psusi
          Jul 20 '12 at 13:01





          @Josh, as I said before, there is no such thing as "ext3 sans journal", that is simply ext2. You can add or remove the journal whether you started as ext3 or not.

          – psusi
          Jul 20 '12 at 13:01













          Oh, really? I didn't understand that, sorry for being dense. I mean I thought before I asked the question that the only difference was the journal, but I didn't realize you could just add a journal to an ext2 filesystem and bam! now it's ext3. That's pretty neat.

          – Josh
          Jul 20 '12 at 13:10





          Oh, really? I didn't understand that, sorry for being dense. I mean I thought before I asked the question that the only difference was the journal, but I didn't realize you could just add a journal to an ext2 filesystem and bam! now it's ext3. That's pretty neat.

          – Josh
          Jul 20 '12 at 13:10













          1

















          • Online file system growth.

          • Htree indexing for larger directories






          share|improve this answer


























          • Actually those features are part of ext2.

            – psusi
            Jul 20 '12 at 12:56











          • @psusi Are you sure? ext2 Htree indexes were originally implemented for ext2 but the patch never made it to the official branch, so I would say that they are not in any standard ext2 implementation. I really did not find any reference of the online system growth other than by ext3.

            – Matteo
            Jul 20 '12 at 13:37











          • Yep.... see /etc/mke2fs.conf. It lists resize and dir_index as defaults, applied to all flavors, including ext2. The only one ext3 adds is the journal.

            – psusi
            Jul 20 '12 at 18:42
















          1

















          • Online file system growth.

          • Htree indexing for larger directories






          share|improve this answer


























          • Actually those features are part of ext2.

            – psusi
            Jul 20 '12 at 12:56











          • @psusi Are you sure? ext2 Htree indexes were originally implemented for ext2 but the patch never made it to the official branch, so I would say that they are not in any standard ext2 implementation. I really did not find any reference of the online system growth other than by ext3.

            – Matteo
            Jul 20 '12 at 13:37











          • Yep.... see /etc/mke2fs.conf. It lists resize and dir_index as defaults, applied to all flavors, including ext2. The only one ext3 adds is the journal.

            – psusi
            Jul 20 '12 at 18:42














          1














          1










          1










          • Online file system growth.

          • Htree indexing for larger directories






          share|improve this answer














          • Online file system growth.

          • Htree indexing for larger directories







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 20 '12 at 12:48









          MatteoMatteo

          7,1404 gold badges40 silver badges60 bronze badges




          7,1404 gold badges40 silver badges60 bronze badges
















          • Actually those features are part of ext2.

            – psusi
            Jul 20 '12 at 12:56











          • @psusi Are you sure? ext2 Htree indexes were originally implemented for ext2 but the patch never made it to the official branch, so I would say that they are not in any standard ext2 implementation. I really did not find any reference of the online system growth other than by ext3.

            – Matteo
            Jul 20 '12 at 13:37











          • Yep.... see /etc/mke2fs.conf. It lists resize and dir_index as defaults, applied to all flavors, including ext2. The only one ext3 adds is the journal.

            – psusi
            Jul 20 '12 at 18:42



















          • Actually those features are part of ext2.

            – psusi
            Jul 20 '12 at 12:56











          • @psusi Are you sure? ext2 Htree indexes were originally implemented for ext2 but the patch never made it to the official branch, so I would say that they are not in any standard ext2 implementation. I really did not find any reference of the online system growth other than by ext3.

            – Matteo
            Jul 20 '12 at 13:37











          • Yep.... see /etc/mke2fs.conf. It lists resize and dir_index as defaults, applied to all flavors, including ext2. The only one ext3 adds is the journal.

            – psusi
            Jul 20 '12 at 18:42

















          Actually those features are part of ext2.

          – psusi
          Jul 20 '12 at 12:56





          Actually those features are part of ext2.

          – psusi
          Jul 20 '12 at 12:56













          @psusi Are you sure? ext2 Htree indexes were originally implemented for ext2 but the patch never made it to the official branch, so I would say that they are not in any standard ext2 implementation. I really did not find any reference of the online system growth other than by ext3.

          – Matteo
          Jul 20 '12 at 13:37





          @psusi Are you sure? ext2 Htree indexes were originally implemented for ext2 but the patch never made it to the official branch, so I would say that they are not in any standard ext2 implementation. I really did not find any reference of the online system growth other than by ext3.

          – Matteo
          Jul 20 '12 at 13:37













          Yep.... see /etc/mke2fs.conf. It lists resize and dir_index as defaults, applied to all flavors, including ext2. The only one ext3 adds is the journal.

          – psusi
          Jul 20 '12 at 18:42





          Yep.... see /etc/mke2fs.conf. It lists resize and dir_index as defaults, applied to all flavors, including ext2. The only one ext3 adds is the journal.

          – psusi
          Jul 20 '12 at 18:42



















          draft saved

          draft discarded



















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f43589%2fbesides-the-journal-what-are-the-differences-between-ext2-and-ext3%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...