First write operation to large ext4 file system is slow

I'm running a large (>20TB) ext4 file system and noticed that the first substantial write operation after mounting is very slow and involves plenty of drive activity. The reason seems to be some memory structure initialisation as described here: https://linux-ext4.vger.kernel.narkive.com/SUFNE520/ext4-slow-performance-on-first-write-after-mount The workaround is thankfully as simple as running this command in a script after mounting … Continue reading First write operation to large ext4 file system is slow

The problem with standardisation

Standards are a double-edged sword Subbu Allamaraju, CTO Expedia, https://m.subbu.org/lessons-from-2019-5beb64e63bc7 TL;DR: Standardisation reduces the dimensionality of a problem space thus eliminating possibilities for optimisation. Standards reduce the number dimensions of a problem space Consolidation initiatives aim at reducing the number of domains in a problem space in order to make problem handling easier: reduce the … Continue reading The problem with standardisation

Resetting a PCI device

The Wi-Fi adapter on my VivoBook 17 has been acting up under Ubuntu 18.04 LTS insofar that at a random point in time, possibly accelerated by power saving features, the Wi-Fi will stop working with suspicious syslog entries: ath10k_pci 0000:03:00.0: failed to wake target for read32 at 0x0003a028: -110 The usual tricks (suspend/resume, reload driver, … Continue reading Resetting a PCI device