NTFS: Difference between revisions

422 bytes added ,  8 months ago
Added a link to the Windows NT page.
[unchecked revision][unchecked revision]
(→‎Structure: Standard compliant and unambiguous field specs.)
(Added a link to the Windows NT page.)
 
(7 intermediate revisions by 6 users not shown)
Line 1:
{{Filesystems}}
 
NTFS ('''New Technology File System''') is [[Windows NT]]'s native file system. It is not only based on [[HPFS]], but also supports security features such as access control. Since Windows NT is entirely unicode, NTFS is a unicode filesystem, with each character (e.g. in names) being 16-bits instead of 8-bits.
 
== About ==
Line 52:
|-
|Sectors Per Track || uint16_t
|-
|Heads || uint16_t
|-
|Hidden Sector Count || uint32_t
Line 144 ⟶ 146:
This length value defines the total length of the attribute record, including the "Attribute Type" and "Attribute Length" fields.
 
== LinksSee Also ==
=== External Links ===
* [http://www.linux-ntfs.org/ The Linux NTFS project.]
* [https://web.archive.org/web/20210922203602/https://flatcap.org/linux-ntfs/ntfs/index.html Guide to NTFS]
* [https://www.writeblocked.org/resources/NTFS_CHEAT_SHEETS.pdf Cheat sheet]
* [http://www.linux-ntfs.org/ The Linux NTFS project.]
* [http://www.ntfs-3g.org/ NTFS-3G Read/Write Drivers For Linux/FreeBSD/BeOS]
* [http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree;f=fs/ntfs;hb=HEAD GIT Linux fs/ntfs tree]
* [http://www.opensource.apple.com/source/ntfs/ Apple Open Source NTFS site]
* [https://github.com/libyal/libfsntfs/blob/main/documentation/New%20Technologies%20File%20System%20(NTFS).asciidoc#attribute_chains libfsntfs library documentation]
 
[[Category:Filesystems]]
[[de:NTFS]]
Anonymous user