
Parts of my hard drive corrupted, and now my computer will not boot. Now what?
EDIT: My drive model is an SK Hynix Platinum P41.
Yesterday, I began getting read-write messages popping up on my screen. They said that my system was now read only. Originally, I thought it was due to EXPO since last time this happened, turning it off helped. I ran the following commands:
sudo btrfs scrub start /
sudo btrfs scrub status /
The scan found 24 unrecoverable files. I also discovered that I was having errors dating back to July. I then went on to a live ISO and ran sudo btrfs check --repair /dev/nvme0n1p3 a few times to make sure it got everything. I also ran sudo btrfs check --mode=lowmem --repair /dev/nvme0n1p3 since the other command aborted due to process_inode_item: BUG_ON. I returned to my actual system and printed the error shown in the picture above. I am currently trying to export all of my important data using rclone into Google Drive. Is this all I can do? I would much prefer not to do a fresh install since that can take HOURS to get back up to a somewhat reasonable state. Even then, I might forget something and have to set that app back up too.
Specs:
Fedora 44
Linux 7.1.7 (I think)
Ryzen 9700X
9060 XT 16Gb
32Gb DDR5-6000
Please let me know if I need to do anything else. Thanks!