J'ai réalisé ce que Norbert Fabritius avait dit, mais je n'ai pas remarqué de compression dans les fichiers existants - df -h / avant btrfs fi defragment = 658MB | df -h / après la défragmentation btrfs fi = 658MB. Les nouveaux fichiers sont ok. Chercher un peu m'apporte cette citation:
Running this:
# btrfs filesystem defragment ~/stuff
does not defragment the contents of the directory.
This is by design. btrfs fi defrag operates on the single filesystem object passed to >it. This means that the command defragments just the metadata held by the directory >object, and not the contents of the directory. If you want to defragment the contents >of the directory, something like this would be more useful:
# find -xdev -type f -exec btrfs fi defrag '{}' \;
Après cela, j'occupe 656 Mo. Rien d’énorme, mais il y a certainement une compression.
Source: lien
J'espère que cela vous aidera.
Désolé mon anglais.