|
ext3 converted to ext4, still reported as ext3
I have a couple of filesystems that where initially created as ext3 and later converted to ext4 (tune2fs -O extents,uninit_bg,dir_index ...; fsck.ext4 -pfD ...); I mount then as ext4, have been using them for some time, and everything seems fine.
However, "fsck -N" still reports them as ext3, not ext4. This would be just a cosmetic issue, were not for some programs (Fedora's rescue or upgrade, for example), that refuse to mount them, because they do not match what fstab says.
So, my question is, how does fsck detect them as ext3, and how can I change that info (other than mkfs, of course)? Many thanks!
|