Sistem Berkas Teknologi Baru: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Novita838 (bicara | kontrib)
Menambah catatan kaki, mengganti pranala karena kurang sesuai
Tidak ada ringkasan suntingan
Baris 1:
{{Infobox filesystem
{{rapikan}}
| name = NTFS
| full_name= New Technology File System<ref name="ntfs_abbr">{{cite web
|url=http://www.microsoft.com/windowsxp/using/setup/tips/advanced/ntfs.mspx
|title=Windows XP: Format backup drives using NTFS
|last=
|first=
|date=September 7, 2006
|publisher=Microsoft
}}</ref>
| developer = [[Microsoft]]
| introduction_os = [[Windows NT 3.1]]
| introduction_date = July 1993
| partition_id = <tt>[[Partition type#PID_07h|0x07]]</tt> ([[Master boot record|MBR]]) <br /> <tt>[[Basic Data Partition|EBD0A0A2-B9E5-4433-87C0-68B6B72699C7]]</tt> ([[GUID Partition Table|GPT]])
| directory_struct = [[B+ tree]]<ref name=insidewin2kntfs>{{cite web
| url = http://msdn2.microsoft.com/en-us/library/ms995846.aspx
| title = Inside Win2K NTFS, Part 1
| author = Mark Russinovich
| publisher = [[MSDN|Microsoft Developer Network]]
| accessdate = 2008-04-18
| authorlink = Mark Russinovich
}}</ref>
| file_struct = Bitmap
| bad_blocks_struct = $badclus (MFT Record)
| max_filename_size = 255 [[UTF-16]] code units<ref name="ntfsdoc">{{cite web
| url = http://dubeyko.com/development/FileSystems/NTFS/ntfsdoc.pdf
| title = NTFS Documentation
| author = Richard Russon and Yuval Fledel
| accessdate = 2011-06-26
}}</ref>
| max_files_no = 4,294,967,295 (2<sup>32</sup>-1)<ref name="How NTFS Works">{{cite web
| url = http://technet.microsoft.com/en-us/library/cc781134(v=ws.10).aspx
| title = How NTFS Works
| date = 2003-03-28
| work = Windows Server 2003 Technical Reference
| author = [[Microsoft TechNet]]
| accessdate = 2011-09-12
}}</ref>
| max_file_size =
16&nbsp;[[exbibyte|EB]] − 1&nbsp;[[kibibyte|KB]] (format);<br />
16&nbsp;[[tebibyte|TB]] − 64&nbsp;KB ([[Windows 7]], [[Windows Server 2008 R2]] or earlier implementation)<ref name="How NTFS Works"/>
256&nbsp;[[tebibyte|TB]] − 64&nbsp;KB ([[Windows 8]], [[Windows Server 2012]] implementation)<ref name="MS-FSA">{{cite web
| url = http://msdn.microsoft.com/en-us/library/ff469400%28v=prot.10%29.aspx
| title = 6 Appendix A: Product Behavior
| accessdate = 2012-09-21
}}</ref>
| max_volume_size =
2<sup>64</sup> [[Data cluster|clusters]] − 1 cluster (format);<br />
256&nbsp;TB ({{nowrap|256 × 1024<sup>4</sup> bytes}}) − 64&nbsp;KB ({{nowrap|64 × 1024 bytes}}) (implementation)<ref name="How NTFS Works"/>
| filename_character_set = In [[Posix]] namespace, any [[UTF-16]] code unit (case sensitive) except {{nowrap|U+0000 ([[null character|NUL]])}} and {{nowrap|/ ([[slash (punctuation)|slash]])}}. In Win32 namespace, any [[UTF-16]] code unit (case insensitive) except {{nowrap|U+0000 ([[null character|NUL]])}} {{nowrap|/ ([[slash (punctuation)|slash]])}} {{nowrap|\ ([[backslash]])}} {{nowrap|: ([[colon (punctuation)|colon]])}} {{nowrap|* ([[asterisk]])}} {{nowrap|? ([[Question mark]])}} {{nowrap|" ([[Quotation mark|quote]])}} {{nowrap|< ([[Bracket|less than]])}} {{nowrap|> ([[Bracket|greater than]])}} and {{nowrap|&#124; ([[Vertical bar|pipe]])}} <ref name="ntfsdoc"/>
| dates_recorded = Creation, modification, POSIX change, access
| date_range = 1 January 1601&nbsp;– 28 May 60056 (File times are 64-bit numbers counting 100-nanosecond intervals (ten million per second) since 1601, which is 58,000+ years)
| date_resolution = 100&nbsp;ns
| forks_streams = Yes (see [[#Alternate data streams (ADS)|''Alternate data streams'']] below)
| attributes = Read-only, hidden, system, archive, not content indexed, off-line, temporary, compressed
| file_system_permissions = [[Access Control List|ACLs]]
| compression = Per-file, [[LZ77]] ([[Windows NT|Windows NT 3.51]] onward)
| single_instance_storage = Yes ([[Windows Server 2012]])<ref name="singleinstancestorage">{{cite web
| url = http://www.techrepublic.com/blog/datacenter/windows-server-8-data-deduplication-what-you-need-to-know/4887
| title = Windows Server 8 data deduplication
| author = Rick Vanover
| accessdate = 2011-12-02
}}</ref>
| encryption = Per-file,<br />[[DESX]] ([[Windows 2000]] onward),<br />[[Triple DES]] ([[Windows XP]] onward),<br />[[Advanced Encryption Standard|AES]] (Windows XP Service Pack 1, [[Windows Server 2003]] onward)
| OS = [[Windows NT]] family ([[Windows NT 3.1]] to [[Windows NT 4.0]], [[Windows 2000]], [[Windows XP]], [[Windows Server 2003]], [[Windows Vista]], [[Windows Server 2008]], [[Windows 7]], [[Windows Server 2008 R2]]), [[Mac OS X]], [[GNU/Linux]]
}}
 
'''NTFS''' atau '''New Technology File System'''
<ref>{{cite web