I used a 20.04 live usb:
Code:
xubuntu@xubuntu:~$ sudo fsck.ext4 -n /dev/nvme1n1p5
e2fsck 1.45.5 (07-Jan-2020)
/dev/nvme1n1p5: clean, 282818/2632672 files, 6332453/10530304 blocks
xubuntu@xubuntu:~$ sudo fsck.ext4 -n /dev/nvme1n1p6
e2fsck 1.45.5 (07-Jan-2020)
/dev/nvme1n1p6: clean, 462013/5496832 files, 15392844/21972736 blocks
xubuntu@xubuntu:~$ sudo fsck.ext4 -n /dev/nvme1n1p7
e2fsck 1.45.5 (07-Jan-2020)
/dev/nvme1n1p7 has unsupported feature(s): FEATURE_C12
e2fsck: Get a newer version of e2fsck!
games-steam: ********** WARNING: Filesystem still has errors **********
xubuntu@xubuntu:~$
So, the OS is ok but partitions, well 1 of them is not. Seems I need a newer version of e2fsck!. Maybe my current 24.04 has it, we will see. At least I can check them from my running system. games-steam has a windows connection
Code:
makem@makem-22:~$ sudo fsck.ext4 -n /dev/nvme1n1p7
[sudo] password for makem:
e2fsck 1.47.0 (5-Feb-2023)
Warning! /dev/nvme1n1p7 is mounted.
Warning: skipping journal recovery because doing a read-only filesystem check.
games-steam: clean, 361/10911744 files, 11727348/43633920 blocks
makem@makem-22:~$ sudo fsck.ext4 -n /dev/nvme1n1p7
e2fsck 1.47.0 (5-Feb-2023)
games-steam: clean, 361/10911744 files, 11727348/43633920 blocks
makem@makem-22:~$
Windows found errors on /data drive, offered to check and fix. After running said no errors found!
Ubuntu still has same 'check file system' error though. Now I don't know where to go?