NTFS turns 30 years old today! I hear it's still in use by some crufty old legacy operating systems š
(en.wikipedia.org)
from riskable@programming.dev to technology@lemmy.ml on 27 Jul 2023 21:10
https://programming.dev/post/990712
from riskable@programming.dev to technology@lemmy.ml on 27 Jul 2023 21:10
https://programming.dev/post/990712
As a full time desktop Linux user since 1999 (the actual year of the Linux desktop) I wish all you Windows folks the best of luck on the next clean install š
ā¦and Happy 30th Birthday āNew Technologyā File System!
threaded - newest
Why are Linux nerds so insecure? Lol
?
Making an account to say this seems like the insecure thing. Lol
Also plenty of Windows users criticize NTFS. Itās just outdated. Windows needs a new option.
Honest question: what are the limitations? Most articles online compare it with FAT, which isnāt really an interesting comparison.
To the best of my knowledge, most of the limitations are around allocation. NTFS doesnāt allow for extent-based allocation, delayed allocation, uninitialized allocation, etc. It only has one allocation mode, which is the traditional block-at-a-time (actually āclusterā-at-a-time, though NTFSās clusters are roughly block-sized compared to other filesystems), which is now thought to be slightly less than ideal in terms of allocation performance and fragmentation.
Andā¦speaking of fragmentation, I believe NTFS still canāt do online defragmentation??? I canāt see anything that contradicts this, but itās possible Iām out of date.
There are other small differences. NTFS has unnecessary filename restrictions, like prohibiting " and ? and things. But thatās typically less important.
What about ReFS !? I have read it could be the alternative to NTFS in the future.
Nobody tell him
That was oddly hostile.
Thanks for the well wishes! I hope they wonāt get corrupted on your new, fresh and untested-by-time file system. Go on, save this post. Iāll waitā¦
iām confused⦠are you talking about ext4, xfs, zfsā¦? because these are the filesystems linux people talk about and these are also the filesystems that run the worlds databases and data storage systems
I realize my comment sounds like throwing shade onto the great file systems in the linux space.
I just wanted to point out, that when it comes to file systems you probably want the āold and stuffyā one because it has ben tested by time and you wonāt lose your data.
so⦠fat>ntfs?
thatās not how this works
Yes, but only when NTFS was still young, though. As it matured and became more reliable it also became āfat<ntfsā, to put it in your terms.
choice is king
for some things, sure... but for other things i'll take snapshots, dedupe, etc... i'll put my system disk on a fancy new filesystem and keep my user data on something more mundane for sure! that allows snapshot and restore of major upgrades with basically no effort
tell me again⦠how old is ext2 now?
age of the initial version might not be the best metric