EFS
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Silicon Graphics) |
|||
| Line 7: | Line 7: | ||
In file system terminology, an "extent" is a contiguous block of storage space. EFS uses such blocks to hold files, meaning that files are stored in consecutive blocks of the storage medium instead of scattered around as some other file systems might store them. | In file system terminology, an "extent" is a contiguous block of storage space. EFS uses such blocks to hold files, meaning that files are stored in consecutive blocks of the storage medium instead of scattered around as some other file systems might store them. | ||
| + | |||
| + | See also [[SGI volume image]]. | ||
== Links == | == Links == | ||
Latest revision as of 14:44, 26 March 2026
EFS (Extent File System) is a file system formerly used in Silicon Graphics IRIX systems before 5.3, in which version it was replaced with XFS.
In file system terminology, an "extent" is a contiguous block of storage space. EFS uses such blocks to hold files, meaning that files are stored in consecutive blocks of the storage medium instead of scattered around as some other file systems might store them.
See also SGI volume image.