mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-27 12:03:42 +08:00
- remark that Longhorn uses the same NTFS 3.1 format as XP and W2K3
This commit is contained in:
parent
1a5e15bb5b
commit
16ffe6063d
@ -93,7 +93,7 @@ typedef enum {
|
||||
* NTFS version 1.1 and 1.2 are used by Windows NT4.
|
||||
* NTFS version 2.x is used by Windows 2000 Beta
|
||||
* NTFS version 3.0 is used by Windows 2000.
|
||||
* NTFS version 3.1 is used by Windows XP and Windows Server 2003.
|
||||
* NTFS version 3.1 is used by Windows XP, Windows Server 2003 and Longhorn.
|
||||
*/
|
||||
|
||||
#define NTFS_V1_1(major, minor) ((major) == 1 && (minor) == 1)
|
||||
|
@ -1183,7 +1183,7 @@ int ntfs_check_if_mounted(const char *file __attribute__((unused)),
|
||||
* Version 1.1 and 1.2 are used by Windows NT3.x and NT4.
|
||||
* Version 2.x is used by Windows 2000 Betas.
|
||||
* Version 3.0 is used by Windows 2000.
|
||||
* Version 3.1 is used by Windows XP and Windows Server 2003.
|
||||
* Version 3.1 is used by Windows XP, Windows Server 2003 and Longhorn.
|
||||
*
|
||||
* Return 0 if NTFS version is supported otherwise -1 with errno set.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user