Revision as of 14:50, 17 February 2010 editWikievil666 (talk | contribs)Extended confirmed users5,633 editsm →Changed date← Previous edit | Revision as of 14:53, 17 February 2010 edit undoWikievil666 (talk | contribs)Extended confirmed users5,633 editsm →Changed dateNext edit → | ||
Line 52: | Line 52: | ||
===Changed date=== | ===Changed date=== | ||
The date and time related attributes were modified. This may include ] and the file/directory name. | The date and time related attributes were modified. This may include ] and the file/directory name. | ||
===Backed-up date=== | ===Backed-up date=== |
Revision as of 14:53, 17 February 2010
This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Common filesystem features" – news · newspapers · books · scholar · JSTOR (December 2009) (Learn how and when to remove this message) |
This article is an orphan, as no other articles link to it. Please introduce links to this page from related articles; try the Find link tool for suggestions. (December 2009) |
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 Access control list 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 alternate data 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).
Categories: