Bad super block

How do I get past this. One super block loads now what?
''sudo e2fsck -b 32768
Usage: e2fsck [-panyrcdfktvDFV] [-b superblock] [-B blocksize]
[-l|-L bad_blocks_file] [-C fd] [-j external_journal]
[-E extended-options] [-z undo_file] device

Emergency help:
-p Automatic repair (no questions)
-n Make no changes to the filesystem
-y Assume “yes” to all questions
-c Check for bad blocks and add them to the badblock list
-f Force checking even if filesystem is marked clean
-v Be verbose
-b superblock Use alternative superblock
-B blocksize Force blocksize when looking for superblock
-j external_journal Set location of the external journal
-l bad_blocks_file Add to badblocks list
-L bad_blocks_file Set badblocks list
-z undo_file Create an undo file’’

The question is:
What is it that you want to accomplish?
At a glance:
your e2fsck command is incomplete - it is missing the device to be checked
that is what the “Usage:” message tells you

1 Like
  1. Reset language to default temporary:
export LANG=C
  1. Check which device it is:
lsblk --fs
  1. Get superblocks:
sudo dumpe2fs /dev/sdXY | grep -i superblock

Replace sdXY with your device.

  1. Check device with the superblock:
sudo fsck -b <superblock> /dev/sdXY
  1. If successful, then also check for badblocks:
sudo fsck -vcck /dev/sdXY

Posted wrong response. it was /dev/sda
thanks for taking the time to reply

… with that, that very likely still would not be a complete command - it needs the partition on that device specified as well
like:
/dev/sda1 or /dev/sda3
the specific partition with the ext (ext2 or ext3 or ext4) filesystem on it that you want to check …

" sudo dumpe2fs /dev/sda1 | grep -i superblock
dumpe2fs 1.46.4 (18-Aug-2021)
dumpe2fs: No such file or directory while trying to open /dev/sda1
Couldn’t find valid filesystem superblock.
[manjaro@manjaro ~]$ sudo dumpe2fs /dev/sda2 | grep -i superblock
dumpe2fs 1.46.4 (18-Aug-2021)
dumpe2fs: No such file or directory while trying to open /dev/sda2
Couldn’t find valid filesystem superblock."

I assumed it was ext4, since you provided no information. Which filesystems is it?

sudo parted -l

Just says input output error. Time for a new drive?
Says backup table is OK.

Then I get this.
Model: ATA TOSHIBA MQ01ABD1 (scsi)
Disk /dev/sda: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:

Number Start End Size File system Name Flags
1 1049kB 1855MB 1854MB primary
2 1855MB 476GB 474GB Manjaro msftdata

Lost here. Thanks again for everyone time.

My / partition is encrypted - not /boot though
sudo parted -l
will show nothing regarding /dev/sda2 (where my / partition is)

however,
sudo lsblk
or
sudo lsblk -f

will show that it is indeed on /dev/sda2 but that it is encrypted:

lsblk -f
NAME          FSTYPE      FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                                       
├─sda1        vfat        FAT32       84B9-0375                             542,6M    29% /boot
└─sda2        crypto_LUKS 2           73213ab9-5c8c-4c2a-a397-aa321ebfd4ec                
  └─cryptroot ext4        1.0         57ce341b-6aae-4fb0-a607-1a5d5967c7a2  618,8G    31% /

Perhaps your drive is encrypted?

Then you’d have to go through /dev/mapper/xxyyzz to check the filesystem
but only after having opened the encrypted container with

cryptsetup open ...

You’ll need to do this task from a live USB.

1 Like

Thanks again. If I could just remember how to post a long reply so it could be scrolled.

I sent the output to a txt file now to figure how to post.

… just paste your long reply
then highlight it and use the </> button in the menu right above the text input field to format it …

[manjaro@manjaro ~]$ sudo lsblk -f
NAME  FSTYPE FSVER LABEL           UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0 squash 4.0                                                              0   100% /run/miso/sfs/livefs
loop1 squash 4.0                                                              0   100% /run/miso/sfs/mhwdfs
loop2 squash 4.0                                                              0   100% /run/miso/sfs/desktopfs
loop3 squash 4.0                                                              0   100% /run/miso/sfs/rootfs
sda                                                                                    
sdb   iso966 Jolie MANJARO_KDE_2112
|                                  2021-09-04-18-07-46-00                     0   100% /run/miso/bootmnt
|-sdb1
|     iso966 Jolie MANJARO_KDE_2112
|                                  2021-09-04-18-07-46-00                              
`-sdb2
      vfat   FAT12 MISO_EFI        F9F3-0D0C   

That looks pretty bad… maybe kernel messages can say more?

sudo dmesg

Maybe it is. Don’t know.

But
there was a question above:
Is your drive encrypted?

My command output is from my running system.

You ran that command from a Manjaro live ISO.

I’m not sure whether it is normal that /dev/sda only gets barely mentioned as existing, but there is nothing specific shown about it.

I think it should show up with some more information - but, again, I’m not sure
and I can’t test it right now by booting my system from USB …

no encyrption

[70368.187589] ata2.00: error: { UNC }
[70368.190935] ata2.00: configured for UDMA/100
[70368.190962] sd 1:0:0:0: [sda] tag#5 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[70368.190970] sd 1:0:0:0: [sda] tag#5 Sense Key : Medium Error [current] 
[70368.190975] sd 1:0:0:0: [sda] tag#5 Add. Sense: Unrecovered read error - auto reallocate failed
[70368.190980] sd 1:0:0:0: [sda] tag#5 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[70368.190983] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[70368.190994] Buffer I/O error on dev sda, logical block 256, async page read
[70368.191019] ata2: EH complete
[70368.310243] ata2.00: exception Emask 0x0 SAct 0x80000000 SErr 0x0 action 0x0
[70368.310256] ata2.00: irq_stat 0x40000008
[70368.310263] ata2.00: failed command: READ FPDMA QUEUED
[70368.310266] ata2.00: cmd 60/08:f8:00:08:00/00:00:00:00:00/40 tag 31 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70368.310282] ata2.00: status: { DRDY ERR }
[70368.310287] ata2.00: error: { UNC }
[70368.313715] ata2.00: configured for UDMA/100
[70368.313748] sd 1:0:0:0: [sda] tag#31 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[70368.313756] sd 1:0:0:0: [sda] tag#31 Sense Key : Medium Error [current] 
[70368.313761] sd 1:0:0:0: [sda] tag#31 Add. Sense: Unrecovered read error - auto reallocate failed
[70368.313767] sd 1:0:0:0: [sda] tag#31 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[70368.313769] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[70368.313781] Buffer I/O error on dev sda, logical block 256, async page read
[70368.313809] ata2: EH complete
[70368.423368] ata2.00: exception Emask 0x0 SAct 0x80000 SErr 0x0 action 0x0
[70368.423381] ata2.00: irq_stat 0x40000008
[70368.423387] ata2.00: failed command: READ FPDMA QUEUED
[70368.423391] ata2.00: cmd 60/08:98:00:08:00/00:00:00:00:00/40 tag 19 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70368.423407] ata2.00: status: { DRDY ERR }
[70368.423412] ata2.00: error: { UNC }
[70368.426751] ata2.00: configured for UDMA/100
[70368.426778] sd 1:0:0:0: [sda] tag#19 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[70368.426786] sd 1:0:0:0: [sda] tag#19 Sense Key : Medium Error [current] 
[70368.426791] sd 1:0:0:0: [sda] tag#19 Add. Sense: Unrecovered read error - auto reallocate failed
[70368.426796] sd 1:0:0:0: [sda] tag#19 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[70368.426799] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[70368.426810] Buffer I/O error on dev sda, logical block 256, async page read
[70368.426834] ata2: EH complete
[70368.537885] ata2.00: exception Emask 0x0 SAct 0x20 SErr 0x0 action 0x0
[70368.537898] ata2.00: irq_stat 0x40000008
[70368.537904] ata2.00: failed command: READ FPDMA QUEUED
[70368.537908] ata2.00: cmd 60/08:28:00:08:00/00:00:00:00:00/40 tag 5 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70368.537923] ata2.00: status: { DRDY ERR }
[70368.537928] ata2.00: error: { UNC }
[70368.541442] ata2.00: configured for UDMA/100
[70368.541469] sd 1:0:0:0: [sda] tag#5 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[70368.541476] sd 1:0:0:0: [sda] tag#5 Sense Key : Medium Error [current] 
[70368.541481] sd 1:0:0:0: [sda] tag#5 Add. Sense: Unrecovered read error - auto reallocate failed
[70368.541487] sd 1:0:0:0: [sda] tag#5 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[70368.541490] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[70368.541501] Buffer I/O error on dev sda, logical block 256, async page read
[70368.541531] ata2: EH complete
[70368.646783] ata2.00: exception Emask 0x0 SAct 0x2 SErr 0x0 action 0x0
[70368.646795] ata2.00: irq_stat 0x40000008
[70368.646801] ata2.00: failed command: READ FPDMA QUEUED
[70368.646805] ata2.00: cmd 60/08:08:00:08:00/00:00:00:00:00/40 tag 1 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70368.646821] ata2.00: status: { DRDY ERR }
[70368.646826] ata2.00: error: { UNC }
[70368.650553] ata2.00: configured for UDMA/100
[70368.650584] sd 1:0:0:0: [sda] tag#1 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[70368.650592] sd 1:0:0:0: [sda] tag#1 Sense Key : Medium Error [current] 
[70368.650597] sd 1:0:0:0: [sda] tag#1 Add. Sense: Unrecovered read error - auto reallocate failed
[70368.650603] sd 1:0:0:0: [sda] tag#1 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[70368.650605] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[70368.650617] Buffer I/O error on dev sda, logical block 256, async page read
[70368.650654] ata2: EH complete
[70368.760020] ata2.00: exception Emask 0x0 SAct 0x800000 SErr 0x0 action 0x0
[70368.760036] ata2.00: irq_stat 0x40000008
[70368.760042] ata2.00: failed command: READ FPDMA QUEUED
[70368.760046] ata2.00: cmd 60/08:b8:00:08:00/00:00:00:00:00/40 tag 23 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70368.760062] ata2.00: status: { DRDY ERR }
[70368.760066] ata2.00: error: { UNC }
[70368.763790] ata2.00: configured for UDMA/100
[70368.763813] Buffer I/O error on dev sda, logical block 256, async page read
[70368.763843] ata2: EH complete
[70368.873438] ata2.00: exception Emask 0x0 SAct 0x100 SErr 0x0 action 0x0
[70368.873451] ata2.00: irq_stat 0x40000008
[70368.873457] ata2.00: failed command: READ FPDMA QUEUED
[70368.873460] ata2.00: cmd 60/08:40:00:08:00/00:00:00:00:00/40 tag 8 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70368.873476] ata2.00: status: { DRDY ERR }
[70368.873481] ata2.00: error: { UNC }
[70368.876893] ata2.00: configured for UDMA/100
[70368.876936] ata2: EH complete
[70368.980619] ata2.00: exception Emask 0x0 SAct 0x4 SErr 0x0 action 0x0
[70368.980631] ata2.00: irq_stat 0x40000008
[70368.980637] ata2.00: failed command: READ FPDMA QUEUED
[70368.980641] ata2.00: cmd 60/08:10:00:08:00/00:00:00:00:00/40 tag 2 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70368.980657] ata2.00: status: { DRDY ERR }
[70368.980661] ata2.00: error: { UNC }
[70368.984223] ata2.00: configured for UDMA/100
[70368.984280] ata2: EH complete
[70369.103275] ata2.00: exception Emask 0x0 SAct 0x40000000 SErr 0x0 action 0x0
[70369.103289] ata2.00: irq_stat 0x40000008
[70369.103295] ata2.00: failed command: READ FPDMA QUEUED
[70369.103299] ata2.00: cmd 60/08:f0:00:08:00/00:00:00:00:00/40 tag 30 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70369.103315] ata2.00: status: { DRDY ERR }
[70369.103319] ata2.00: error: { UNC }
[70369.106743] ata2.00: configured for UDMA/100
[70369.106794] ata2: EH complete
[70369.243259] ata2.00: exception Emask 0x0 SAct 0x80 SErr 0x0 action 0x0
[70369.243272] ata2.00: irq_stat 0x40000008
[70369.243278] ata2.00: failed command: READ FPDMA QUEUED
[70369.243281] ata2.00: cmd 60/08:38:00:08:00/00:00:00:00:00/40 tag 7 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70369.243297] ata2.00: status: { DRDY ERR }
[70369.243301] ata2.00: error: { UNC }
[70369.246497] ata2.00: configured for UDMA/100
[70369.246538] ata2: EH complete
[70369.369984] ata2.00: exception Emask 0x0 SAct 0x40000 SErr 0x0 action 0x0
[70369.369998] ata2.00: irq_stat 0x40000008
[70369.370004] ata2.00: failed command: READ FPDMA QUEUED
[70369.370007] ata2.00: cmd 60/08:90:00:08:00/00:00:00:00:00/40 tag 18 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70369.370024] ata2.00: status: { DRDY ERR }
[70369.370029] ata2.00: error: { UNC }
[70369.373567] ata2.00: configured for UDMA/100
[70369.373627] ata2: EH complete
[70369.481915] ata2.00: exception Emask 0x0 SAct 0x2000000 SErr 0x0 action 0x0
[70369.481929] ata2.00: irq_stat 0x40000008
[70369.481935] ata2.00: failed command: READ FPDMA QUEUED
[70369.481939] ata2.00: cmd 60/08:c8:00:08:00/00:00:00:00:00/40 tag 25 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70369.481955] ata2.00: status: { DRDY ERR }
[70369.481960] ata2.00: error: { UNC }
[70369.485703] ata2.00: configured for UDMA/100
[70369.485773] ata2: EH complete
[70369.596785] ata2.00: exception Emask 0x0 SAct 0x2000 SErr 0x0 action 0x0
[70369.596798] ata2.00: irq_stat 0x40000008
[70369.596805] ata2.00: failed command: READ FPDMA QUEUED
[70369.596808] ata2.00: cmd 60/08:68:00:08:00/00:00:00:00:00/40 tag 13 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70369.596824] ata2.00: status: { DRDY ERR }
[70369.596829] ata2.00: error: { UNC }
[70369.600579] ata2.00: configured for UDMA/100
[70369.600636] ata2: EH complete
[70369.732691] ata2.00: exception Emask 0x0 SAct 0x8000000 SErr 0x0 action 0x0
[70369.732705] ata2.00: irq_stat 0x40000008
[70369.732711] ata2.00: failed command: READ FPDMA QUEUED
[70369.732715] ata2.00: cmd 60/08:d8:00:08:00/00:00:00:00:00/40 tag 27 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70369.732730] ata2.00: status: { DRDY ERR }
[70369.732735] ata2.00: error: { UNC }
[70369.736230] ata2.00: configured for UDMA/100
[70369.736277] ata2: EH complete
[70369.865991] ata2.00: exception Emask 0x0 SAct 0x20 SErr 0x0 action 0x0
[70369.866004] ata2.00: irq_stat 0x40000008
[70369.866010] ata2.00: failed command: READ FPDMA QUEUED
[70369.866014] ata2.00: cmd 60/08:28:00:08:00/00:00:00:00:00/40 tag 5 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70369.866030] ata2.00: status: { DRDY ERR }
[70369.866034] ata2.00: error: { UNC }
[70369.869443] ata2.00: configured for UDMA/100
[70369.869494] ata2: EH complete
[70369.999298] ata2.00: exception Emask 0x0 SAct 0x200000 SErr 0x0 action 0x0
[70369.999311] ata2.00: irq_stat 0x40000008
[70369.999318] ata2.00: failed command: READ FPDMA QUEUED
[70369.999321] ata2.00: cmd 60/08:a8:00:08:00/00:00:00:00:00/40 tag 21 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70369.999337] ata2.00: status: { DRDY ERR }
[70369.999342] ata2.00: error: { UNC }
[70370.002674] ata2.00: configured for UDMA/100
[70370.002733] ata2: EH complete
[70370.123252] ata2.00: exception Emask 0x0 SAct 0x800 SErr 0x0 action 0x0
[70370.123266] ata2.00: irq_stat 0x40000008
[70370.123272] ata2.00: failed command: READ FPDMA QUEUED
[70370.123276] ata2.00: cmd 60/08:58:00:08:00/00:00:00:00:00/40 tag 11 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70370.123292] ata2.00: status: { DRDY ERR }
[70370.123297] ata2.00: error: { UNC }
[70370.126566] ata2.00: configured for UDMA/100
[70370.126608] ata2: EH complete
[70370.243311] ata2.00: exception Emask 0x0 SAct 0x10 SErr 0x0 action 0x0
[70370.243324] ata2.00: irq_stat 0x40000008
[70370.243330] ata2.00: failed command: READ FPDMA QUEUED
[70370.243334] ata2.00: cmd 60/08:20:00:08:00/00:00:00:00:00/40 tag 4 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70370.243350] ata2.00: status: { DRDY ERR }
[70370.243354] ata2.00: error: { UNC }
[70370.246866] ata2.00: configured for UDMA/100
[70370.246921] ata2: EH complete
[70370.365122] ata2.00: exception Emask 0x0 SAct 0x400000 SErr 0x0 action 0x0
[70370.365136] ata2.00: irq_stat 0x40000008
[70370.365142] ata2.00: failed command: READ FPDMA QUEUED
[70370.365146] ata2.00: cmd 60/08:b0:00:08:00/00:00:00:00:00/40 tag 22 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70370.365162] ata2.00: status: { DRDY ERR }
[70370.365166] ata2.00: error: { UNC }
[70370.368684] ata2.00: configured for UDMA/100
[70370.368741] ata2: EH complete
[70370.479995] ata2.00: exception Emask 0x0 SAct 0x400 SErr 0x0 action 0x0
[70370.480008] ata2.00: irq_stat 0x40000008
[70370.480014] ata2.00: failed command: READ FPDMA QUEUED
[70370.480018] ata2.00: cmd 60/08:50:00:08:00/00:00:00:00:00/40 tag 10 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70370.480034] ata2.00: status: { DRDY ERR }
[70370.480038] ata2.00: error: { UNC }
[70370.483608] ata2.00: configured for UDMA/100
[70370.483663] ata2: EH complete
[70370.598555] ata2.00: exception Emask 0x0 SAct 0x80000000 SErr 0x0 action 0x0
[70370.598568] ata2.00: irq_stat 0x40000008
[70370.598575] ata2.00: failed command: READ FPDMA QUEUED
[70370.598579] ata2.00: cmd 60/08:f8:00:08:00/00:00:00:00:00/40 tag 31 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70370.598595] ata2.00: status: { DRDY ERR }
[70370.598600] ata2.00: error: { UNC }
[70370.602248] ata2.00: configured for UDMA/100
[70370.602318] ata2: EH complete
[70370.716683] ata2.00: exception Emask 0x0 SAct 0x100000 SErr 0x0 action 0x0
[70370.716697] ata2.00: irq_stat 0x40000008
[70370.716703] ata2.00: failed command: READ FPDMA QUEUED
[70370.716707] ata2.00: cmd 60/08:a0:00:08:00/00:00:00:00:00/40 tag 20 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70370.716723] ata2.00: status: { DRDY ERR }
[70370.716727] ata2.00: error: { UNC }
[70370.720298] ata2.00: configured for UDMA/100
[70370.720355] ata2: EH complete
[70370.826635] ata2.00: exception Emask 0x0 SAct 0x200 SErr 0x0 action 0x0
[70370.826647] ata2.00: irq_stat 0x40000008
[70370.826654] ata2.00: failed command: READ FPDMA QUEUED
[70370.826657] ata2.00: cmd 60/08:48:00:08:00/00:00:00:00:00/40 tag 9 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70370.826673] ata2.00: status: { DRDY ERR }
[70370.826678] ata2.00: error: { UNC }
[70370.830133] ata2.00: configured for UDMA/100
[70370.830189] ata2: EH complete
[70370.948634] ata2.00: exception Emask 0x0 SAct 0x20 SErr 0x0 action 0x0
[70370.948647] ata2.00: irq_stat 0x40000008
[70370.948652] ata2.00: failed command: READ FPDMA QUEUED
[70370.948656] ata2.00: cmd 60/08:28:00:08:00/00:00:00:00:00/40 tag 5 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70370.948672] ata2.00: status: { DRDY ERR }
[70370.948677] ata2.00: error: { UNC }
[70370.952296] ata2.00: configured for UDMA/100
[70370.952350] ata2: EH complete
[70371.065265] ata2.00: exception Emask 0x0 SAct 0x400000 SErr 0x0 action 0x0
[70371.065278] ata2.00: irq_stat 0x40000008
[70371.065284] ata2.00: failed command: READ FPDMA QUEUED
[70371.065288] ata2.00: cmd 60/08:b0:00:08:00/00:00:00:00:00/40 tag 22 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70371.065304] ata2.00: status: { DRDY ERR }
[70371.065309] ata2.00: error: { UNC }
[70371.068817] ata2.00: configured for UDMA/100
[70371.068870] ata2: EH complete
[70371.189915] ata2.00: exception Emask 0x0 SAct 0x8000 SErr 0x0 action 0x0
[70371.189927] ata2.00: irq_stat 0x40000008
[70371.189934] ata2.00: failed command: READ FPDMA QUEUED
[70371.189937] ata2.00: cmd 60/08:78:00:08:00/00:00:00:00:00/40 tag 15 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70371.189954] ata2.00: status: { DRDY ERR }
[70371.189958] ata2.00: error: { UNC }
[70371.193346] ata2.00: configured for UDMA/100
[70371.193396] ata2: EH complete
[70371.321322] ata2.00: exception Emask 0x0 SAct 0x80 SErr 0x0 action 0x0
[70371.321335] ata2.00: irq_stat 0x40000008
[70371.321340] ata2.00: failed command: READ FPDMA QUEUED
[70371.321344] ata2.00: cmd 60/08:38:00:08:00/00:00:00:00:00/40 tag 7 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70371.321360] ata2.00: status: { DRDY ERR }
[70371.321364] ata2.00: error: { UNC }
[70371.324939] ata2.00: configured for UDMA/100
[70371.324987] ata2: EH complete
[70371.449252] ata2.00: exception Emask 0x0 SAct 0x800000 SErr 0x0 action 0x0
[70371.449265] ata2.00: irq_stat 0x40000008
[70371.449272] ata2.00: failed command: READ FPDMA QUEUED
[70371.449275] ata2.00: cmd 60/08:b8:00:08:00/00:00:00:00:00/40 tag 23 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70371.449292] ata2.00: status: { DRDY ERR }
[70371.449296] ata2.00: error: { UNC }
[70371.452818] ata2.00: configured for UDMA/100
[70371.452874] ata2: EH complete
[70371.563251] ata2.00: exception Emask 0x0 SAct 0x4000 SErr 0x0 action 0x0
[70371.563269] ata2.00: irq_stat 0x40000008
[70371.563275] ata2.00: failed command: READ FPDMA QUEUED
[70371.563279] ata2.00: cmd 60/08:70:00:08:00/00:00:00:00:00/40 tag 14 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70371.563295] ata2.00: status: { DRDY ERR }
[70371.563299] ata2.00: error: { UNC }
[70371.567122] ata2.00: configured for UDMA/100
[70371.567178] ata2: EH complete
[70371.683393] ata2.00: exception Emask 0x0 SAct 0x400 SErr 0x0 action 0x0
[70371.683406] ata2.00: irq_stat 0x40000008
[70371.683412] ata2.00: failed command: READ FPDMA QUEUED
[70371.683416] ata2.00: cmd 60/08:50:00:08:00/00:00:00:00:00/40 tag 10 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70371.683432] ata2.00: status: { DRDY ERR }
[70371.683436] ata2.00: error: { UNC }
[70371.686904] ata2.00: configured for UDMA/100
[70371.686956] ata2: EH complete
[70371.797718] ata2.00: exception Emask 0x0 SAct 0x10000000 SErr 0x0 action 0x0
[70371.797731] ata2.00: irq_stat 0x40000008
[70371.797738] ata2.00: failed command: READ FPDMA QUEUED
[70371.797742] ata2.00: cmd 60/08:e0:00:08:00/00:00:00:00:00/40 tag 28 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70371.797758] ata2.00: status: { DRDY ERR }
[70371.797762] ata2.00: error: { UNC }
[70371.801359] ata2.00: configured for UDMA/100
[70371.801410] ata2: EH complete
[70371.941758] ata2.00: exception Emask 0x0 SAct 0x1000 SErr 0x0 action 0x0
[70371.941771] ata2.00: irq_stat 0x40000008
[70371.941777] ata2.00: failed command: READ FPDMA QUEUED
[70371.941781] ata2.00: cmd 60/08:60:00:08:00/00:00:00:00:00/40 tag 12 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70371.941797] ata2.00: status: { DRDY ERR }
[70371.941802] ata2.00: error: { UNC }
[70371.945497] ata2.00: configured for UDMA/100
[70371.945544] ata2: EH complete
[70372.143647] ata2.00: exception Emask 0x0 SAct 0x40000 SErr 0x0 action 0x0
[70372.143660] ata2.00: irq_stat 0x40000008
[70372.143666] ata2.00: failed command: READ FPDMA QUEUED
[70372.143670] ata2.00: cmd 60/08:90:20:00:00/00:00:00:00:00/40 tag 18 ncq dma 4096 in
                        res 41/40:08:22:00:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70372.143686] ata2.00: status: { DRDY ERR }
[70372.143691] ata2.00: error: { UNC }
[70372.147333] ata2.00: configured for UDMA/100
[70372.147390] ata2: EH complete
[70372.436612] ata2.00: exception Emask 0x0 SAct 0x400000 SErr 0x0 action 0x0
[70372.436625] ata2.00: irq_stat 0x40000008
[70372.436632] ata2.00: failed command: READ FPDMA QUEUED
[70372.436636] ata2.00: cmd 60/08:b0:20:00:00/00:00:00:00:00/40 tag 22 ncq dma 4096 in
                        res 41/40:08:22:00:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70372.436652] ata2.00: status: { DRDY ERR }
[70372.436656] ata2.00: error: { UNC }
[70372.439640] ata2.00: configured for UDMA/100
[70372.439685] ata2: EH complete
[70372.548354] ata2.00: exception Emask 0x0 SAct 0x10000000 SErr 0x0 action 0x0
[70372.548366] ata2.00: irq_stat 0x40000008
[70372.548372] ata2.00: failed command: READ FPDMA QUEUED
[70372.548376] ata2.00: cmd 60/08:e0:20:00:00/00:00:00:00:00/40 tag 28 ncq dma 4096 in
                        res 41/40:08:22:00:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[70372.548390] ata2.00: status: { DRDY ERR }
[70372.548394] ata2.00: error: { UNC }
[70372.551752] ata2.00: configured for UDMA/100
[70372.551795] ata2: EH complete
[70407.560136] audit: type=1101 audit(1632572384.754:414): pid=95413 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70407.560382] audit: type=1110 audit(1632572384.754:415): pid=95413 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70407.562670] audit: type=1105 audit(1632572384.757:416): pid=95413 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70407.564872] audit: type=1106 audit(1632572384.757:417): pid=95413 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70407.564963] audit: type=1104 audit(1632572384.757:418): pid=95413 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70529.369812] audit: type=1101 audit(1632572506.564:419): pid=95424 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70529.370088] audit: type=1110 audit(1632572506.564:420): pid=95424 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70529.370342] audit: type=1105 audit(1632572506.564:421): pid=95424 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70529.372453] audit: type=1106 audit(1632572506.564:422): pid=95424 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70529.372561] audit: type=1104 audit(1632572506.567:423): pid=95424 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70544.689756] audit: type=1101 audit(1632572521.884:424): pid=95428 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70544.689993] audit: type=1110 audit(1632572521.884:425): pid=95428 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70544.690296] audit: type=1105 audit(1632572521.884:426): pid=95428 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70544.692483] audit: type=1106 audit(1632572521.887:427): pid=95428 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[70544.692563] audit: type=1104 audit(1632572521.887:428): pid=95428 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74169.995028] audit: type=1101 audit(1632576147.191:429): pid=95836 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74169.995841] audit: type=1110 audit(1632576147.191:430): pid=95836 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74169.995847] audit: type=1105 audit(1632576147.191:431): pid=95836 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74169.997614] audit: type=1106 audit(1632576147.191:432): pid=95836 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74169.997701] audit: type=1104 audit(1632576147.191:433): pid=95836 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74182.091356] audit: type=1101 audit(1632576159.284:434): pid=95839 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74182.091612] audit: type=1110 audit(1632576159.287:435): pid=95839 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74182.091890] audit: type=1105 audit(1632576159.287:436): pid=95839 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74182.094018] audit: type=1106 audit(1632576159.287:437): pid=95839 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74182.094104] audit: type=1104 audit(1632576159.287:438): pid=95839 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74192.779194] audit: type=1101 audit(1632576169.974:439): pid=95844 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74192.779444] audit: type=1110 audit(1632576169.974:440): pid=95844 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74192.779748] audit: type=1105 audit(1632576169.974:441): pid=95844 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74192.815049] audit: type=1106 audit(1632576170.011:442): pid=95844 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74192.815284] audit: type=1104 audit(1632576170.011:443): pid=95844 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74244.259309] audit: type=1101 audit(1632576221.454:444): pid=95849 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74244.259888] audit: type=1110 audit(1632576221.454:445): pid=95849 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74244.260543] audit: type=1105 audit(1632576221.454:446): pid=95849 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74244.269533] audit: type=1106 audit(1632576221.464:447): pid=95849 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74244.269756] audit: type=1104 audit(1632576221.464:448): pid=95849 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74267.161590] audit: type=1101 audit(1632576244.357:449): pid=95861 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74267.161791] audit: type=1110 audit(1632576244.357:450): pid=95861 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74267.162041] audit: type=1105 audit(1632576244.357:451): pid=95861 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74267.191934] audit: type=1106 audit(1632576244.387:452): pid=95861 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74267.192166] audit: type=1104 audit(1632576244.387:453): pid=95861 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74288.746745] audit: type=1101 audit(1632576265.941:454): pid=95863 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74288.746940] audit: type=1110 audit(1632576265.941:455): pid=95863 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74288.747703] audit: type=1105 audit(1632576265.941:456): pid=95863 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74291.305881] ata2.00: exception Emask 0x0 SAct 0x60000 SErr 0x0 action 0x0
[74291.305895] ata2.00: irq_stat 0x40000001
[74291.305902] ata2.00: failed command: READ FPDMA QUEUED
[74291.305906] ata2.00: cmd 60/40:88:20:00:00/00:00:00:00:00/40 tag 17 ncq dma 32768 in
                        res 41/40:40:22:00:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74291.305924] ata2.00: status: { DRDY ERR }
[74291.305929] ata2.00: error: { UNC }
[74291.305934] ata2.00: failed command: READ FPDMA QUEUED
[74291.305938] ata2.00: cmd 60/80:90:60:00:00/00:00:00:00:00/40 tag 18 ncq dma 65536 in
                        res 41/40:90:22:00:00/00:00:00:00:00/40 Emask 0x9 (media error)
[74291.305953] ata2.00: status: { DRDY ERR }
[74291.305957] ata2.00: error: { UNC }
[74291.309229] ata2.00: configured for UDMA/100
[74291.309254] scsi_io_completion_action: 30 callbacks suppressed
[74291.309265] sd 1:0:0:0: [sda] tag#17 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74291.309274] sd 1:0:0:0: [sda] tag#17 Sense Key : Medium Error [current] 
[74291.309279] sd 1:0:0:0: [sda] tag#17 Add. Sense: Unrecovered read error - auto reallocate failed
[74291.309285] sd 1:0:0:0: [sda] tag#17 CDB: Read(10) 28 00 00 00 00 20 00 00 40 00
[74291.309288] print_req_error: 30 callbacks suppressed
[74291.309291] blk_update_request: I/O error, dev sda, sector 34 op 0x0:(READ) flags 0x80700 phys_seg 6 prio class 0
[74291.309343] sd 1:0:0:0: [sda] tag#18 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74291.309349] sd 1:0:0:0: [sda] tag#18 Sense Key : Medium Error [current] 
[74291.309353] sd 1:0:0:0: [sda] tag#18 Add. Sense: Unrecovered read error - auto reallocate failed
[74291.309358] sd 1:0:0:0: [sda] tag#18 CDB: Read(10) 28 00 00 00 00 60 00 00 80 00
[74291.309361] blk_update_request: I/O error, dev sda, sector 96 op 0x0:(READ) flags 0x80700 phys_seg 16 prio class 0
[74291.309377] ata2: EH complete
[74291.425910] ata2.00: exception Emask 0x0 SAct 0x80 SErr 0x0 action 0x0
[74291.425924] ata2.00: irq_stat 0x40000008
[74291.425930] ata2.00: failed command: READ FPDMA QUEUED
[74291.425934] ata2.00: cmd 60/08:38:20:00:00/00:00:00:00:00/40 tag 7 ncq dma 4096 in
                        res 41/40:08:22:00:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74291.425952] ata2.00: status: { DRDY ERR }
[74291.425957] ata2.00: error: { UNC }
[74291.429905] ata2.00: configured for UDMA/100
[74291.429945] sd 1:0:0:0: [sda] tag#7 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74291.429954] sd 1:0:0:0: [sda] tag#7 Sense Key : Medium Error [current] 
[74291.429960] sd 1:0:0:0: [sda] tag#7 Add. Sense: Unrecovered read error - auto reallocate failed
[74291.429966] sd 1:0:0:0: [sda] tag#7 CDB: Read(10) 28 00 00 00 00 20 00 00 08 00
[74291.429969] blk_update_request: I/O error, dev sda, sector 34 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[74291.429982] buffer_io_error: 28 callbacks suppressed
[74291.429984] Buffer I/O error on dev sda, logical block 4, async page read
[74291.430016] ata2: EH complete
[74291.556184] ata2.00: exception Emask 0x0 SAct 0x800000 SErr 0x0 action 0x0
[74291.556198] ata2.00: irq_stat 0x40000008
[74291.556205] ata2.00: failed command: READ FPDMA QUEUED
[74291.556209] ata2.00: cmd 60/08:b8:20:00:00/00:00:00:00:00/40 tag 23 ncq dma 4096 in
                        res 41/40:08:22:00:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74291.556227] ata2.00: status: { DRDY ERR }
[74291.556232] ata2.00: error: { UNC }
[74291.560212] ata2.00: configured for UDMA/100
[74291.560246] sd 1:0:0:0: [sda] tag#23 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74291.560255] sd 1:0:0:0: [sda] tag#23 Sense Key : Medium Error [current] 
[74291.560261] sd 1:0:0:0: [sda] tag#23 Add. Sense: Unrecovered read error - auto reallocate failed
[74291.560267] sd 1:0:0:0: [sda] tag#23 CDB: Read(10) 28 00 00 00 00 20 00 00 08 00
[74291.560270] blk_update_request: I/O error, dev sda, sector 34 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[74291.560282] Buffer I/O error on dev sda, logical block 4, async page read
[74291.560315] ata2: EH complete
[74402.559249] ata2.00: exception Emask 0x0 SAct 0x800 SErr 0x0 action 0x0
[74402.559267] ata2.00: irq_stat 0x40000008
[74402.559274] ata2.00: failed command: READ FPDMA QUEUED
[74402.559278] ata2.00: cmd 60/08:58:00:08:00/00:00:00:00:00/40 tag 11 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74402.559295] ata2.00: status: { DRDY ERR }
[74402.559300] ata2.00: error: { UNC }
[74402.562881] ata2.00: configured for UDMA/100
[74402.562910] sd 1:0:0:0: [sda] tag#11 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74402.562918] sd 1:0:0:0: [sda] tag#11 Sense Key : Medium Error [current] 
[74402.562923] sd 1:0:0:0: [sda] tag#11 Add. Sense: Unrecovered read error - auto reallocate failed
[74402.562929] sd 1:0:0:0: [sda] tag#11 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[74402.562932] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
[74402.562964] ata2: EH complete
[74402.705755] ata2.00: exception Emask 0x0 SAct 0x20000 SErr 0x0 action 0x0
[74402.705769] ata2.00: irq_stat 0x40000008
[74402.705775] ata2.00: failed command: READ FPDMA QUEUED
[74402.705778] ata2.00: cmd 60/08:88:00:08:00/00:00:00:00:00/40 tag 17 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74402.705794] ata2.00: status: { DRDY ERR }
[74402.705798] ata2.00: error: { UNC }
[74402.709646] ata2.00: configured for UDMA/100
[74402.709678] sd 1:0:0:0: [sda] tag#17 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74402.709686] sd 1:0:0:0: [sda] tag#17 Sense Key : Medium Error [current] 
[74402.709691] sd 1:0:0:0: [sda] tag#17 Add. Sense: Unrecovered read error - auto reallocate failed
[74402.709697] sd 1:0:0:0: [sda] tag#17 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[74402.709700] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[74402.709711] Buffer I/O error on dev sda, logical block 256, async page read
[74402.709748] ata2: EH complete
[74402.852452] ata2.00: exception Emask 0x0 SAct 0x1000000 SErr 0x0 action 0x0
[74402.852467] ata2.00: irq_stat 0x40000008
[74402.852474] ata2.00: failed command: READ FPDMA QUEUED
[74402.852478] ata2.00: cmd 60/08:c0:00:08:00/00:00:00:00:00/40 tag 24 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74402.852496] ata2.00: status: { DRDY ERR }
[74402.852501] ata2.00: error: { UNC }
[74402.856142] ata2.00: configured for UDMA/100
[74402.856173] sd 1:0:0:0: [sda] tag#24 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74402.856181] sd 1:0:0:0: [sda] tag#24 Sense Key : Medium Error [current] 
[74402.856187] sd 1:0:0:0: [sda] tag#24 Add. Sense: Unrecovered read error - auto reallocate failed
[74402.856193] sd 1:0:0:0: [sda] tag#24 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[74402.856197] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[74402.856208] Buffer I/O error on dev sda, logical block 256, async page read
[74402.856236] ata2: EH complete
[74402.972497] ata2.00: exception Emask 0x0 SAct 0x80 SErr 0x0 action 0x0
[74402.972512] ata2.00: irq_stat 0x40000008
[74402.972518] ata2.00: failed command: READ FPDMA QUEUED
[74402.972522] ata2.00: cmd 60/08:38:00:08:00/00:00:00:00:00/40 tag 7 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74402.972540] ata2.00: status: { DRDY ERR }
[74402.972545] ata2.00: error: { UNC }
[74402.976524] ata2.00: configured for UDMA/100
[74402.976559] sd 1:0:0:0: [sda] tag#7 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74402.976568] sd 1:0:0:0: [sda] tag#7 Sense Key : Medium Error [current] 
[74402.976573] sd 1:0:0:0: [sda] tag#7 Add. Sense: Unrecovered read error - auto reallocate failed
[74402.976579] sd 1:0:0:0: [sda] tag#7 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[74402.976582] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[74402.976594] Buffer I/O error on dev sda, logical block 256, async page read
[74402.976628] ata2: EH complete
[74403.119173] ata2.00: exception Emask 0x0 SAct 0x100000 SErr 0x0 action 0x0
[74403.119187] ata2.00: irq_stat 0x40000008
[74403.119194] ata2.00: failed command: READ FPDMA QUEUED
[74403.119199] ata2.00: cmd 60/08:a0:00:08:00/00:00:00:00:00/40 tag 20 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74403.119216] ata2.00: status: { DRDY ERR }
[74403.119221] ata2.00: error: { UNC }
[74403.123189] ata2.00: configured for UDMA/100
[74403.123223] sd 1:0:0:0: [sda] tag#20 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74403.123233] sd 1:0:0:0: [sda] tag#20 Sense Key : Medium Error [current] 
[74403.123238] sd 1:0:0:0: [sda] tag#20 Add. Sense: Unrecovered read error - auto reallocate failed
[74403.123245] sd 1:0:0:0: [sda] tag#20 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[74403.123248] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[74403.123260] Buffer I/O error on dev sda, logical block 256, async page read
[74403.123295] ata2: EH complete
[74403.252406] ata2.00: exception Emask 0x0 SAct 0x4000 SErr 0x0 action 0x0
[74403.252421] ata2.00: irq_stat 0x40000008
[74403.252427] ata2.00: failed command: READ FPDMA QUEUED
[74403.252432] ata2.00: cmd 60/08:70:00:08:00/00:00:00:00:00/40 tag 14 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74403.252450] ata2.00: status: { DRDY ERR }
[74403.252454] ata2.00: error: { UNC }
[74403.256365] ata2.00: configured for UDMA/100
[74403.256399] sd 1:0:0:0: [sda] tag#14 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74403.256409] sd 1:0:0:0: [sda] tag#14 Sense Key : Medium Error [current] 
[74403.256414] sd 1:0:0:0: [sda] tag#14 Add. Sense: Unrecovered read error - auto reallocate failed
[74403.256421] sd 1:0:0:0: [sda] tag#14 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[74403.256424] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[74403.256438] Buffer I/O error on dev sda, logical block 256, async page read
[74403.256471] ata2: EH complete
[74403.372504] ata2.00: exception Emask 0x0 SAct 0x8 SErr 0x0 action 0x0
[74403.372517] ata2.00: irq_stat 0x40000008
[74403.372524] ata2.00: failed command: READ FPDMA QUEUED
[74403.372528] ata2.00: cmd 60/08:18:00:08:00/00:00:00:00:00/40 tag 3 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74403.372547] ata2.00: status: { DRDY ERR }
[74403.372552] ata2.00: error: { UNC }
[74403.376520] ata2.00: configured for UDMA/100
[74403.376554] sd 1:0:0:0: [sda] tag#3 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74403.376562] sd 1:0:0:0: [sda] tag#3 Sense Key : Medium Error [current] 
[74403.376568] sd 1:0:0:0: [sda] tag#3 Add. Sense: Unrecovered read error - auto reallocate failed
[74403.376575] sd 1:0:0:0: [sda] tag#3 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[74403.376578] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[74403.376590] Buffer I/O error on dev sda, logical block 256, async page read
[74403.376623] ata2: EH complete
[74403.505836] ata2.00: exception Emask 0x0 SAct 0x200000 SErr 0x0 action 0x0
[74403.505851] ata2.00: irq_stat 0x40000008
[74403.505858] ata2.00: failed command: READ FPDMA QUEUED
[74403.505862] ata2.00: cmd 60/08:a8:00:08:00/00:00:00:00:00/40 tag 21 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74403.505879] ata2.00: status: { DRDY ERR }
[74403.505884] ata2.00: error: { UNC }
[74403.509858] ata2.00: configured for UDMA/100
[74403.509893] sd 1:0:0:0: [sda] tag#21 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74403.509902] sd 1:0:0:0: [sda] tag#21 Sense Key : Medium Error [current] 
[74403.509907] sd 1:0:0:0: [sda] tag#21 Add. Sense: Unrecovered read error - auto reallocate failed
[74403.509913] sd 1:0:0:0: [sda] tag#21 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[74403.509916] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[74403.509928] Buffer I/O error on dev sda, logical block 256, async page read
[74403.509962] ata2: EH complete
[74403.652401] ata2.00: exception Emask 0x0 SAct 0x20000 SErr 0x0 action 0x0
[74403.652415] ata2.00: irq_stat 0x40000008
[74403.652422] ata2.00: failed command: READ FPDMA QUEUED
[74403.652426] ata2.00: cmd 60/08:88:00:08:00/00:00:00:00:00/40 tag 17 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74403.652444] ata2.00: status: { DRDY ERR }
[74403.652449] ata2.00: error: { UNC }
[74403.656216] ata2.00: configured for UDMA/100
[74403.656250] sd 1:0:0:0: [sda] tag#17 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74403.656258] sd 1:0:0:0: [sda] tag#17 Sense Key : Medium Error [current] 
[74403.656264] sd 1:0:0:0: [sda] tag#17 Add. Sense: Unrecovered read error - auto reallocate failed
[74403.656270] sd 1:0:0:0: [sda] tag#17 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[74403.656274] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[74403.656286] Buffer I/O error on dev sda, logical block 256, async page read
[74403.656323] ata2: EH complete
[74403.772492] ata2.00: exception Emask 0x0 SAct 0x10 SErr 0x0 action 0x0
[74403.772506] ata2.00: irq_stat 0x40000008
[74403.772513] ata2.00: failed command: READ FPDMA QUEUED
[74403.772517] ata2.00: cmd 60/08:20:00:08:00/00:00:00:00:00/40 tag 4 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74403.772535] ata2.00: status: { DRDY ERR }
[74403.772540] ata2.00: error: { UNC }
[74403.776509] ata2.00: configured for UDMA/100
[74403.776543] sd 1:0:0:0: [sda] tag#4 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74403.776552] sd 1:0:0:0: [sda] tag#4 Sense Key : Medium Error [current] 
[74403.776558] sd 1:0:0:0: [sda] tag#4 Add. Sense: Unrecovered read error - auto reallocate failed
[74403.776564] sd 1:0:0:0: [sda] tag#4 CDB: Read(10) 28 00 00 00 08 00 00 00 08 00
[74403.776568] blk_update_request: I/O error, dev sda, sector 2049 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[74403.776580] Buffer I/O error on dev sda, logical block 256, async page read
[74403.776615] ata2: EH complete
[74403.892431] ata2.00: exception Emask 0x0 SAct 0x800000 SErr 0x0 action 0x0
[74403.892446] ata2.00: irq_stat 0x40000008
[74403.892453] ata2.00: failed command: READ FPDMA QUEUED
[74403.892457] ata2.00: cmd 60/08:b8:00:08:00/00:00:00:00:00/40 tag 23 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74403.892475] ata2.00: status: { DRDY ERR }
[74403.892480] ata2.00: error: { UNC }
[74403.896404] ata2.00: configured for UDMA/100
[74403.896433] Buffer I/O error on dev sda, logical block 256, async page read
[74403.896466] ata2: EH complete
[74404.012537] ata2.00: exception Emask 0x0 SAct 0x80000 SErr 0x0 action 0x0
[74404.012552] ata2.00: irq_stat 0x40000008
[74404.012559] ata2.00: failed command: READ FPDMA QUEUED
[74404.012563] ata2.00: cmd 60/08:98:00:08:00/00:00:00:00:00/40 tag 19 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74404.012581] ata2.00: status: { DRDY ERR }
[74404.012586] ata2.00: error: { UNC }
[74404.016519] ata2.00: configured for UDMA/100
[74404.016584] ata2: EH complete
[74404.146618] ata2.00: exception Emask 0x0 SAct 0x400 SErr 0x0 action 0x0
[74404.146633] ata2.00: irq_stat 0x40000008
[74404.146639] ata2.00: failed command: READ FPDMA QUEUED
[74404.146643] ata2.00: cmd 60/08:50:00:08:00/00:00:00:00:00/40 tag 10 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74404.146658] ata2.00: status: { DRDY ERR }
[74404.146663] ata2.00: error: { UNC }
[74404.150559] ata2.00: configured for UDMA/100
[74404.150615] ata2: EH complete
[74404.266710] ata2.00: exception Emask 0x0 SAct 0x200000 SErr 0x0 action 0x0
[74404.266724] ata2.00: irq_stat 0x40000008
[74404.266730] ata2.00: failed command: READ FPDMA QUEUED
[74404.266734] ata2.00: cmd 60/08:a8:00:08:00/00:00:00:00:00/40 tag 21 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74404.266749] ata2.00: status: { DRDY ERR }
[74404.266754] ata2.00: error: { UNC }
[74404.270282] ata2.00: configured for UDMA/100
[74404.270340] ata2: EH complete
[74404.388495] ata2.00: exception Emask 0x0 SAct 0x200000 SErr 0x0 action 0x0
[74404.388509] ata2.00: irq_stat 0x40000008
[74404.388516] ata2.00: failed command: READ FPDMA QUEUED
[74404.388520] ata2.00: cmd 60/08:a8:00:08:00/00:00:00:00:00/40 tag 21 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74404.388538] ata2.00: status: { DRDY ERR }
[74404.388543] ata2.00: error: { UNC }
[74404.392412] ata2.00: configured for UDMA/100
[74404.392470] ata2: EH complete
[74404.502182] ata2.00: exception Emask 0x0 SAct 0x10 SErr 0x0 action 0x0
[74404.502194] ata2.00: irq_stat 0x40000008
[74404.502199] ata2.00: failed command: READ FPDMA QUEUED
[74404.502202] ata2.00: cmd 60/08:20:00:08:00/00:00:00:00:00/40 tag 4 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74404.502216] ata2.00: status: { DRDY ERR }
[74404.502221] ata2.00: error: { UNC }
[74404.505904] ata2.00: configured for UDMA/100
[74404.505962] ata2: EH complete
[74404.622389] ata2.00: exception Emask 0x0 SAct 0x800000 SErr 0x0 action 0x0
[74404.622402] ata2.00: irq_stat 0x40000008
[74404.622409] ata2.00: failed command: READ FPDMA QUEUED
[74404.622412] ata2.00: cmd 60/08:b8:00:08:00/00:00:00:00:00/40 tag 23 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74404.622428] ata2.00: status: { DRDY ERR }
[74404.622433] ata2.00: error: { UNC }
[74404.625940] ata2.00: configured for UDMA/100
[74404.626002] ata2: EH complete
[74404.745549] ata2.00: exception Emask 0x0 SAct 0x40000 SErr 0x0 action 0x0
[74404.745562] ata2.00: irq_stat 0x40000008
[74404.745569] ata2.00: failed command: READ FPDMA QUEUED
[74404.745573] ata2.00: cmd 60/08:90:00:08:00/00:00:00:00:00/40 tag 18 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74404.745589] ata2.00: status: { DRDY ERR }
[74404.745593] ata2.00: error: { UNC }
[74404.749392] ata2.00: configured for UDMA/100
[74404.749449] ata2: EH complete
[74404.902397] ata2.00: exception Emask 0x0 SAct 0x1 SErr 0x0 action 0x0
[74404.902410] ata2.00: irq_stat 0x40000008
[74404.902415] ata2.00: failed command: READ FPDMA QUEUED
[74404.902419] ata2.00: cmd 60/08:00:00:08:00/00:00:00:00:00/40 tag 0 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74404.902435] ata2.00: status: { DRDY ERR }
[74404.902439] ata2.00: error: { UNC }
[74404.905964] ata2.00: configured for UDMA/100
[74404.906026] ata2: EH complete
[74405.015656] ata2.00: exception Emask 0x0 SAct 0x200 SErr 0x0 action 0x0
[74405.015669] ata2.00: irq_stat 0x40000008
[74405.015675] ata2.00: failed command: READ FPDMA QUEUED
[74405.015679] ata2.00: cmd 60/08:48:00:08:00/00:00:00:00:00/40 tag 9 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74405.015694] ata2.00: status: { DRDY ERR }
[74405.015698] ata2.00: error: { UNC }
[74405.019214] ata2.00: configured for UDMA/100
[74405.019261] ata2: EH complete
[74405.128976] ata2.00: exception Emask 0x0 SAct 0x200000 SErr 0x0 action 0x0
[74405.128989] ata2.00: irq_stat 0x40000008
[74405.128996] ata2.00: failed command: READ FPDMA QUEUED
[74405.129000] ata2.00: cmd 60/08:a8:00:08:00/00:00:00:00:00/40 tag 21 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74405.129016] ata2.00: status: { DRDY ERR }
[74405.129021] ata2.00: error: { UNC }
[74405.132385] ata2.00: configured for UDMA/100
[74405.132444] ata2: EH complete
[74405.275866] ata2.00: exception Emask 0x0 SAct 0x1000 SErr 0x0 action 0x0
[74405.275880] ata2.00: irq_stat 0x40000008
[74405.275887] ata2.00: failed command: READ FPDMA QUEUED
[74405.275892] ata2.00: cmd 60/08:60:00:08:00/00:00:00:00:00/40 tag 12 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74405.275910] ata2.00: status: { DRDY ERR }
[74405.275915] ata2.00: error: { UNC }
[74405.279863] ata2.00: configured for UDMA/100
[74405.279923] ata2: EH complete
[74405.388893] ata2.00: exception Emask 0x0 SAct 0x20 SErr 0x0 action 0x0
[74405.388908] ata2.00: irq_stat 0x40000008
[74405.388915] ata2.00: failed command: READ FPDMA QUEUED
[74405.388918] ata2.00: cmd 60/08:28:00:08:00/00:00:00:00:00/40 tag 5 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74405.388934] ata2.00: status: { DRDY ERR }
[74405.388938] ata2.00: error: { UNC }
[74405.392382] ata2.00: configured for UDMA/100
[74405.392433] ata2: EH complete
[74405.519202] ata2.00: exception Emask 0x0 SAct 0x20 SErr 0x0 action 0x0
[74405.519215] ata2.00: irq_stat 0x40000008
[74405.519220] ata2.00: failed command: READ FPDMA QUEUED
[74405.519224] ata2.00: cmd 60/08:28:00:08:00/00:00:00:00:00/40 tag 5 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74405.519240] ata2.00: status: { DRDY ERR }
[74405.519244] ata2.00: error: { UNC }
[74405.522407] ata2.00: configured for UDMA/100
[74405.522449] ata2: EH complete
[74405.662714] ata2.00: exception Emask 0x0 SAct 0x40000000 SErr 0x0 action 0x0
[74405.662727] ata2.00: irq_stat 0x40000008
[74405.662734] ata2.00: failed command: READ FPDMA QUEUED
[74405.662737] ata2.00: cmd 60/08:f0:00:08:00/00:00:00:00:00/40 tag 30 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74405.662753] ata2.00: status: { DRDY ERR }
[74405.662758] ata2.00: error: { UNC }
[74405.665955] ata2.00: configured for UDMA/100
[74405.665997] ata2: EH complete
[74405.796292] ata2.00: exception Emask 0x0 SAct 0x400000 SErr 0x0 action 0x0
[74405.796306] ata2.00: irq_stat 0x40000008
[74405.796313] ata2.00: failed command: READ FPDMA QUEUED
[74405.796317] ata2.00: cmd 60/08:b0:00:08:00/00:00:00:00:00/40 tag 22 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74405.796333] ata2.00: status: { DRDY ERR }
[74405.796337] ata2.00: error: { UNC }
[74405.799581] ata2.00: configured for UDMA/100
[74405.799634] ata2: EH complete
[74405.915469] ata2.00: exception Emask 0x0 SAct 0x200 SErr 0x0 action 0x0
[74405.915484] ata2.00: irq_stat 0x40000008
[74405.915491] ata2.00: failed command: READ FPDMA QUEUED
[74405.915496] ata2.00: cmd 60/08:48:00:08:00/00:00:00:00:00/40 tag 9 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74405.915513] ata2.00: status: { DRDY ERR }
[74405.915518] ata2.00: error: { UNC }
[74405.918798] ata2.00: configured for UDMA/100
[74405.918857] ata2: EH complete
[74406.027864] ata2.00: exception Emask 0x0 SAct 0x2000000 SErr 0x0 action 0x0
[74406.027879] ata2.00: irq_stat 0x40000008
[74406.027887] ata2.00: failed command: READ FPDMA QUEUED
[74406.027891] ata2.00: cmd 60/08:c8:00:08:00/00:00:00:00:00/40 tag 25 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74406.027907] ata2.00: status: { DRDY ERR }
[74406.027912] ata2.00: error: { UNC }
[74406.031257] ata2.00: configured for UDMA/100
[74406.031316] ata2: EH complete
[74406.135520] ata2.00: exception Emask 0x0 SAct 0x20000 SErr 0x0 action 0x0
[74406.135534] ata2.00: irq_stat 0x40000008
[74406.135540] ata2.00: failed command: READ FPDMA QUEUED
[74406.135544] ata2.00: cmd 60/08:88:00:08:00/00:00:00:00:00/40 tag 17 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74406.135559] ata2.00: status: { DRDY ERR }
[74406.135564] ata2.00: error: { UNC }
[74406.139105] ata2.00: configured for UDMA/100
[74406.139151] ata2: EH complete
[74406.258919] ata2.00: exception Emask 0x0 SAct 0x100 SErr 0x0 action 0x0
[74406.258932] ata2.00: irq_stat 0x40000008
[74406.258939] ata2.00: failed command: READ FPDMA QUEUED
[74406.258942] ata2.00: cmd 60/08:40:00:08:00/00:00:00:00:00/40 tag 8 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74406.258959] ata2.00: status: { DRDY ERR }
[74406.258963] ata2.00: error: { UNC }
[74406.262282] ata2.00: configured for UDMA/100
[74406.262336] ata2: EH complete
[74406.368869] ata2.00: exception Emask 0x0 SAct 0x4 SErr 0x0 action 0x0
[74406.368883] ata2.00: irq_stat 0x40000008
[74406.368890] ata2.00: failed command: READ FPDMA QUEUED
[74406.368893] ata2.00: cmd 60/08:10:00:08:00/00:00:00:00:00/40 tag 2 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74406.368910] ata2.00: status: { DRDY ERR }
[74406.368914] ata2.00: error: { UNC }
[74406.372138] ata2.00: configured for UDMA/100
[74406.372189] ata2: EH complete
[74406.479379] ata2.00: exception Emask 0x0 SAct 0x100000 SErr 0x0 action 0x0
[74406.479392] ata2.00: irq_stat 0x40000008
[74406.479398] ata2.00: failed command: READ FPDMA QUEUED
[74406.479402] ata2.00: cmd 60/08:a0:00:08:00/00:00:00:00:00/40 tag 20 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74406.479417] ata2.00: status: { DRDY ERR }
[74406.479422] ata2.00: error: { UNC }
[74406.482518] ata2.00: configured for UDMA/100
[74406.482569] ata2: EH complete
[74406.592271] ata2.00: exception Emask 0x0 SAct 0x1000 SErr 0x0 action 0x0
[74406.592284] ata2.00: irq_stat 0x40000008
[74406.592290] ata2.00: failed command: READ FPDMA QUEUED
[74406.592294] ata2.00: cmd 60/08:60:00:08:00/00:00:00:00:00/40 tag 12 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74406.592310] ata2.00: status: { DRDY ERR }
[74406.592314] ata2.00: error: { UNC }
[74406.595594] ata2.00: configured for UDMA/100
[74406.595645] ata2: EH complete
[74406.712184] ata2.00: exception Emask 0x0 SAct 0x20000000 SErr 0x0 action 0x0
[74406.712198] ata2.00: irq_stat 0x40000008
[74406.712204] ata2.00: failed command: READ FPDMA QUEUED
[74406.712208] ata2.00: cmd 60/08:e8:00:08:00/00:00:00:00:00/40 tag 29 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74406.712224] ata2.00: status: { DRDY ERR }
[74406.712229] ata2.00: error: { UNC }
[74406.715546] ata2.00: configured for UDMA/100
[74406.715599] ata2: EH complete
[74406.832145] ata2.00: exception Emask 0x0 SAct 0x40000 SErr 0x0 action 0x0
[74406.832159] ata2.00: irq_stat 0x40000008
[74406.832166] ata2.00: failed command: READ FPDMA QUEUED
[74406.832169] ata2.00: cmd 60/08:90:00:08:00/00:00:00:00:00/40 tag 18 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74406.832186] ata2.00: status: { DRDY ERR }
[74406.832190] ata2.00: error: { UNC }
[74406.835518] ata2.00: configured for UDMA/100
[74406.835573] ata2: EH complete
[74406.978038] ata2.00: exception Emask 0x0 SAct 0x400000 SErr 0x0 action 0x0
[74406.978052] ata2.00: irq_stat 0x40000008
[74406.978058] ata2.00: failed command: READ FPDMA QUEUED
[74406.978062] ata2.00: cmd 60/08:b0:00:08:00/00:00:00:00:00/40 tag 22 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74406.978078] ata2.00: status: { DRDY ERR }
[74406.978083] ata2.00: error: { UNC }
[74406.981948] ata2.00: configured for UDMA/100
[74406.982022] ata2: EH complete
[74407.094796] ata2.00: exception Emask 0x0 SAct 0x100000 SErr 0x0 action 0x0
[74407.094809] ata2.00: irq_stat 0x40000008
[74407.094816] ata2.00: failed command: READ FPDMA QUEUED
[74407.094819] ata2.00: cmd 60/08:a0:00:08:00/00:00:00:00:00/40 tag 20 ncq dma 4096 in
                        res 41/40:08:01:08:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74407.094835] ata2.00: status: { DRDY ERR }
[74407.094840] ata2.00: error: { UNC }
[74407.098795] ata2.00: configured for UDMA/100
[74407.098851] ata2: EH complete
[74407.311243] ata2.00: exception Emask 0x0 SAct 0x100 SErr 0x0 action 0x0
[74407.311256] ata2.00: irq_stat 0x40000008
[74407.311262] ata2.00: failed command: READ FPDMA QUEUED
[74407.311266] ata2.00: cmd 60/08:40:20:00:00/00:00:00:00:00/40 tag 8 ncq dma 4096 in
                        res 41/40:08:22:00:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74407.311282] ata2.00: status: { DRDY ERR }
[74407.311287] ata2.00: error: { UNC }
[74407.314720] ata2.00: configured for UDMA/100
[74407.314757] ata2: EH complete
[74407.324356]  sdb: sdb1 sdb2
[74407.328427] audit: type=1106 audit(1632576384.524:457): pid=95863 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74407.328684] audit: type=1104 audit(1632576384.524:458): pid=95863 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[74407.588921] ata2.00: exception Emask 0x0 SAct 0x2000000 SErr 0x0 action 0x0
[74407.588934] ata2.00: irq_stat 0x40000008
[74407.588941] ata2.00: failed command: READ FPDMA QUEUED
[74407.588945] ata2.00: cmd 60/08:c8:20:00:00/00:00:00:00:00/40 tag 25 ncq dma 4096 in
                        res 41/40:08:22:00:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74407.588961] ata2.00: status: { DRDY ERR }
[74407.588966] ata2.00: error: { UNC }
[74407.592241] ata2.00: configured for UDMA/100
[74407.592262] scsi_io_completion_action: 29 callbacks suppressed
[74407.592272] sd 1:0:0:0: [sda] tag#25 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74407.592280] sd 1:0:0:0: [sda] tag#25 Sense Key : Medium Error [current] 
[74407.592285] sd 1:0:0:0: [sda] tag#25 Add. Sense: Unrecovered read error - auto reallocate failed
[74407.592290] sd 1:0:0:0: [sda] tag#25 CDB: Read(10) 28 00 00 00 00 20 00 00 08 00
[74407.592293] print_req_error: 29 callbacks suppressed
[74407.592295] blk_update_request: I/O error, dev sda, sector 34 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0
[74407.592334] ata2: EH complete
[74407.732544] ata2.00: exception Emask 0x0 SAct 0x200000 SErr 0x0 action 0x0
[74407.732558] ata2.00: irq_stat 0x40000008
[74407.732565] ata2.00: failed command: READ FPDMA QUEUED
[74407.732570] ata2.00: cmd 60/08:a8:20:00:00/00:00:00:00:00/40 tag 21 ncq dma 4096 in
                        res 41/40:08:22:00:00/00:00:00:00:00/40 Emask 0x409 (media error) <F>
[74407.732588] ata2.00: status: { DRDY ERR }
[74407.732594] ata2.00: error: { UNC }
[74407.736517] ata2.00: configured for UDMA/100
[74407.736552] sd 1:0:0:0: [sda] tag#21 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=0s
[74407.736561] sd 1:0:0:0: [sda] tag#21 Sense Key : Medium Error [current] 
[74407.736567] sd 1:0:0:0: [sda] tag#21 Add. Sense: Unrecovered read error - auto reallocate failed
[74407.736573] sd 1:0:0:0: [sda] tag#21 CDB: Read(10) 28 00 00 00 00 20 00 00 08 00
[74407.736576] blk_update_request: I/O error, dev sda, sector 34 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 0
[74407.736589] buffer_io_error: 27 callbacks suppressed
[74407.736592] Buffer I/O error on dev sda, logical block 4, async page read
[74407.736624] ata2: EH complete
[75240.377993] audit: type=1101 audit(1632577217.574:459): pid=96252 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[75240.378206] audit: type=1110 audit(1632577217.574:460): pid=96252 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[75240.378426] audit: type=1105 audit(1632577217.574:461): pid=96252 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[75240.383782] audit: type=1106 audit(1632577217.577:462): pid=96252 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[75240.383872] audit: type=1104 audit(1632577217.577:463): pid=96252 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[75873.106238] audit: type=1101 audit(1632577850.301:464): pid=96382 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[75873.106473] audit: type=1110 audit(1632577850.301:465): pid=96382 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[75873.106815] audit: type=1105 audit(1632577850.301:466): pid=96382 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[75873.112298] audit: type=1106 audit(1632577850.307:467): pid=96382 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[75873.112317] audit: type=1104 audit(1632577850.307:468): pid=96382 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[78567.403232] audit: type=1101 audit(1632580544.597:469): pid=96802 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjaro" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[78567.403455] audit: type=1110 audit(1632580544.597:470): pid=96802 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
[78567.403696] audit: type=1105 audit(1632580544.597:471): pid=96802 uid=1000 auid=1000 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'

then it does not look good
better go with what @megavolt suggested to possibly get more information on that drive

edit:
I was too late - and from that dmesg output, the drive seems to be gone …

Thanks again.

sudo parted -l
Error: Input/output error during read on /dev/sda
Retry/Ignore/Cancel?