I have tried to delete Snapper snapshots manually (by using rm -r SNAPSHOT_NUM) in the Konsole.
However, only some files in the snapshot were removed. The rest returned an error message:
rm: cannot remove '102/snapshot/usr/share/doc/packages/libpth20/ANNOUNCE': Read-only file system
rm: cannot remove '102/snapshot/usr/share/doc/packages/libpth20/AUTHORS': Read-only file system
rm: cannot remove '102/snapshot/usr/share/doc/packages/libpth20/COPYING': Read-only file system
…etc.
Now the snapshot is not accessible by Snapper (it is not listed in
How about…
Use snapper to roll back to before the misbegotten “rm” and then run snapper again to remove the snapshot…
Assumes of course that the integrity of the snapshot being rolled back to is still good… Off the top of my head I can’t think of a reason why there should be a problem since snapshots always increment forwards.
And yes,
It’s a very bad idea to remove snapshots without using Snapper, which will always ensure safe removal.