Joachim Wagner
Joachim Wagner
Thanks for your detailed considerations. Some of the counter arguments do not apply in the encrypted scenario but I agree that the added complexity of this feature is hard to...
Thanks. Sounds like this issue can be closed. Just to check and to help other readers, here my attempt at understanding what you mean with "the block's virtual address": In...
Thanks for this glimpse at the inner working. Makes sense that there are more layers to support the needed flexibility. > in mirroring/parity cases, retries are not desirable I meant...
rsync hangs with some specific files, using 100% of 1 CPU core but without disk nor network activity
Disadvantage of the proposed solution is that the transfer can no longer detect blocks that have moved location substantially, e.g. for a VM disk image this can happen when running...
rsync hangs with some specific files, using 100% of 1 CPU core but without disk nor network activity
On some Linux distributions filesystem maintenance is automatic using https://github.com/kdave/btrfsmaintenance and active by default.
Most off-the-shelf models have plenty of unused vocabulary entries that you could repurpose: 1. Train a new vocabulary on the target domain corpus from scratch 2. Find the new vocabulary...
Trying to add a note like "Note that sectors are NOT wrapped at real_size_bytes but at `2^wrap` bytes" poses the questions what is `real_size_bytes` used for. It seems to influence...
Yes, I see the `real_size_bytes` variables in a good few functions for this purpose. However, here I am wondering what the `real_size_bytes` _attribute_ of the `unit_test_item` is for. The value...
Here a first draft. I also included a few words on f3write/read as a section `technical details` without this would be odd. I did `git rebase -i master` as suggested...
A few more lines to explain what `f3read` checks and how errors are reported.