On 27/08/19 12:59, Swâmi Petaramesh wrote: > > > So it seems that mounting with “clear_cache” did not actually clear the > cache and fix the issue ? > > ॐ >
mounting with clear_cache does not actually clear cache unless it is needed or modified or something. If you want to fully clear cache you need to use (on an unmounted filesystem) btrfs check --clear-space-cache v1 /dev/sdX or btrfs check --clear-space-cache v2 /dev/sdX depending on what space cache you used (v1 is default) -Alberto