Jump to content

Xiafs: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
broke up the main section, lowercased the Es in "ext"
Line 2: Line 2:
'''Xiafs''' was a file system for the [[operating system]] [[Linux]] which was conceived and developed by Frank Xia and was based on the [[MINIX file system]]. Today it is obsolete and not in use, except possibly in some historic installations.
'''Xiafs''' was a file system for the [[operating system]] [[Linux]] which was conceived and developed by Frank Xia and was based on the [[MINIX file system]]. Today it is obsolete and not in use, except possibly in some historic installations.


==History==
Linux originally used the [[MINIX]] file system, but it had a number of limitations. For example, the length of filenames was limited to 14 characters and the partition size was limited to 64 MB. To replace the MINIX file system, the [[extended file system]] (or ext) was developed. However, it too had some problems such as poor performance and the lack of some date stamps. Two contenders for replacing ext were quickly developed: [[Ext2]] and Xiafs. The two file systems were included in the standard kernel in December 1993 ([[Linux kernel|Linux]] 0.99.15). [[Ext2]] and Xiafs had the same goal: to offer good performance, reasonable limitations (for example to allow partitions of at least 2 [[GiB]] and larger files) and fixing the flaws of [[Extended file system|ext]]. Initially, Xiafs was more powerful and more stable than Ext2, but being a fairly minimalistic modification of the Minix file system, it was not very well suited for future extension.
Linux originally used the [[MINIX]] file system, but it had a number of limitations. For example, the length of filenames was limited to 14 characters and the partition size was limited to 64 MB. To replace the MINIX file system, the [[extended file system]] (or ext) was developed. However, it too had some problems such as poor performance and the lack of some date stamps. Two contenders for replacing ext were quickly developed: [[ext2]] and Xiafs. The two file systems were included in the standard kernel in December 1993 ([[Linux kernel|Linux]] 0.99.15). [[ext2]] and Xiafs had the same goal: to offer good performance, reasonable limitations, and fixing the flaws of [[Extended file system|ext]]. Initially, Xiafs was more powerful and more stable than Ext2, but being a fairly minimalistic modification of the Minix file system, it was not very well suited for future extension.
Xiafs is less powerful and offers less functionality than Ext2. It suffers from more limitations (the maximum size of a file is 64 MiB and the maximum size of a partition is 2 GiB). The only advantage is that it uses a little less disk space for its control structures and had greater stability compared to Ext2 at that time.


The end result was that Xiafs changed very little while Ext2 evolved considerably, rapidly improving stability, performance and adding extensions. Ext2, after some shakedown time, quickly became the standard file system of Linux. Since then, Ext2 has developed into a very mature and robust file system.
The end result was that Xiafs changed very little while ext2 evolved considerably, rapidly improving stability, performance and adding extensions. ext2, after some shakedown time, quickly became the standard file system of Linux. Since then, ext2 has developed into a very mature and robust file system.


Xiafs was removed along with the original Extended file system from [[Linux kernel|Linux]] 2.1.21, as it was no longer in use and was unmaintained. Today [[Ext3]] (an extension of Ext2) is considered the standard Linux file system and [[Ext4]] is already in the kernel.
Xiafs was removed along with the original Extended file system from [[Linux kernel|Linux]] 2.1.21, as it was no longer in use and was unmaintained. Today [[ext3]] (an extension of ext2) is considered the standard Linux file system and [[ext4]] is already in the kernel.

==Comparison with ext2==
Xiafs was less powerful and offered less functionality than ext2. The maximum size of a file was 64 MiB and the maximum size of a partition was 2 GiB. While this was an improvement over ext, it did not measure up to ext2. The only advantage was that it used less disk space for its control structures and had greater stability at that time.


== See also ==
== See also ==

Revision as of 15:52, 20 September 2009

Xiafs was a file system for the operating system Linux which was conceived and developed by Frank Xia and was based on the MINIX file system. Today it is obsolete and not in use, except possibly in some historic installations.

History

Linux originally used the MINIX file system, but it had a number of limitations. For example, the length of filenames was limited to 14 characters and the partition size was limited to 64 MB. To replace the MINIX file system, the extended file system (or ext) was developed. However, it too had some problems such as poor performance and the lack of some date stamps. Two contenders for replacing ext were quickly developed: ext2 and Xiafs. The two file systems were included in the standard kernel in December 1993 (Linux 0.99.15). ext2 and Xiafs had the same goal: to offer good performance, reasonable limitations, and fixing the flaws of ext. Initially, Xiafs was more powerful and more stable than Ext2, but being a fairly minimalistic modification of the Minix file system, it was not very well suited for future extension.

The end result was that Xiafs changed very little while ext2 evolved considerably, rapidly improving stability, performance and adding extensions. ext2, after some shakedown time, quickly became the standard file system of Linux. Since then, ext2 has developed into a very mature and robust file system.

Xiafs was removed along with the original Extended file system from Linux 2.1.21, as it was no longer in use and was unmaintained. Today ext3 (an extension of ext2) is considered the standard Linux file system and ext4 is already in the kernel.

Comparison with ext2

Xiafs was less powerful and offered less functionality than ext2. The maximum size of a file was 64 MiB and the maximum size of a partition was 2 GiB. While this was an improvement over ext, it did not measure up to ext2. The only advantage was that it used less disk space for its control structures and had greater stability at that time.

See also