Content deleted Content added
Added a link : Aminet → Aminet |
Citation bot (talk | contribs) Alter: pages. Formatted dashes. | Use this bot. Report bugs. | Suggested by Whoop whoop pull up | Category:Disk file systems | #UCB_Category 95/110 |
||
(32 intermediate revisions by 23 users not shown) | |||
Line 1:
{{Short description|Improved file system for AmgaOS}}
[[File:pfs3.png|right]]
{{Infobox Filesystem
| name
| full_name
| developer
| introduction_os
| introduction_date = {{Start date and
| partition_id
| directory_struct =
| file_struct =
| bad_blocks_struct =
| max_filename_size
| max_files_no =
| max_volume_size
| max_file_size =
| filename_character_set
| dates_recorded
| date_range
| date_resolution
| forks_streams =
| attributes
| file_system_permissions = Amiga permissions, [[multiuser]] permissions
| compression
| encryption
| single_instance_storage = No
| OS
}}
The '''Professional File System''' is a [[filesystem]] originally developed commercially for the [[Amiga]],<ref>{{cite magazine |date=January 1995|title=Trois nouveaux gestionnaires de disque venant du DP, FFS versus PFS: un combat gagné d'avance?|language=French|magazine=AmigaNews|publisher=NewsEdition|issn=1164-1746|issue=75|pages=76}}</ref> now distributed on [[Aminet]] with a 4-clause [[BSD license]]. It is a compatible successor of '''AmiFileSafe''' (AFS), with an emphasis on added reliability and speed compared to standard Amiga filesystems.<ref name="EAL">{{cite journal|last=Favini |first=Andrea |title=Professional File System 3 |url=http://www.amigalife.info/inediti/inediti2-prove2.html |journal=Enigma Amiga Life |___location=Italy |issue=122 |access-date=3 October 2015 |url-status=unfit |archiveurl=https://web.archive.org/web/20020529194129/http://www.amigalife.info/inediti/inediti2-prove2.html |archivedate=May 29, 2002 }}</ref><ref>{{cite magazine |last=Drummond|first=Richard|date=Christmas 1999 |title=Professional File System 3|magazine=Amiga Format |publisher=Future Publishing|issn=0957-4867|issue=131|pages=48–49}}</ref> It also features multi-user abilities like the older [[MuFS]].<ref name="EAL" />
The device is split into two main areas. At the beginning of the device is the metadata section, which consists of a root block, and a generic array of blocks that can be allocated to store metadata. The rest of the device is another contiguous generic array of blocks that can be allocated to store data. The metadata section usually uses a few percent of the device, depending on the size of the device.
Line 33 ⟶ 34:
The metadata is stored as a tree of single blocks in the metadata section. The entire directory structure is recorded in the metadata, so the data section purely contains data from files. The metadata describes the ___location of data in files with extents of blocks, which makes the metadata quite compact.
When a metadata update occurs, the system looks at the block containing the metadata to be changed, and copies it to a newly
The filesystem is reasonably good at keeping files unfragmented, although there is a defragmentation tool available which will work on an online{{cn|date=October 2015}} filesystem.<ref name="EAL" />
It was the first{{cn|date=October 2015}} filesystem to introduce the concept of the [[Recycle bin (computing)|Recycle Bin]] natively at filesystem-level to the Amiga, holding the last few deleted files in a hidden directory on the disk root.<ref name="EAL" />
PFS version 5.3 was developed in C and a small portion of assembly code by Michiel Pelt.
==See also==
{{Portal|Amiga}}
* [[Amiga Old File System]]
* [[Amiga Fast File System]]
Line 47 ⟶ 49:
* [[File system]]
* [[List of file systems]]
==References==
{{Reflist}}
==External links==
*[
*[
{{AmigaOS}}
{{MorphOS}}
{{File systems}}
[[Category:Disk file systems]]
Line 61 ⟶ 65:
[[Category:AmigaOS]]
[[Category:MorphOS software]]
[[Category:AROS software]]
[[Category:Free system software]]
|