shady
November 6, 2025, 3:12pm
1
btrfs-undelete
#!/bin/bash
# btrfs-undelete
# Copyright (C) 2013 Jörg Walter <info@syntax-k.de>
# This program is free software; you can redistribute it and/or modify it under
# the term of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or any later version.
if [ ! -b "$1" -o -z "$2" -o -z "$3" ]; then
echo "Usage: $0 <dev> <file/dir> <dest>" 1>&2
echo
This file has been truncated. show original
Any idea this will work or damage more?
I lost my partition in a full memory bomb. almost all the data is still there except start 500mb.
Two btrfs commands I could spot there do not do any modifications. Calling it “undelete” is rather presumptuous, but well, we all like catchy headlines.
system
Closed
December 6, 2025, 5:34pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.