Initial remote commit

This commit is contained in:
2026-04-30 11:04:05 +00:00
commit b86e4f9a98
103 changed files with 262770 additions and 0 deletions

12
test/setup.sh Normal file
View File

@@ -0,0 +1,12 @@
apt update
apt install -y nbd-server nbd-client python3-libnbd testdisk sleuthkit python3-crcmod
mkdir /mnt/recovered
mdadm --stop /dev/md126
mdadm --stop /dev/md127
mdadm --build /dev/md0 --level=0 --raid-devices=4 \
--chunk=64 /dev/sda /dev/sde /dev/sdd /dev/sdc
python3.12 build_merged.py
python3.12 nbd_server_v9.py &
nbd-client 127.0.0.1 10809 /dev/nbd0 -N ""