1. 可扩展文件分配表(exFAT):
exFAT 代表可扩展文件分配表。该文件系统由 Microsoft 在 2006 年推出,针对 SD 卡和 USB 驱动器进行了优化。它已被 SD 协会用作大于 32 GB 的 SDXC 卡的默认文件系统。
exFAT 的优点:
- 从 exFAT 文件系统中意外删除后,它可以恢复已删除的文件。
- 在 Windows 上恢复格式化的 exFAT 文件系统。
- 它可以帮助您从存储卡、记忆棒、硬盘驱动器、USB 驱动器等中恢复数据。
- 它可以帮助您存储比 FAT32 允许的 4 GB 大得多的文件。
- 它没有实际的文件大小或分区大小限制。
exFAT 的缺点:
- 它不如 FAT32 兼容
- 它不提供日志功能和许多其他内置于 NTFS 文件系统的高级功能
2. 新技术文件系统(NTFS):
NTFS 代表新技术文件系统。它于 1993 年首次推出,用于最新版本的操作系统,如 Windows NT 和 2000 及更高版本的 Windows。它是一个更健壮、高性能的日志文件系统,具有多用户访问控制、ACL 和许多其他适合与具有保护的操作系统一起使用的功能。它包括多流、容错、安全、扩展文件大小、数据恢复和文件系统、UNICODE 名称等特性。
NTFS 的优点:
- 它是高度安全的,因为它通过强制执行加密文件系统 (EFS) 来防止对文件内容的未授权访问。
- 即使在大小超过 400 MB 的分区中,它也表现良好。
- 它不太容易碎片化。
NTFS 的缺点:
- 它没有得到广泛支持。
- 在 NTFS 文件系统中,在 400 MB 的分区下性能会下降。
exFAT 和 NTFS 的区别:
S.No. | EXFAT | NFTS |
---|---|---|
1. | It was introduced in 2006 with Windows XP and Vista. | It was introduced with Windows NT and widespread usage happened with Windows XP. |
2. | It works well with all versions of Windows, MAC OS X. Requires additional software’s on Linux. |
It is compatible with all versions of Windows, Read-Only with MAC and some version of Linux |
3. | It is suited for Flash drives. Lightweight. It has features but no overhead of NTFS file system. | NTFS supports file permissions, shadows copies for backup, provides encryption, change journal, helps quickly recover from error when computer crashes, disk quota limits, hard linking’s etc. |
4. | No file size or partition size limits. | Inexhaustible limits for file and partition size. |
5. | exFAT is a modern replacement for FAT 32, and more devices and OS support it than NTFS, but i not much widespread as compared to FAT32. | NTFS is the most modern file system. Windows use NTFS system drive by default, for most non-removable drives. |
6. | It is best for flash drives. | It is best for Windows System and Internal Drive used by Windows. |