I’ve read that write of block of unaligned size can induce extra reads.I mean writes on block devices in Linux. Why? How can I see it? Answer Block devices can only be written or read at their native block alignment, which for everything I’ve ever encountered is either 512 bytes or 4096 bytes. You…