Content deleted Content added
Contradiction on other page |
|||
(41 intermediate revisions by 21 users not shown) | |||
Line 1:
{{Short description|Journaling filesystem used on Amiga computers}}
{{Infobox filesystem
| name = SFS
Line 10 ⟶ 5:
| developer = John Hendrikx
| introduction_os =
| introduction_date = {{Start date and age|1998}}
| partition_id = 'SFS\0'
| directory_struct =
Line 24 ⟶ 19:
| date_resolution = 1/50s
| forks_streams =
| attributes = filenote, hidden, undeletable
| file_system_permissions =
| compression = No
| encryption = No (provided at the block device level)
| OS = [[AmigaOS]] (version 1.279), [[AROS]] (1.84), [[MorphOS]] (1.224), [[AmigaOS 4]] (1.293), [[Linux]] (1.0beta12)
}}
The '''Smart File System''' ('''SFS''') is a [[journaling filesystem]] used on [[Amiga]] computers and [[AmigaOS]]-derived [[operating system]]s (though some support also exists for [[IBM PC compatible]]s). It is designed for performance, [[scalability]] and integrity, offering improvements over standard Amiga filesystems as well as some special or unique features.
== Features ==
SFS uses block sizes ranging from 512 (2<sup>9</sup>) to 32768 (2<sup>15</sup>) [[byte]]s with a maximum partition size of 128 GB.
Its good performance, better than [[Amiga Fast File System|FFS]], and lack of need for long "validation" in case of an error,<ref name="Hyperion">{{cite web|url=http://blog.hyperion-entertainment.biz/?p=210|title=Hard drive setup for AmigaOS 4.1 Classic|website=[[Hyperion Entertainment]] Blog|author=Darren Eveland}}</ref><ref name="TotalAmiga">{{cite journal|
Integrity is maintained by keeping a [[transaction log]] of all changes made to metadata over a certain period of time.<ref name="Forensics" /> The log is written to disk first into free space and then meta data blocks are overwritten directly. Should the system crash, the next time the filesystem is mounted it will notice the uncompleted operation and roll it back to the last known consistent state. For performance reasons, only metadata integrity is ensured. Actual data in files can still be corrupted if a write operation is terminated
One feature of SFS that is almost unique among Amiga filesystems is its ability to [[defragmentation|defragment]] itself while the filesystem is in use, even for locked files.<ref name="Forensics" /> The defragmentation process is almost completely stateless (apart from the ___location it is working on), which means it can be stopped and started instantly. During defragmentation data integrity is ensured of both meta data and normal data. The filesystem may attempt to move a whole file to a different ___location when fragmentation is going to occur otherwise.<ref name="Forensics2">{{cite book|author1=Husrev Taha Sencar|author2=Nasir Memon|author2-link=Nasir Memon|title=Digital Image Forensics: There is More to a Picture than Meets the Eye|url=https://books.google.com/books?id=PzP9ViF8oAIC&pg=PA130 |date=1 August 2012|publisher=Springer Science & Business Media|isbn=978-1-4614-0757-7|page=130}}</ref>
The filesystem offers a directory containing deleted files for recovery.<ref name="TotalAmiga" />
== History ==
SFS is
Since May 2005
{{asof|2008}}, SFS was one of the independent filesystems still being used on Amiga computers.<ref>{{cite web|website=[[Ars Technica]]|url=
Versions for [[AROS]], [[AmigaOS]] and [[MorphOS]] are based on different branches. The Linux version is independent code.▼
▲Versions for AROS, AmigaOS and MorphOS are based on different branches.
== See also ==
{{Portal|Amiga}}
* [[Amiga Old File System]]
* [[Amiga Fast File System]]
* [[Professional File System]]
* [[List of file systems]]▼
* [[Amiga rigid disk block]]
▲* [[List of file systems]]
==References==
Line 70 ⟶ 60:
== External links ==
* [http://www.xs4all.nl/~hjohn/SFS/ Original SFS site] including [http://hjohn.home.xs4all.nl/SFS/block.htm technical documentation]
*
* [https://archive.today/20130416022621/http://strohmayer.org/sfs/ OS4 SFS site]
* {{cite web|url=http://www.intuitionbase.com/static.php?section=en_SFS-walkthrough|title=Smart File System, Walkthrough|website=IntuitionBase|archive-url=https://web.archive.org/web/20150911000334/http://www.intuitionbase.com/static.php?section=en_SFS-walkthrough|archive-date=11 September 2015}}
{{AmigaOS}}
{{MorphOS}}
{{AROS}}
{{File systems}}
[[Category:Disk file systems]]
|