Today for some reason my laptop start in read only mode, when I try to restore a btfrs partition, it try to start but only a yellow screen appear and when I re try to run the last snapshot then emergency mode start

Ok … is there a file in /dev called nvme1n1 now? And if so, how big is it? What live system are you using, what desktop?

dev/nvme1n1 is empty, im using manjaro live kde

this is my lblk output:

lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
loop0 7:0 0 67.8M 1 loop /run/miso/sfs/livefs
loop1 7:1 0 1.1G 1 loop /run/miso/sfs/mhwdfs
loop2 7:2 0 1.7G 1 loop /run/miso/sfs/desktopfs
loop3 7:3 0 653.7M 1 loop /run/miso/sfs/rootfs
sda 8:0 1 0B 0 disk
sdb 8:16 1 29.3G 0 disk /run/miso/bootmnt
├─sdb1 8:17 1 3.6G 0 part
└─sdb2 8:18 1 4M 0 part
nvme0n1 259:0 0 953.9G 0 disk
├─nvme0n1p1 259:1 0 300M 0 part
├─nvme0n1p2 259:2 0 884.9G 0 part
│ └─systemroot 254:0 0 884.9G 0 crypt /run/media/manjaro/261045lsblk94-05bf-4666-9597-41ce148cfe64
└─nvme0n1p3 259:3 0 68.7G 0 part
nvme1n1 259:4 0 953.9G 0 disk
└─nvme1n1p1 259:6 0 953.9G 0 part


is the dd command, used succesfully?

ok i see now, i can recover my important files!!!

I am happy to hear you could rescue your files.

Thank you, I was no longer able to send you the outputs of the commands you mentioned, as I had a bit of an urgency to continue working, I recovered my files and reinstalled Manjaro, could you recommend me some content to read and understand a little more?

I recently had similar issues, thankfully I got helped. I also recovered files from the image so I could help you. Afterwards I was able to fix my btrfs on an m2 ssd.

Maybe learn the difference between the /dev and (on Manjaro) /run/media (< mounted drives) folders.

Maybe check out these widgets : Advanced Radio Player - KDE Store
Simple System Monitor - KDE Store

And here on btrfs: Introduction — BTRFS documentation it has all the manuals for the command line progs.
But I would always seek help on the chat https://web.libera.chat/ #btrfs before messing with problems.

Your system must have hit an error booting and when into “protect the system” mode. Try booting into rescue mode and open to a command line. At the command line type:

sudo mount -o remount,rw /

You may need to add your drive to the command.

Good luck.

excellent!!, thanks a lot for share

You can find good Information about Btrfs in the wiki

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.