American Programmers Independent, LLC.

When you want something done, call API

Menu
  • API Leather Crafting
    • About API Leather Crafting
  • API Labor
    • Terms of Service
    • Rate Sheet
  • API Makerspace
    • GRUB_INIT_TUNE Necropolis
    • Raspberry Pi
    • Arduino
    • TI LaunchPads
  • About Us
  • Contact Us
  • Privacy Policy
Menu

fsck update needed GNU/Linux Mint v18 -> v19 file systems

Posted on December 5, 2018December 5, 2018 by John Nash

GNU/Linux is built of many programs around a kernel. One of those programs is used to check your file system for errors before mounting it while booting. If errors are detected then the boot process stops and places you at a command line where you must somehow repair your disk so that your system can boot. fsck is the program that you call to do that repair.

New features in the file system cannot be checked by the old fsck – you cannot successfully fsck a disk made with Linux Mint v19 using Linux Mint v18: you get an error “e2fsck 1.42.13 (17-May-2015) /dev/sdg4 has unsupported features …. e2fsck: Get a newer version of e2fsck!”

Online search eventually showed me the solution via a question asked by Zangar, and answered by heynnema and VasekCh on StackExchange / Ask Ubuntu  at https://askubuntu.com/questions/883351/how-do-i-update-e2fsck.

I tried e2fsck but it asks me to Get a newer version of e2fsck! Then, I looked at all the other posts about updating e2fsck (here and here.) These answers did not work for me.

The answer that I used meant downloading the current version of e2fsck from SourceForge and following instructions by VasekCh to build and install it:

  1. Download the latest version (1.44.3) from http://e2fsprogs.sourceforge.net/ and unpack in a directory and cd into it.
  2. According to the INSTALL document:
    mkdir build; cd build
    ../configure
    make
    sudo make install
    
  3. Check that you have new version now:
    $ e2fsck -V
    e2fsck 1.44.3 (10-July-2018)
    Using EXT2FS Library version 1.44.3, 10-July-2018
    

Note: you may need to install compiler and tools with apt get install gcc.

This worked the first time for me on my GNU/Linux Mint/MATE workstation.

Share on Social Media
x facebook pinterest linkedin tumblr reddit emailwhatsapptelegrammastodon

Search for Topic:

Buy Programming Labor

Buy WordPress Setup

Subscribers

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2019 American Programmers Independent, LLC. - All Rights Reserved Worldwide
©2025 American Programmers Independent, LLC.