NTFS: Difference between revisions
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 | 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"> | ||
# mount /dev/sdeX /mnt -t | # mount /dev/sdeX /mnt -t ntfs-3g | ||
</ | </syntaxhighlight> | ||
== Mount NTFS filesystem on boot == | == Mount NTFS filesystem on boot == | ||