also @ TechSpot: Oculus Rift secures $16 million in Series A round of funding

Can Anyone Explain the Linux Filesystems? (ext2, ext3, swap)

Discussion in 'Storage and Networking' started by Vehementi, Oct 4, 2002.

  1. Vehementi TechSpot Paladin Posts: 3,199

    Pretty self explanatory, I want to know things like the cluster sizes, comparibility in speed and other such things to FAT32 and NTFS, and partition size limits, losing space, etc.
    I'd especially like to know the difference between ext2 and ext3. Which one's better, newer, faster, specialized, etc.
    And what some effective partitioning strategies would be. Or does it not matter? What about fragmentation? Data recovery?

    Boy I ask alot of questions, for I am young and set on the path of gaining knowledge :D
  2. deus Newcomer, in training

    Veh,

    There's really not a good answer to that question. Ext2 and Ext3 are both good filesystems - the differences. Well to keep this post short I'll just point you to a pretty good information page about ext3. It goes into the details of how the filesystem works. As far as a comparison to NTFS - well there really isn't a comparison.

    Here's the page:

    http://www.linuxplanet.com/linuxplanet/reports/4136/4/

    btw - I decided to wait on sending you the RH 7.3 CDs. RH 8.0 just came out so I'm going to send that to you instead, cool? I left them downloading at work - so I'll burn them Monday and send them sometime next week.

    --deus
  3. Vehementi TechSpot Paladin Posts: 3,199

    Great link deus. Lots of information, everything I wanted to know and more :D Thanks alot :grinthumb

    Even better on the CD's :D Thank you! Sweet...

    :eek: Sounds very nice.
  4. Vehementi TechSpot Paladin Posts: 3,199

    I also found this very helpful.
  5. Mictlantecuhtli TS Special Forces Posts: 4,916   +9

    Only if you're using ext3. Its journaling, which by default flushes the journal every 5 seconds (if I remember correctly), helps a lot. If you're using plain ext2, fsck can take a few minutes if the partition is, say, 10GB.