NTFS: Difference between revisions

imported from old wiki
m Fix grammar and spelling
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
New Technology File System (NTFS) is a proprietary journaling 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 ==