繁体   English   中英

为什么可以在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。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM