filesystemForum: HD Install Topic: filesystem started by: skibum09 Posted by skibum09 on May 05 2008,21:51
what is the difference between the ext2 filesys and the journalized ext3 filesys, and what is better to use?
Posted by mikshaw on May 06 2008,01:15
ext3 seems to be better when it comes to preventing fragmentation, which can result in corrupted files, but DSL will still mount a root ext3 filesystem as ext2. As far as I know, though, recent improvements to DSL now allow for checking the ext filesystem during boot, which should help prevent these problems.
Posted by roberts on May 06 2008,18:11
Journalizing file system only makes sense when deployed on real hard drives.DSL basically runs from ram and compressed KNOPPIX image, i.e., a worm device. Therefore, it is not efficient to use ext3. I know some do a traditional hard drive installation, and or a hybrid (persistent). But that is not the default nor design goal of DSL. |