this post was submitted on 04 Oct 2025
18 points (100.0% liked)

Linux Questions

2814 readers
5 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
18
Is this fixable? (infosec.pub)
submitted 1 month ago* (last edited 1 month ago) by daggermoon@lemmy.world to c/linuxquestions@lemmy.zip
 

I followed this guide on migrating an install to a new ssd and this was the result. I still have the original SSD but i'd rather fix this one then reinstall the original and clone it again. I'd be appreciate of any help.

Update 1: I reinstalled my original SSD and am booted into my Arch install. I'll probably try cloning again from here.

you are viewing a single comment's thread
view the rest of the comments
[–] rozodru@pie.andmc.ca 1 points 2 weeks ago

once ran into the same error when I tried reinstalling arch once and my only option to fix it was

btrfs check --repair /dev/nvme0n1p2  

WORD OF WARNING THOUGH: could result in data loss. But that did fix the same issue for me.