User avatar
rpdom
Posts: 17174
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Raspbian Jessie Lite 2017-06-21 fsck fails

Sat Jun 24, 2017 9:11 am

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?


User avatar
rpdom
Posts: 17174
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

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

Sat Jun 24, 2017 3:54 pm

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.

ShiftPlusOne
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6229
Joined: Fri Jul 29, 2011 5:36 pm
Location: The unfashionable end of the western spiral arm of the Galaxy

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

Mon Jun 26, 2017 8:09 am

The image was built from a stretch system, so I am guessing mkfs.ext4 works a little differently in stretch.

User avatar
rpdom
Posts: 17174
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

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

Tue Jun 27, 2017 5:41 am

I see the e2fsprogs and e2fslibs from Stretch have now been added to the Jessie repo for archive.raspberrypi.org. Thank you ShiftPlusOne :-)

ShiftPlusOne
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 6229
Joined: Fri Jul 29, 2011 5:36 pm
Location: The unfashionable end of the western spiral arm of the Galaxy

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

Tue Jun 27, 2017 5:52 am

Thanks for reporting the issue

fhhowdy
Posts: 1
Joined: Fri Jul 07, 2017 3:22 am

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

Fri Jul 07, 2017 3:25 am

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!

User avatar
rpdom
Posts: 17174
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

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

Fri Jul 07, 2017 4:36 am

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.

Return to “Raspberry Pi OS”