Errors on disk, how to fix, core dumps

Hello,
After last Manjaro update I have core dumps of applications. For examole firefox, steam etc

Reinstalled whole system and problem is showing again.

    ~  coredumpctl                                                                                                                                                                         ✔ 
TIME                           PID  UID  GID SIG     COREFILE EXE                       SIZE
Fri 2022-10-28 15:39:07 CEST 14781 1000 1000 SIGSEGV present  /usr/lib/firefox/firefox  1.5M
Fri 2022-10-28 15:39:11 CEST 11580 1000 1000 SIGBUS  present  /usr/lib/firefox/firefox 62.2M

Fresh install. Maybe disk is corrupted?

sudo smartctl -l error /dev/nvme0n1p1                                                                                                                                               ✔ 
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-5.15.60-1-MANJARO] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF SMART DATA SECTION ===
Error Information (NVMe Log 0x01, 8 of 8 entries)
Num   ErrCount  SQId   CmdId  Status  PELoc          LBA  NSID    VS
  0 1219368206019409473     0  0x0000  0x0000  0x000            0     0     -
  - [1 unused entry]
  2          1     0  0x0000  0x0000  0x000            0     0     -

how can I fix these errors? The system core dumps can be because of this errors?

You can’t fix hardware failure. Backup your data while you can and get yourself a new drive.

2 Likes

how to add fsck to boot the system?

GRUB_CMDLINE_LINUX="... fsck.mode=force fsck.repair=yes"

not working