Page 1 of 1

Raspbian Jessie Lite 2017-06-21 fsck fails

Posted: Sat Jun 24, 2017 9:11 am
by rpdom
While testing the latest Jessie Lite image I tried to do fsck of the root fileystem on another fully updated Pi

Code: Select all

fsck from util-linux 2.25.2
e2fsck 1.42.12 (29-Aug-2014)
/dev/sda2 has unsupported feature(s): metadata_csum
e2fsck: Get a newer version of e2fsck!
It looks like the metadata_csum option is only supported in fsck v1.43, not the 1.42 shipped with Jessie.

I can't disable the option with tune2fs, again because it is unsupported in v1.42.xx

Installing e2fsprogs 1.43.4-2 from Stretch fixes this. Perhaps they should be included in the image?

Re: Raspbian Jessie Lite 2017-06-21 fsck fails

Posted: Sat Jun 24, 2017 3:43 pm
by marionee
Probably the same problem viewtopic.php?f=66&t=186753

Re: Raspbian Jessie Lite 2017-06-21 fsck fails

Posted: Sat Jun 24, 2017 3:54 pm
by rpdom
marionee wrote:Probably the same problem viewtopic.php?f=66&t=186753
No, this is due to an option being set on the filesystem that probably shouldn't be. The odd size of the file is a different issue.

Re: Raspbian Jessie Lite 2017-06-21 fsck fails

Posted: Mon Jun 26, 2017 8:09 am
by ShiftPlusOne
The image was built from a stretch system, so I am guessing mkfs.ext4 works a little differently in stretch.

Re: Raspbian Jessie Lite 2017-06-21 fsck fails

Posted: Tue Jun 27, 2017 5:41 am
by rpdom
I see the e2fsprogs and e2fslibs from Stretch have now been added to the Jessie repo for archive.raspberrypi.org. Thank you ShiftPlusOne :-)

Re: Raspbian Jessie Lite 2017-06-21 fsck fails

Posted: Tue Jun 27, 2017 5:52 am
by ShiftPlusOne
Thanks for reporting the issue

Re: Raspbian Jessie Lite 2017-06-21 fsck fails

Posted: Fri Jul 07, 2017 3:25 am
by fhhowdy
I've got the same issue, but I'm afraid I'm too much of a newbie to really understand how to access the updated files for Stretch. Do I add archive.raspberrypi.org to my apt sources, directly download the files, or do something else?

Thanks!

Re: Raspbian Jessie Lite 2017-06-21 fsck fails

Posted: Fri Jul 07, 2017 4:36 am
by rpdom
You don't need to change anything. Just do the standard update and upgrade and the new files will be automatically installed.

Code: Select all

sudo apt-get update
sudo apt-get -y upgrade
archive.raspberrypi.org is already in one of your sources.list.d files (/etc/apt/sources.list.d/raspi.list).

Note: Later images (2017-07-05) don't have this issue.