How to fix Checksum with the fsck command in Linux

This problem can be solved by using the fsck (file system consistency check) command . This Fsck works at boot time.

Why use fsck in Linux?

  1. The problem occurs when starting the system.
  2. File may be damaged or missing.
  3. Driver is not working.

Options of the fsck command

  1. fsck -A : Checks all file systems.
  2. fsck -C : Show whether the progress bar is active or not.
  3. fsck -l : Lock the device to make sure no other program tries to use the partition during the test.
  4. fsck -M : The mounted file system will not check.
  5. fsck -P : Check that the file system is parallel or not include root.
  6. fsck -R : The command will not check the root file system.
  7. fsck -r : The device information provision command has been checked.
  8. fsck -T : Command does not show title.
  9. fsck -V : Provides description of what is being done.

How to use the fsck command?

Step 1 : First, open the boot option and select Advanced options for Ubuntu .

How to fix Checksum with the fsck command in Linux Picture 1

Step 2 : Then choose Recovery mode .

How to fix Checksum with the fsck command in Linux Picture 2

Step 3 : Then choose the fsck option .

How to fix Checksum with the fsck command in Linux Picture 3

It will ask the file system to mount again. Select Yes.

How to fix Checksum with the fsck command in Linux Picture 4

Now, you can see the following screen:

How to fix Checksum with the fsck command in Linux Picture 5

Step 4 : Select Resume.

How to fix Checksum with the fsck command in Linux Picture 6

3.7 ★ | 3 Vote

May be interested

  • How to fix CMOS Checksum errorsHow to fix CMOS Checksum errors
    cmos is a battery-powered semiconductor chip on the motherboard, storing all bios-related information.
  • How to use the last command in LinuxHow to use the last command in Linux
    want to know who, what time and which device to access your linux computer? please read the following article.
  • How to use ss command on LinuxHow to use ss command on Linux
    the ss command is a new alternative to the classic netstat. you can use it on linux to get data about network connections. here's how to work with this helpful tool.
  • 6 ways to fix checksum errors in WinRAR6 ways to fix checksum errors in WinRAR
    have you ever tried to decompress an archive using only winrar and encountered a checksum error? this error usually occurs when there is a problem with the archive file.
  • 11 uses of ps command in Linux11 uses of ps command in Linux
    for system administrators, ps is a frequently used tool. the ps command is used to list the processes currently running on the system, with many available filtering and display modes via flags and arguments.
  • Instructions for using zforce command on LinuxInstructions for using zforce command on Linux
    the gzip command is a popular tool used to compress / decompress files in linux. tipsmake.com presents the basics of this tool in the article: some basic terminal commands in linux mint 11.
  • How to limit access to su command in LinuxHow to limit access to su command in Linux
    if you have added linux to your data center or are just using a single linux machine for your business, you need to make sure it is as secure as possible.
  • 12 things Linux is easier to do in the command line than graphical software12 things Linux is easier to do in the command line than graphical software
    graphical user interfaces (guis) were invented to make life easier for computer users, so it's very common to use them to perform most everyday tasks.
  • 11 df commands in Linux (with example)11 df commands in Linux (with example)
    with the df command in linux, you can easily check your system for details about disk space and file size. these 12 examples of df commands will show you how to do them in detail.
  • How to use the Linux command line on Android with TermuxHow to use the Linux command line on Android with Termux
    android is a very operating system 'capacity with more and more desktop accessibility applications. however, sometimes you want to make some things on android that can be as easy as desktop. fortunately, you can use the termux tool, which builds on the existing infrastructure and provides a command line environment that allows you to install real linux applications on your android device.