> 其他 >
请教这两条Linux的dd命令是什么意思?dd bs=32 if=boot of=Image skip=1 dd bs=512 if=system of=Image
dd bs=32 if=boot of=Image skip=1
dd bs=512 if=system of=Image
人气:371 ℃ 时间:2020-02-04 05:04:22
解答
dd bs=32 if=boot of=Image skip=1
以文件boot为输入,以每次32byte的速度读写到文件image,并跳过开头的32byte才开始写入
dd bs=512 if=system of=Image
以文件system为输入,以每次512byte的速度读写到文件image
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版