summaryrefslogtreecommitdiff
path: root/scripts/run-fsck.sh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-06-26 19:57:21 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-06-26 19:57:21 -0600
commit09e3317a433add776d6539abcd7cf4f00ca984e5 (patch)
treeb692d7433f822126ffa539da65323f3c7662c391 /scripts/run-fsck.sh
parent502cdc72771de93ce41e2a00bc201fc488603f59 (diff)
add scripts
Diffstat (limited to 'scripts/run-fsck.sh')
-rwxr-xr-xscripts/run-fsck.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/run-fsck.sh b/scripts/run-fsck.sh
new file mode 100755
index 0000000..312676e
--- /dev/null
+++ b/scripts/run-fsck.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+set -e
+rm -f ../scratch/dump-scratch.img
+cp --reflink=always ../scratch/dump-{zero,scratch}.img
+chmod 600 ../scratch/dump-scratch.img
+time go run ./cmd/btrfs-fsck ../scratch/dump-scratch.img
+#make -C ../btrfs-progs
+#time ../btrfs-progs/btrfs rescue chunk-recover ../scratch/dump-scratch.img