While NTFS is still ok we are moving away from mechanical hard drives now lets talk speed:
https://openbenchmarking.org/result/1608041-LO-LINUX44BT99
Notice NTFS is dead last in ALL tests not to mention no wear leveling native support most devices have this built in which adds to the cost why have there been no real innovation in a better file system that not only allows more performance for gamers but also business applications as well and supports SSD/NVME drives natively.
Even EXT4 is better i have done extensive testing using a PLEX media server and transferring huge amounts of video files NTFS with huge amounts of files the performance degrades very fast VS EXT4 not to mention fragmentation is not an issue where NTFS well if your transferring large amounts of files deleting files and replacing files causes HUGE performance hits on mechanical drives requiring very long defrag times.
FAT32 vs Ext4 vs NTFS
- FAT32 is the older. NTFS is the newer drive format. Ext4 is the newest of these drive formats.
- FAT32 originally designed in 1977. NTFS introduced in July 1993. And Ext4 stable version released on 21 October 2008.
- FAT32 is read/write compatible with a majority of recent and recently obsolete operating systems, including DOS, most flavors of Windows (up to and including 8), Mac OS X, and many flavors of UNIX-descended operating systems, including Linux and FreeBSD.
- NTFS is fully read/write compatible with Windows from Windows NT 3.1 and Windows XP up to and including Windows 8. Mac OS X 10.3 and beyond have NTFS read capabilities, but writing to an NTFS volume requires a third party software utility like Paragon NTFS for Mac.
- Ext4 is one of the latest and greatest Linux file formats.
- Ext4 modifies important data structures of the filesystem such as the ones destined to store the file data.
- The ext4 format allows users to still read the filesystem from other distributions/operating systems without ext4 support.
- Ext3/4 is by far the best filesystem format, but it's not supported natively by Windows or Macs. A good option is to create a small FAT32 partition and copy or install an application such as Ext2Fsd and format the rest as ext4.
- ext4 has very large limits on file and partition sizes., allowing you to store files much larger than the 4 GB allowed by FAT32.
- Use Ext4 when you need a bigger file size and partition limits than FAT32 offers and when you need more compatibility than NTFS offers.
- NTFS is ideal for internal drives, while Ext4 is generally ideal for flash drives.
- Ext4 filesystems are complete journaling filesystems and do not need defragmentation utilities to be run on them like FAT32 and NTFS.
- The ext4 filesystem can support volumes with sizes up to 1 exbibyte (EiB) and files with sizes up to 16 tebibytes (TiB).
- The maximum possible size for a file on a FAT32 volume is 4 GiB.
- The design of the FAT32 file system does not include direct built-in support for long filenames.
- Ext4 is backward-compatible with ext3 and ext2, making it possible to mount ext3 and ext2 as ext4.
- Ext4 uses a performance technique called allocate-on-flush.
- Ext4 allows an unlimited number of subdirectories.
- The ext4 file system does not honor the "secure deletion" file attribute, which is supposed to cause overwriting of files upon deletion.
- Windows uses hard links to support short (8.3) filenames in NTFS.
- NTFS is a journaling file system and uses the NTFS Log to record metadata changes to the volume. It is a feature that FAT does not provide and critical for NTFS to ensure that its complex internal data structures will remain consistent in case of system crashes or data moves performed by the defragmentation API, and allow easy rollback of uncommitted changes to these critical data structures when the volume is remounted.
- When it comes to file checking, EXT4 is quicker because unallocated blocks of data are marked as such and are simply skipped during disk check operations.
- The Encrypting File System (EFS) provides the core file encryption technology used to store encrypted files on NTFS volumes.
- FAT is a simple file system that is supported for reading and writes on all major operating systems (which is why it's a good choice for external drives), it has no security and it does not perform well with large files. NTFS makes improvements on FAT with security and in many cases contiguous reads, but it still suffers some similar ailments. Ext is generally a good choice for working with most files, however, small files would benefit more from contiguous allocation.
Maximum FAT32 is not 4 GiB. You can actually go to about 2 TB on most Operating Systems. I know Windows 10 limits it to formatting 32 GB though it can read/write much larger. I have seen memory sticks factory formatted around 256 GB as FAT32 or ExFAT depending on which OS you get the report from.
Ext4 has some issues. For example, it has no inheritance. It's still stuck with only Read, Write, and Execute bits which are historically changed with chmod. With these regards, it is inferior to NTFS. That said, NTFS needs to be revamped for a lot of reasons besides leveling and performance.
Those are minor.
What's really broken (the fundamental design is entirely broken):
You should be able to set a permission or ownership and have it flow downstream to all files and sub-directories, yet making the change shouldn't cause a dialog box to pop-up and process on screen for 15 minutes. It should be instant like a SQL query instead of written to the MFT or wherever it writes it for each and every file. It should be impossible to end up with inconsistent permissions. (i.e. canceling said dialog). If you don't have permissions to make a change on all files below, it shouldn't pause with an error on those. Instead, it should simply deny your request up-front reporting on exactly what the error is (i.e. "You requested to make a change inherited by all files/folders below "here," but you don't have rights to "here\blah\blah").
There should be some new dialog boxes that are role-based, like allow full-control, full-control without the ability to change ownership or permissions, read-only without execute, read-only with execute, a drop box to be able to place items yet not see other dropped items.
The file system should be integrated with a new file sharing protocol, so there aren't separate share vs file permissions. It should be one unified system. Auditing should be enabled by default, and instead of looking at the audit logs in the event viewer like a needle in a haystack, it should have an easy comprehensive reporting system to report who made what ownership/permission changes, where, how (i.e. what tool/application), when, and from what networked system!
Deny statements should be simplified because right now it's a poor design. There should be rules like allow/deny, and they should be ordered and processed in order like how a firewall processes its rules. Once a match is made, that should be the end of processing. Reporting on rights should be able to show that "Jane Smith" is granted access to "secret.docx" by virtue of being in Active Directory group "Secret Clearance." The tool for building rules should show all rules matched (or not) and tell which rule takes precedence, so you can easily see if re-ordering helps.
You should be able to disable an Active Directory group much like you disable a user account!
Lastly, ANY and all member computers and servers in an Active Directory domain should have ALL their volumes show up as volume objects in the Domain like they did in the tree with Novell back in the day.
You should be able to run a report on any domain user account for example, and it should show a comprehensive list of everything they have rights to on every volume of every server via every group etc. This is the kind of stuff that should be built-in.