Misplaced Pages

Common filesystem features: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 04:11, 16 August 2005 editClaunia (talk | contribs)Extended confirmed users576 edits Added backed-up date.← Previous edit Revision as of 10:38, 16 August 2005 edit undoDamieng (talk | contribs)Extended confirmed users1,307 editsm Copyedit.Next edit →
Line 1: Line 1:
This is the glossary of the Common Filesystem Features table. This is the glossary of the ''common filesystem features'' table.


The intention of this table is to give a fast to see and compare filesystem features list and should be wrote in any specific filesystem entry in the Misplaced Pages. The intention of this table is to provide an at-a-glance list of features and specifications for each filesystem.


==Inventor== ==Inventor==
Here comes the name of who created the filesystem specification, not having to be the first who implemented it in the real world. List the names of those credited with the design of the filesystem specification. This should not include those responsible for writing the implementation.


==Name== ==Name==
Here comes the full, non abbreviated, name of the filesystem itself The full, non abbreviated, name of the filesystem itself.


==Native Operating System== ==Native operating system==
Here comes the name of the first operating system that included an implementation of the filesystem. The name of the operating system in which this filesystem debuted.


==Partition identificator== ==Partition identificator==
The partitioning scheme and marker used to identify that a partition is formatted to this filesystem.
Here comes the partition identificator, along with the partitioning scheme of it.


==Bad sector allocation== ==Bad sector allocation==
This describes how the filesystem allocates sectors marked as bad. Describe how the filesystem allocates and isolates bad sectors.


==File allocation== ==File allocation==
This describes how the filesystem allocates sectors used by files. Describes how the filesystem allocates sectors in-use by files.


==Directory structure== ==Directory structure==
This describes how the subdirectories are implemented. Describes how the subdirectories are implemented.


==Namespace== ==Namespace==
This describes the characters that can be used, or not, for the filenames. Lists the characters that are legal within file and directory names.


==Maximum filename size== ==Maximum filename size==
This describes the maximum number of characters that the filename can have. The maximum number of characters that a file or directory name may contain.


==Maximum files== ==Maximum files==
This describes the maximum number of files the filesystem can allocate. The maximum number of files the filesystem can handle.


==Maximum volume size== ==Maximum volume size==
This describes the maximum volume size that the filesystem can handle. The maximum size of a volume that the filesystem specification can handle. This may differ from the maximum size an operating system supports using a given implementation of the filesystem.
NOTE: This is as the specification says not as any operating system implements this.


==Dates handled== ==Dates handled==
This describes what type of dates can handle the filesystem. What type of dates and times the filesystem can support, which may include:

They can be: Creation, Access, Modified or Changed
====Creation date==== ===Creation date===
This is the date when the file was created. The date and time the file was created.

====Access date==== ===Access date===
This is the date when the file was last accessed for read. The date and time when the file was last accessed for read.
====Modified date====

This is the date when the file was last accessed for write, no matter if no write was really made.
====Changed date==== ===Modified date===
The date and time when the file was last accessed for write, even if no writes were actually performed.
This is the date when anything related with the file, like attributes, ACLs, filename, etc, is modified.

====Backed-up date====
===Changed date===
This is the date when the file was last backed up.
The date and time related attributes were modified. This may include ACLs and the file/directory name.

===Backed-up date===
The date and time when the file was last backed up.


==Maximum date== ==Maximum date==
This describes the maximum year that can be handled by the filesystem, as specification says. The maximum year that can be handled by the filesystem, as per the specification.


==Attributes== ==Attributes==
This describes the basic file attributes. Lists the basic file attributes available.


==Named streams== ==Named streams==
This describes if the filesystems supports more data streams than the normal one. Determines if the filesystems supports multiple data streams. ] refers to these as named streams, ] as extended attributes and ] calls them forks.
This is how ] calls them, ] calls them Extended Attributes and ] calls them forks.


==Per-volume compression== ==Per-volume compression==
This describes if the filesystem supports real-time and transparent compression and decompression of a whole volume. Does the filesystem support real-time transparent compression and decompression of an entire volume.


==Per-volume encryption== ==Per-volume encryption==
This describes if the filesystem supports real-time and transparent encryption and decryption of a whole volume. Does the filesystem support real-time transparent encryption and decryption of an entire volume.


==Per-file compression== ==Per-file compression==
This describes if the filesystem supports real-time and transparent compression and decompression of files. Does the filesystem support real-time transparent compression and decompression of individual files.


==Per-file encryption== ==Per-file encryption==
This describes if the filesystem supports real-time and transparent encryption and decryption of files. Does the filesystem support real-time transparent encryption and decryption of individual files.


==Access Control Lists== ==Access control lists==
This describes if the filesystem supports multiuser Access Control Lists Does the filesystem support multi-user access control lists (ACLs).

Revision as of 10:38, 16 August 2005

This is the glossary of the common filesystem features table.

The intention of this table is to provide an at-a-glance list of features and specifications for each filesystem.

Inventor

List the names of those credited with the design of the filesystem specification. This should not include those responsible for writing the implementation.

Name

The full, non abbreviated, name of the filesystem itself.

Native operating system

The name of the operating system in which this filesystem debuted.

Partition identificator

The partitioning scheme and marker used to identify that a partition is formatted to this filesystem.

Bad sector allocation

Describe how the filesystem allocates and isolates bad sectors.

File allocation

Describes how the filesystem allocates sectors in-use by files.

Directory structure

Describes how the subdirectories are implemented.

Namespace

Lists the characters that are legal within file and directory names.

Maximum filename size

The maximum number of characters that a file or directory name may contain.

Maximum files

The maximum number of files the filesystem can handle.

Maximum volume size

The maximum size of a volume that the filesystem specification can handle. This may differ from the maximum size an operating system supports using a given implementation of the filesystem.

Dates handled

What type of dates and times the filesystem can support, which may include:

Creation date

The date and time the file was created.

Access date

The date and time when the file was last accessed for read.

Modified date

The date and time when the file was last accessed for write, even if no writes were actually performed.

Changed date

The date and time related attributes were modified. This may include ACLs and the file/directory name.

Backed-up date

The date and time when the file was last backed up.

Maximum date

The maximum year that can be handled by the filesystem, as per the specification.

Attributes

Lists the basic file attributes available.

Named streams

Determines if the filesystems supports multiple data streams. NTFS refers to these as named streams, HPFS as extended attributes and HFS calls them forks.

Per-volume compression

Does the filesystem support real-time transparent compression and decompression of an entire volume.

Per-volume encryption

Does the filesystem support real-time transparent encryption and decryption of an entire volume.

Per-file compression

Does the filesystem support real-time transparent compression and decompression of individual files.

Per-file encryption

Does the filesystem support real-time transparent encryption and decryption of individual files.

Access control lists

Does the filesystem support multi-user access control lists (ACLs).