Professional File System: Difference between revisions

Content deleted Content added
Xorxos (talk | contribs)
See also: ADF is not directly relevant to this topic
Aminet release
Line 1:
The '''Professional File System''' is a [[filesystem]] originally developed commercially for the [[Amiga]], it is now distributed on Aminet with a 4-clause [[BSD license]]. ItPFS tends to perform very well, due to the simplicity of design.
 
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 23:
 
==External links==
*[http://aminet.net/package/disk/misc/PFS3 PFS3 V5.1]
*[http://www.keithhalstead.name/pfsdefrag Freeware PFS Defragmentation tool]