This HTML5 document contains 106 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
n19http://dbpedia.org/resource/File:
foafhttp://xmlns.com/foaf/0.1/
n4https://global.dbpedia.org/id/
yagohttp://dbpedia.org/class/yago/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
n21https://github.com/tonioni/
n13http://commons.wikimedia.org/wiki/Special:FilePath/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
n17https://aminet.net/package/disk/misc/
wikidatahttp://www.wikidata.org/entity/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Amiga_Fast_File_System
dbo:wikiPageWikiLink
dbr:Professional_File_System
Subject Item
dbr:Amiga_Old_File_System
dbo:wikiPageWikiLink
dbr:Professional_File_System
Subject Item
dbr:Amiga_rigid_disk_block
dbo:wikiPageWikiLink
dbr:Professional_File_System
Subject Item
dbr:Amiga_support_and_maintenance_software
dbo:wikiPageWikiLink
dbr:Professional_File_System
Subject Item
dbr:Professional_File_System
rdf:type
dbo:Software yago:Arrangement105726596 yago:FileSystem105732614 yago:Structure105726345 yago:Cognition100023271 yago:ClassificationSystem105727220 yago:WikicatDiskFileSystems yago:Abstraction100002137 yago:PsychologicalFeature100023100
rdfs:label
Professional File System Professional File System
rdfs:comment
The Professional File System is a filesystem originally developed commercially for the Amiga, 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. It also features multi-user abilities like the older . The filesystem is reasonably good at keeping files unfragmented, although there is a defragmentation tool available which will work on an online filesystem. PFS version 5.3 was developed in C and a small portion of assembly code by Michiel Pelt. Das Professional File System ist ein Dateisystem, das ursprünglich 1995 von Michiel Pelt kommerziell für den Amiga entwickelt wurde. Es ist heute im Aminet unter BSD-Lizenz verfügbar. PFS zeigt aufgrund der Einfachheit des Designs eine gute Performanz und ist ein kompatibler Nachfolger von Ami-Filesafe. In zwei Hauptbereiche aufgeteilt, werden am Anfang, bestehend aus einem Rootblock und einer generischen Reihe von Blöcken, die Metadaten abgelegt. Der Rest ist eine weitere zusammenhängende allgemeine Anordnung von Blöcken, wo die eigentlichen Daten abgelegt sind.
foaf:homepage
n21:pfs3aio
dbp:name
PFS
foaf:depiction
n13:Pfs3.png
dcterms:subject
dbc:AmigaOS dbc:Disk_file_systems dbc:Amiga_software dbc:AROS_software dbc:Free_system_software dbc:MorphOS_software
dbo:wikiPageID
844979
dbo:wikiPageRevisionID
1098271600
dbo:wikiPageWikiLink
dbc:AmigaOS dbc:Disk_file_systems dbr:MorphOS dbr:Amiga_Rigid_Disk_Block dbr:File_system dbc:Amiga_software dbr:Gigabyte dbr:List_of_file_systems dbr:Smart_File_System dbr:AROS dbr:Amiga dbr:Aminet dbc:AROS_software dbr:Amiga_Fast_File_System dbr:Amiga_Old_File_System dbr:Gibibyte dbr:MuFS n19:Pfs3.png dbr:Recycle_bin_(computing) dbc:Free_system_software dbc:MorphOS_software dbr:BSD_license dbr:AmigaOS dbr:Multiuser dbr:Filesystem
dbo:wikiPageExternalLink
n17:pfs3aio n21:pfs3aio
owl:sameAs
n4:4trjz wikidata:Q7247965 yago-res:Professional_File_System dbpedia-de:Professional_File_System freebase:m.03ggcv
dbp:singleInstanceStorage
No
dbp:wikiPageUsesTemplate
dbt:Infobox_Filesystem dbt:Reflist dbt:File_systems dbt:Portal dbt:AmigaOS dbt:Start_date_and_age dbt:Short_description dbt:Cn dbt:MorphOS
dbo:thumbnail
n13:Pfs3.png?width=300
dbp:developer
Michiel Pelt
dbp:fullName
Professional File System
dbo:abstract
The Professional File System is a filesystem originally developed commercially for the Amiga, 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. It also features multi-user abilities like the older . 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. 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. PFS version 5.3 was developed in C and a small portion of assembly code by Michiel Pelt. Das Professional File System ist ein Dateisystem, das ursprünglich 1995 von Michiel Pelt kommerziell für den Amiga entwickelt wurde. Es ist heute im Aminet unter BSD-Lizenz verfügbar. PFS zeigt aufgrund der Einfachheit des Designs eine gute Performanz und ist ein kompatibler Nachfolger von Ami-Filesafe. In zwei Hauptbereiche aufgeteilt, werden am Anfang, bestehend aus einem Rootblock und einer generischen Reihe von Blöcken, die Metadaten abgelegt. Der Rest ist eine weitere zusammenhängende allgemeine Anordnung von Blöcken, wo die eigentlichen Daten abgelegt sind. Die Metadaten werden in einer Baumstruktur von einzelnen Blöcken gespeichert. Die gesamte Datenstruktur ist in den Metadaten abgelegt, so dass der Datenteil lediglich „echte“ Daten enthält. Die Metadaten beschreiben den Ort der Daten (in Dateien) mit den zugehörigen Adressen von Blöcken, was die Metadaten sehr kompakt macht. Wenn ein Metadaten-Aktualisierung erfolgt, kopiert das System den zu ändernden Metadaten-Block in einem neu zugewiesenen Block im Metadaten-Abschnitt mit den vorgenommenen Änderungen, und ändert dann rekursiv die Metadaten in dem ursprünglichen Block in gleicher Weise. Muss schließlich auch der Root-Block geändert werden, führt dies zu einem "atomaren" Metadaten-Update. Der Fragmentierungsgrad der Dateien ist vergleichsweise klein. Als erstes Amiga-Dateisystem, bei dem das Konzept des „Papierkorbs“ nativ auf Dateisystemebene integriert war, hält es die letzten gelöschten Dateien in einem versteckten Verzeichnis der (Root-)Festplatte.PFS V5.3 wurde in C und einem kleinen Teil Assembler-Code entwickelt.
dbp:attributes
filenote
dbp:compression
No
dbp:dateRange
0001-01-01
dbp:dateResolution
50.0
dbp:datesRecorded
modification
dbp:encryption
No
dbp:fileSystemPermissions
Amiga permissions, multiuser permissions
dbp:filenameCharacterSet
All bytes except NULL, ':' and '/'
dbp:introductionOs
dbr:AmigaOS
dbp:maxFilenameSize
107
dbp:maxVolumeSize
104.0
dbp:os
dbr:AmigaOS dbr:MorphOS dbr:AROS
dbp:partitionId
60.0
gold:hypernym
dbr:Filesystem
prov:wasDerivedFrom
wikipedia-en:Professional_File_System?oldid=1098271600&ns=0
dbo:wikiPageLength
4386
foaf:isPrimaryTopicOf
wikipedia-en:Professional_File_System
Subject Item
dbr:List_of_file_systems
dbo:wikiPageWikiLink
dbr:Professional_File_System
Subject Item
dbr:Comparison_of_operating_systems
dbo:wikiPageWikiLink
dbr:Professional_File_System
Subject Item
dbr:Smart_File_System
dbo:wikiPageWikiLink
dbr:Professional_File_System
Subject Item
dbr:PFS
dbo:wikiPageWikiLink
dbr:Professional_File_System
dbo:wikiPageDisambiguates
dbr:Professional_File_System
Subject Item
dbr:AmigaDOS
dbo:wikiPageWikiLink
dbr:Professional_File_System
Subject Item
dbr:Filename
dbo:wikiPageWikiLink
dbr:Professional_File_System
Subject Item
dbr:List_of_MorphOS_bundled_applications
dbo:wikiPageWikiLink
dbr:Professional_File_System
Subject Item
dbr:Trash_(computing)
dbo:wikiPageWikiLink
dbr:Professional_File_System
Subject Item
dbr:PFS3
dbo:wikiPageWikiLink
dbr:Professional_File_System
dbo:wikiPageRedirects
dbr:Professional_File_System
Subject Item
wikipedia-en:Professional_File_System
foaf:primaryTopic
dbr:Professional_File_System