I recently performed a clean install of Fedora 37
on to a 1TB SSD drive. I used a GPT partition table.
I have four data partitions, each 200G, named
/u1, /u2, /u3, /u4, all with Ext4.
After the initial install I booted up without problem.
Then, when I restored data to these partitions and rebooted.
I was put into emergency mode and found that I had errors
on partition /u3 (sda7)
Code:
EXT4-fs error (device sda7): ext4_validate_block_bitmap: 398 comm ext4lazyinit: bg 1370: bad block bitmap checksum
When I removed /u3 (sda7) from /etc/fstab and booted,
the machine booted up without problem.
So, I deleted the /u3 (sda7) partition with GParted,
added it again and reformatted it.
When I loaded data on to the (sda7) partition AGAIN,
things went fine but when I test rebooted AGAIN,
the /u3 (sda7) partition still forced me into
emergency mode, because of EXT4-fs errors on this
partition.
---
What more can I do to fix this partition?
Is this SSD drive permanently damaged?
Is is less than two years old.
Might changing the file system of this
partition to btrfs make a difference?
Thank you for your help.