lemmyreader@lemmy.ml to Linux@lemmy.mlEnglish · 7 months agoext2: mark as deprecated - kernel/git/torvalds/linux.git - Linux kernel source treegit.kernel.orgexternal-linkmessage-square12fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkext2: mark as deprecated - kernel/git/torvalds/linux.git - Linux kernel source treegit.kernel.orglemmyreader@lemmy.ml to Linux@lemmy.mlEnglish · 7 months agomessage-square12fedilink
minus-squaresubtext@lemmy.worldlinkfedilinkarrow-up0·7 months agoSo should ext3 be deprecated for the same reason? Seams it also has the 2038 problem. https://en.wikipedia.org/wiki/Ext3
minus-squarelemmyreader@lemmy.mlOPlinkfedilinkEnglisharrow-up0·7 months agoThanks for that! which made me read https://en.wikipedia.org/wiki/Ext3#ext4 Maybe high time for myself to learn more about ZFS.
minus-squaresubtext@lemmy.worldlinkfedilinkarrow-up0·7 months agoSame here lol, just read through ext{2…4} as well as Btrfs and Bcachefs (and B Trees of course). What a wonderful unplanned deep dive.
minus-squareozymandias117@lemmy.worldlinkfedilinkEnglisharrow-up0·7 months agoThe ext4 driver can read ext2/ext3 partitions while supporting the 2038 time issue The only change here is the driver loading the filesystem Ext3 support is already only available through the ext4 driver
So should ext3 be deprecated for the same reason? Seams it also has the 2038 problem.
https://en.wikipedia.org/wiki/Ext3
Thanks for that! which made me read https://en.wikipedia.org/wiki/Ext3#ext4 Maybe high time for myself to learn more about ZFS.
Same here lol, just read through ext{2…4} as well as Btrfs and Bcachefs (and B Trees of course). What a wonderful unplanned deep dive.
Bcachefs sounds awesome
The ext4 driver can read ext2/ext3 partitions while supporting the 2038 time issue
The only change here is the driver loading the filesystem
Ext3 support is already only available through the ext4 driver