NTFS: Difference between revisions

Pigs (talk | contribs)
m link to filesystems
m Fix grammar and spelling
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
New Technology File System (NTFS) is a proprietary journaling [[Filesystems|file system]] developed by Microsoft. It is still in use by modern Windows system, although NTFS didnt evolve since the release of version 3.1 in 2001.
New Technology File System (NTFS) is a proprietary journaling [[Filesystems|file system]] developed by Microsoft. It is still in use by modern Windows systems, although NTFS has not evolved since the release of version 3.1 in 2001.


== Enable NTFS support at boot ==
== Enable NTFS support at boot ==
Line 18: Line 18:


== Mount NTFS filesystem ==
== Mount NTFS filesystem ==
<syntaxHighlight lang=sh>
<syntaxhighlight lang="sh">
# mount /dev/sdeX /mnt -t ntfs3
# mount /dev/sdeX /mnt -t ntfs-3g
</syntaxHighlight>
</syntaxhighlight>


== Mount NTFS filesystem on boot ==
== Mount NTFS filesystem on boot ==