Posted on 08/29/2019 6:34:29 PM PDT by dayglored
> NTFS can compress files, can do deduplication, EXT4 cant do snapshots (natively). Honestly, they are very similar- EXT4 of course has things I wish Microsoft would do like allow file names of any character.
EXT4, like most native Unix/Linux filesystems, is based on a fixed-at-format-time pool of "inodes", with one inode required for each directory and each file. So if you allocate, say, 1M inodes when you format the volume (mkfs), and you try to put more than 1M files and directories on it, you lose. (Actually more than 95% -- generally 5% are reserved.)
NTFS is expandable in that regard -- there's no enforced upper limit on the number of directories and files in a volume, other than the volume's capacity.
NTFS has many of the more advanced, esoteric capabilities of EXT4, but most of them are blocked in Windows usage because "they would confuse users". Like for example symbolic links (no, Windows shortcuts are not true symlinks). NTFS is much better than Windows lets it be.
I think the reason NTFS in Windows disallows a bunch of punctuation characters in filenames is back-compatibility with MS-DOS. I'm not sure whether that prohibition is inherent in NTFS, or whether it's another artifact of Windows usage; I suspect the latter.
Linux Reader for Windows from DiskInternals enables read-only access of Ext2/Ext3/Ext4, HFS and ReiserFS files in Windows. However, in another example of corrupt moral "coding," its license agreement states,
display or distribution of this SOFTWARE together with material that is racist...abusive, promoting hatred,discriminating or displaying prejudice based on religion, ethnic heritage, race sexual orientation or age is strictly prohibited.
However, there is http://sourceforge.net/projects/ext2read/
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.