Penguin
Annotated edit history of NTFS version 11, including all changes. View license author blame.
Rev Author # Line
8 AristotlePagaltzis 1 This is the FileSystem used by OperatingSystem~s based on MicrosoftCorporation's [WindowsNT]. It fixes many of the Nasty Nasty problems of [FAT32]: it has proper long file name support, permissions, journalling, and better data internal structures (zones of data with information about that zone being stored at the beginning or end, as most other FileSystems), and is less prone to fragmentation. It also has advanced features like alternative streams for files and transparent per-file compression and encryption.
1 PerryLorier 2
10 AristotlePagaltzis 3 [Linux] can usually read [NTFS] [Partition]s, and it can write to them sometimes without completely screwing them up. This situation appears to have improved as many developers seem to be working on the [NTFS] driver. Check out the [Linux NTFS Project | http://www.linux-ntfs.org/]; IanMcDonald's experience is that this driver sometimes refuses to write or delete but still works better than the LinuxKernel drivers.
9 IanMcDonald 4
5 An intesting stopgap solution is [Captive | http://www.jankratochvil.net/project/captive/], which runs MicrosoftWindows' own <tt>ntfs.sys</tt> so that you get feature complete, safe read/write support for [NTFS] volumes under [Linux].
1 PerryLorier 6
8 AristotlePagaltzis 7 [NTFS] originally grew out of Microsoft's collaboration with [IBM] over [OS/2].
11 CraigBox 8
9 * [Maximum file sizes for Windows file system types|http://www.windowsitpro.com/Articles/Index.cfm?ArticleID=27253&DisplayTab=Article]
4 CraigBox 10
11 -----
8 AristotlePagaltzis 12 Part of CategoryFileSystem, CategoryMicrosoftFileSystem and CategoryBtreeFileSystem