Closed jmrohwer closed 11 months ago
Having the same issue trying to clone a disk with Garuda Linux installed. I even tried running the script with --force and --ignore-errors args given and I am still getting the same error message and the script fails.
Opened my own ticket for my issue, but seeing as this has been opened and unaddressed for months I'm not feeling optimistic about getting any help here. If I manage to find a solution I'll post back.
A simple work around for making the subvolume writable is just make a new snapshot of the subvolume. You can then delete the original.
Running Manjaro linux, kernel version 5.10.70-1-MANJARO btrfs-progs version 5.14.2-1
It looks like it has to do with this set of patches: https://lore.kernel.org/linux-btrfs/20211004152229.GA9286@twin.jikos.cz/T/
What are the possible downsides of using
--force
in this case? I am trying to copy my btrfs filesystem to a new computer via an intermediate removable ssd. Possible corruption on the destination (new) filesystem is not a problem as I can check for that, but possible corruption on the original (old) filesystem is problematic and I don't want to risk damaging that filesystem.The filesystem has a number of linear timeline snapshots created by snapper that I want to preserve.