Extended file system

The extended file system, or ext, was implemented in April 1992 as the first file system created specifically for the Linux kernel. It has metadata structure inspired by traditional Unix filesystem principles, and was designed by Rémy Card to overcome certain limitations of the MINIX file system. It was the first implementation that used the virtual file system (VFS), for which support was added in the Linux kernel in version 0.96c, and it could handle file systems up to 2 gigabytes (GB) in size.

ext
Developer(s)Rémy Card
Full nameextended file system
IntroducedApril 1992 (1992-04) with Linux 0.96c
Discontinued14 January 1997 (1997-01-14)
with Linux 2.1.21
Preceded byMINIX file system
Succeeded byext2
Structures
Directory contentsTable
File allocation
  • Free space: Linked list
  • Metadata: Table
Bad blocksTable
Limits
Max volume size2 GB
Max filename length255 characters
Features
File system
permissions
Unix permissions
Transparent
encryption
No
Copy-on-writeNo

ext was the first in the series of extended file systems. In 1993, it was superseded by both ext2 and Xiafs, which competed for a time, but ext2 won because of its long-term viability: ext2 remedied issues with ext, such as the immutability of inodes and fragmentation.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.