After running ‘lvextend’ with the ‘-r’ option as below. # lvextend -L <size> -r -v /path/of/logical-volume Instead of manually doing’resize2fs’ after performing the above lvextend command, the ext4 filesystem should Auto-resize itself. But instead, tune2fs shows the following output. # tune2fs -l /name/of/logical-volume tune2fs 1.38 (11-Aug-2007) tune2fs: Filesystem has unsupported feature(s) while trying to open …
