Vorlage:Infobox Dateisystem/Doku
Zur Navigation springen
Zur Suche springen
Infobox für einen Artikel über ein Dateisystem (ext2, FAT32, NTFS, …)
Vorlagenparameter
Parameter | Beschreibung | Typ | Status | |
---|---|---|---|---|
developer | developer | Wikitext | optional | |
full_name | full_name | Einzeiliger Text | optional | |
introduction_date | introduction_date | Datum | optional | |
introduction_os | introduction_os | Wikitext | optional | |
partition_id | partition_id | Unbekannt | optional | |
directory_struct | directory_struct | Wikitext | optional | |
file_struct | file_struct | Wikitext | optional | |
bad_blocks_struct | bad_blocks_struct | Wikitext | optional | |
max_file_size | max_file_size | Wikitext | optional | |
max_files_no | max_files_no | Zahlenwert | optional | |
max_files_in_dir | max_files_in_dir | Zahlenwert | optional | |
max_dirs_in_dir | max_dirs_in_dir | Zahlenwert | optional | |
max_filename_size | max_filename_size | Zahlenwert | optional | |
max_volume_size | max_volume_size | Wikitext | optional | |
filename_character_set | filename_character_set | Wikitext | optional | |
dates_recorded | dates_recorded | Unbekannt | optional | |
date_range | date_range | Unbekannt | optional | |
date_resolution | date_resolution | Unbekannt | optional | |
timezone_handling | timezone_handling | Unbekannt | optional | |
forks_streams | forks_streams | Unbekannt | optional | |
attributes | attributes | Unbekannt | optional | |
file_system_permissions | file_system_permissions | Unbekannt | optional | |
compression | compression | Unbekannt | optional | |
encryption | encryption | Wikitext | optional | |
copy_on_write | copy_on_write | Wikitext | optional | |
OS | OS | Wikitext | optional |
Kopiervorlage
[Quelltext bearbeiten]{{Infobox Dateisystem | developer = | full_name = | introduction_date = | introduction_os = | partition_id = <!-- Technische Umsetzung --> | directory_struct = | file_struct = | bad_blocks_struct = <!-- Maximalwerte --> | max_file_size = | max_files_no = | max_files_in_dir = | max_dirs_in_dir = | max_filename_size = | max_volume_size = | filename_character_set = <!-- Eigenschaften --> | dates_recorded = | date_range = | date_resolution = | timezone_handling = | forks_streams = | attributes = | file_system_permissions = | compression = | encryption = | copy_on_write = | OS = }}
Beispiele
[Quelltext bearbeiten]XFS | |
---|---|
Hersteller | Silicon Graphics Inc. |
Vollständige Bezeichnung | XFS |
Erstveröffentlichung | 1994 (IRIX v5.3) |
Technische Umsetzung | |
Verzeichnisse | B⁺-Baum |
Dateien | extent based |
Maximalwerte | |
Größe einer Datei | 8 EiB |
Anzahl aller Dateien | 263 |
Länge des Dateinamens | 255 Bytes |
Größe des Dateisystems | 8 EiB |
Erlaubte Zeichen im Dateinamen | Alle Bytes außer NUL |
Eigenschaften | |
Datumsangaben einer Datei | unterstützt |
Datumsbereich | unterstützt |
Zeitstempel-Auflösung | unterstützt |
Forks | unterstützt |
Dateiattribute | bis zu 64 kB beliebige binäre Daten je Datei im Journal |
Dateirechte-Verwaltung | ACL unterstützt |
Transparente Komprimierung | nein |
Transparente Verschlüsselung | nein (realisiert durch den Blockgerätetreiber) |
Copy-On-Write | nein |
Unterstützende Betriebssysteme | IRIX, Linux, FreeBSD |