为什么可以在 linux 中写入未安装的设备?

Why is it possible to write to an unmounted device in linux?

在raspbian安装说明(https://www.raspberrypi.org/documentation/installation/installing-images/linux.md)中,建议在将操作系统映像写入设备之前卸载设备。如何将字节写入未安装的文件系统?

图像被写入块设备,而不是文件系统。

dd bs=4M if=2016-05-27-raspbian-jessie.img of=/dev/sdd

目标是/dev/sdd。