|
|
 |

LinuxPlanet / Reports


 |
|
|
|
 |
Turbo Screen Sharing
Adobe Acrobat Connect Professional offers users the ability to have a more productive and engaging web conferencing experience while providing the IT department with a program that efficiently utilizes bandwidth and minimally impacts the infrastructure. Learn More!
»
Informal Learning: Extending the Impact of Enterprise Ideas and Information
Forward-thinking organizations are turning to enterprise learning in their quest to be better informed, better skilled, better supported at the point of need, and more competitive in their respective marketplaces. Learn More! »
Rapid E-Learning: Maturing Technology Brings Balance and Possibilities
Rapid e-learning addresses both time and cost issues by using technology tools to shift the dynamics of e-learning development. Learn why more skilled learning professionals use these tools and how you can get a solution to keep pace with your business demands. »
Delivering on the Promise of ELearning
This white paper defines the framework to launch e-learning as a set of teaching, training, and learning practices not bound by a specific technology platform or learning management system. It offers practical suggestions for creating digital learning experiences that engage learners by building interest and motivation and providing opportunities for active participation. »
|
 | |
Exploring the ext3 Filesystem
Introduction to the ext3 Filesystem

Bill von Hagen
Friday, April 5, 2002 09:53:55 AM
As a sophisticated, powerful, and free operating system, Linux
provides a fertile territory for developing sophisticated system and
user-level software. Some of the most exciting developments in recent
Linux kernels are new, high-performance techniques for managing how
the data on Linux systems is stored, allocated, and updated on
disk. One of the most interesting of these new mechanisms is the ext3
filesystem, which has been integrated into the Linux kernel since
version 2.4.16 and is already available as a default filesystem type
on Linux distributions from Red Hat and SuSE.
The ext3 filesystem is a journaling filesystem that is 100% compatible
with all of the utilities created for creating, managing, and
fine-tuning the ext2 filesystem, which is the default filesystem used
by Linux systems for the last few years. Before delving into the
differences between the ext2 and ext3 filesystems, a quick refresher
on storage and filesystem terminology is in order.
Next: Some Background on Linux Filesystems »
|
|