ext2 and ext3 use way more disk space then the other filesystems
Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
ext2 and ext3 use way more disk space then the other filesystems
I created 7 different 2500 mb partitions, each with a different filesystem, then i started to move some 500mb text files created with /dev/zero to the partitions, I was quite impressed by how much more hdd space ext2 and ext3 uses, specially if you use a lower bytes per inode number.
Partitions (2500mbs, 2.3gbs in Konqueror):
XFS - 1gb file = 44% used - 1.5gb file = 65% used - 2gb file = 87% used (324.5mb free)
JFS - 1gb file = 44% used - 1.5gb file = 65% used - 2gb file = 87% used (325.5mb free)
ReiserFS - 1gb file = 45% used - 1.5gb file = 66% used - 2gb file = 88% used (302.4mb free)
ext2 (default 1 inode per 4096 Bytes) - 1gb file = 50% used - 1.5gb file = 72% used - 2gb file = 94% used (140.6mb free)
ext3 (default 1 inode per 4096 Bytes) - 1gb file = 51% used - 1.5gb file = 74% used - 2gb file = 96% used (108.5mb free)
ext2 (1 inode per 2048 bytes) - 2gb file = 98% used
ext3 (1 inode per 1024 bytes) - 2gb file = 100% used
on another test I noticed that ReiserFS uses a little more RAM memory than ext2 and ext3, but i don't have the data for this test.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.