missing y2038 support
missing y2038 support
Posted Mar 8, 2022 8:22 UTC (Tue) by TomH (subscriber, #56149)In reply to: missing y2038 support by pm215
Parent article: When and why to deprecate filesystems
Sure, run "dumpe2fs -h <device>" and look at the inode size. It needs to be 256 bytes or larger to support extended timestamps.
You can increase the size with "tune2fs -I <device>" but a fsck needs to be done first so the filesystem will need to be unmounted and you probably want to read what the manual page says before trying it.
