Professional File System

PFS
Developer(s) Michiel Pelt
Full name Professional File System
Introduced 1995 with AmigaOS
Partition identifier 'PFS\1', 'muAF', 'AFS\1' (RDB)
Limits
Max. volume size 137 GB
Max. filename length 107 characters
Allowed characters in filenames All bytes except NULL, ':' and '/'
Features
Dates recorded modification (mtime)
Date range January 1, 1978 - 2157
Date resolution 1/50s
Attributes filenote
File system permissions Amiga permissions, multiuser permissions
Transparent compression No
Transparent encryption No (provided at the block device level)
Data deduplication No
Other
Supported operating systems AmigaOS, MorphOS

The Professional File System is a filesystem originally developed commercially for the Amiga,[1] 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.[2][3] It also features multi-user abilities like the older MuFS.[2]

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.

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 allocated block from the metadata section, with the change made, then it recursively changes the metadata in the block that points to that block in the same way. This way, eventually the root block needs to be changed, which causes the atomic metadata update.

The filesystem is reasonably good at keeping files unfragmented, although there is a defragmentation tool available which will work on an online filesystem.[2]

It was the first filesystem to introduce the concept of the Recycle Bin natively at filesystem-level to the Amiga, holding the last few deleted files in a hidden directory on the disk root.[2]

PFS version 5.3 was developed in C and a small portion of assembly code by Michiel Pelt.

See also

References

  1. "Trois noveaux gestionnaires de disque venant du DP, FFS versus PFS: un combat gagné d´avance?". AmigaNews (in French). No. 75. NewsEdition. January 1995. p. 76. ISSN 1164-1746.
  2. 1 2 3 4 Favini, Andrea. "Professional File System 3". Enigma Amiga Life. Italy (122). Archived from the original on October 3, 2015. Retrieved 3 October 2015.
  3. Drummond, Richard (Christmas 1999). "Professional File System 3". Amiga Format. No. 131. Future Publishing. pp. 48–49. ISSN 0957-4867.
This article is issued from Wikipedia - version of the 9/4/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.