Here’s the summary:
- Found root partition almost full so I tried to delete the snapshot ID ‘1’ (likely during the OS installation two years ago).
- Deleting it in yast2-snapper failed (with some illegal snapshot error popup), so I asked a chatbot and it told me to use
sudo btrfs subvolume delete /.snapshots/1/snapshot
. But it was unsuccessful due to errors like “warning, not deleting the default subvolume ID ***”. Then I was told to set a new default volume by issuingsudo btrfs subvolume set-default ****
. After that command my OS was already dying as all kinds of errors started to pop up, audio turning off, application closing etc. - I just reboot and everything looked fine again until I noticed I couldn’t change anything in root partition as they were all labled ‘read-only filesystem’.
zypper dup
would fail when it started to modify the system. - I then boot to a snapshot from yesterday labeled ‘pre-zypp’ and did a
snapper rollback
in it. But now the machine seems to be in the same state, as everything in root partition is in ‘read-only filesystem’.
At the moment I can still browser internet, play games but root partition is in a frozen state.
Any hope for rescue?