systemd fun fact!
did you know, that since 2023 systemd has a storage target mode?
This feature was inspired by the macos feature where if one holds a specific key on boot up, the internal disk of the Mac is exposed over USB/FireWire/thunderbolt
Systemd uses nvme/tcp for this, to make your storage available over the network, they storagetm program is a single 1.2k line C source file that wraps around the kernels nvme-tcp module
This feature has gotten a whopping 30 commits over 3 years! that's 10 commits per year! waow!