EFS
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Filesystem }} '''EFS''' (Extent File System) is a file system formerly used in Silicon Graphics IRIX systems before 5.3, after whic...") |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Filesystem | |subcat=Filesystem | ||
| + | |wikidata={{wikidata|Q4038462}} | ||
}} | }} | ||
| − | '''EFS''' (Extent File System) is a file system formerly used in Silicon Graphics IRIX systems before 5.3, | + | '''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. | 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 == | ||
| Line 12: | Line 15: | ||
* [https://www.aeschi.eu/efs/ EFS support for Linux] | * [https://www.aeschi.eu/efs/ EFS support for Linux] | ||
* [http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/fs/efs/ EFS support for NetBSD] | * [http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/fs/efs/ EFS support for NetBSD] | ||
| + | |||
| + | [[Category:Silicon Graphics]] | ||
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.