Re: Trying to recover data from SSD
From: Konstantin Svist <hidden>
Date: 2021-08-11 05:34:11
On 8/10/21 22:24, Qu Wenruo wrote:
On 2021/8/11 下午1:22, Konstantin Svist wrote:quoted
On 8/10/21 16:54, Qu Wenruo wrote:quoted
Oh, that btrfs-map-logical is requiring unnecessary trees to continue. Can you re-compile btrfs-progs with the attached patch? Then the re-compiled btrfs-map-logical should work without problem.Awesome, that worked to map the sector & mount the partition.. but I still can't access subvol_root, where the recent data is:Is subvol_root a subvolume? If so, you can try to mount the subvolume using subvolume id. But in that case, it would be not much different than using btrfs-restore with "-r" option.
Yes it is. # mount -oro,rescue=all,subvol=subvol_root /dev/sdb3 /mnt/ mount: /mnt: can't read superblock on /dev/sdb3. dmesg has the same errors, though.. Anything else I can do?