标签: linux filesystems mount
在raspbian安装说明(https://www.raspberrypi.org/documentation/installation/installing-images/linux.md)中,建议在将操作系统映像写入设备之前卸载设备。如何将字节写入未安装的文件系统?
答案 0 :(得分:2)
图像被写入块设备,而不是文件系统。
dd bs=4M if=2016-05-27-raspbian-jessie.img of=/dev/sdd
目标是/ dev / sdd。