Professional File System: Difference between revisions

Content deleted Content added
PFS3 supports volumes up to 104 * 253 * 253 * 32 * 512 bytes (104 GB or 101 GiB) (source: https://sourceforge.net/p/pfs-amiga/code/HEAD/tree/PFS/trunk/blocks.h#l494)
KolbertBot (talk | contribs)
m Bot: HTTP→HTTPS (v477)
Line 29:
}}
 
The '''Professional File System''' is a [[filesystem]] originally developed commercially for the [[Amiga]],<ref>{{cite magazine |date=January 1995|title=Trois noveaux 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 |deadurl=unfit |archiveurl=httphttps://www.webcitation.org/6c0Fpf268 |archivedate=October 3, 2015 }}</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.