This commit is contained in:
Zsolt Ero
2023-12-21 02:06:48 +01:00
parent 06e0084095
commit 2d9e5f2f4f
12 changed files with 45 additions and 84 deletions

View File

@@ -0,0 +1,7 @@
# takes a lot of time, should only be used when debugging
echo -e "\n\nbtrfs filesystem du -s"
sudo btrfs filesystem du -s mnt_rw
echo -e "\n\ncompsize -x"
sudo compsize -x mnt_rw 2> /dev/null || true

View File

@@ -1,5 +1,7 @@
## native mapbox/mbutil
// pip install git+https://github.com/mapbox/mbutil.git@544c76e
```
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/loop0 1,474,386,100 1,119,622,516 354,763,584 76%

View File

@@ -1,5 +1,5 @@
# Comparing filesystem stats after extraction
Run: *planet_20231208*
Run: planet/20231208_091355_pt
dedupl-fix.log contains the files which were created for the btrfs 64k limit workaround.