1 Star 0 Fork 0

Haiqin/Interesting_plugins

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
烧录镜像到tf卡 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
Haiqin 提交于 2017-10-23 23:47 . null
ommand Line Interface
Be very careful about which /dev device you write to. If your machine is booted up off of disk /dev/sda, and your usb stick is on /dev/sdc, and you accidentally write to /dev/sda instead of /dev/sdc, your filesystem will be irreparably damaged and you will lose all of your files.
Download the desired .img file
Open a terminal and insert your flash media
Look at the output of sudo dmesg | tail -20 to determine the device node assigned to your flash media (ignore the device number; e.g. /dev/sdc, not sdc1)
Example output of dmesg, where the device node is 'sdc':
[ 5046.396364] usb-storage: device scan complete
[ 5046.397075] scsi 10:0:0:0: Direct-Access USB Flash Memory 1.00 PQ: 0 ANSI: 0 CCS
[ 5047.068761] sd 10:0:0:0: [sdc] Mode Sense: 23 00 00 00
[ 5047.068769] sd 10:0:0:0: [sdc] Assuming drive cache: write through
[ 5047.075021] sdc: sdc1
[ 5047.076459] sd 10:0:0:0: [sdc] Attached SCSI removable disk
Run sudo umount /dev/devicenode
Run sudo dd if=/path/to/downloaded.img of=/dev/devicenode bs=1M
Remove your flash media when the command completes (you may need to wait a few extra seconds for it to finish):`:''
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lovedsion/Interesting_plugins.git
git@gitee.com:lovedsion/Interesting_plugins.git
lovedsion
Interesting_plugins
Interesting_plugins
master

搜索帮助