Template:Infobox file system/doc
用法
[编辑]{{Infobox file system
| name =
| full_name =
| developer =
| variants =
| introduction_date = {{Start date and age|YYYY|MM|DD|df=yes}}
| partition_id =
| directory_struct =
| file_struct =
| bad_blocks_struct =
| min_volume_size =
| max_volume_size =
| max_file_size =
| max_files_no =
| max_filename_size =
| max_dirname_size =
| max_directory_depth =
| dates_recorded =
| date_range =
| date_resolution =
| forks_streams =
| attributes =
| file_system_permissions =
| compression =
| encryption =
| data_deduplication =
| OS =
| bootable =
| filename_character_set =
| file_types =
| introduction_os =
| file_size_granularity =
| copy_on_write =
| website =
}}
TemplateData
[编辑]Information about a computer file system.
| 参数 | 描述 | 类型 | 状态 | |
|---|---|---|---|---|
| Developer | developer | Developer(s) of the file system | 字符串 | 推荐 |
| Name | name | Common name of the file system (displayed as title of infobox) | 字符串 | 必需 |
| Full name | full_name | Full name of the file system | 字符串 | 必需 |
| Variants | variants | Variants of the file system | 字符串 | 必需 |
| Introduced | introduction_date | When the file system was first introduced | 日期 | 推荐 |
| Partition identifier | partition_id | Byte values of the file system in the Master Boot Record. | 字符串 | 推荐 |
| Directory structure | directory_struct | The structure used to store information about directory contents | 字符串 | 推荐 |
| File allocation structure | file_struct | The structure used to store information about file allocation | 字符串 | 推荐 |
| Bad blocks structure | bad_blocks_struct | The structure used to information about store bad blocks / sectors | 字符串 | 推荐 |
| Min. volume size | min_volume_size | Minimum size of a volume (also known as logical drive) | 字符串 | 可选 |
| Max. volume size | max_volume_size | Maximum size of a volume (also known as logical drive) | 字符串 | 推荐 |
| Max. file size | max_file_size | Maximum size of a file | 字符串 | 推荐 |
| Max. number of files | max_files_no | Maximum number of files in a volume | 字符串 | 推荐 |
| Max. filename length | max_filename_size | Maximum length of a file | 字符串 | 推荐 |
| Max. directory name length | max_dirname_size | Maximum length of a direcotry | 字符串 | 可选 |
| Max. directory depth | max_directory_depth | Maximum directory depth / number of maximum nested directories | 字符串 | 可选 |
| Dates recorded | dates_recorded | Actions / properties for which dates / timestamps are recorded | 字符串 | 推荐 |
| Date range | date_range | Range of dates that can be recorded | 字符串 | 可选 |
| Date resolution | date_resolution | Resolution / precision of the dates that are recorded | 字符串 | 可选 |
| Fork support | forks_streams | Support for forks (multiple sets of data associated per file). Also known as streams | 字符串 | 推荐 |
| Attributes | attributes | List of attributes that are supported for files and directories | 字符串 | 可选 |
| File system permissions | file_system_permissions | Details of permissions systems supported by the file system | 字符串 | 推荐 |
| Transparent compression support | compression | Support for transparent compression | 字符串 | 推荐 |
| Transparent encryption support | encryption | Support for transparent encryption | 字符串 | 推荐 |
| Data deduplication | data_deduplication single_instance_storage | Support for data deduplication (also known as single-instance data storage) | 字符串 | 推荐 |
| Supported operating systems | OS | Operating systems that support the file system | 字符串 | 推荐 |
| Bootable | bootable | OS can be booted from this file system | 字符串 | 可选 |
| Filename character set | filename_character_set | Character set / encoding used for file names | 字符串 | 可选 |
| File types | file_types | List of file types supported | 字符串 | 可选 |
| Introduction OS | introduction_os | The operating system that introduced this file system | 页面名称 | 可选 |
| File size granularity | file_size_granularity | Granularity of the size of files stored | 字符串 | 可选 |
| Copy-on-write support | copy_on_write | Support for the copy-on-write storage space optimization | 字符串 | 可选 |
| Website | website | Official website | 字符串 | 可选 |