write 1 to block device
Posted Blog 2NE1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了write 1 to block device相关的知识,希望对你有一定的参考价值。
dd if=/dev/zero bs=1 count=200 | sed ‘s/\x00/\xff/g‘
tr ‘\000‘ ‘\377‘ < /dev/zero | dd of=file bs=1024 count=2k
awk ‘BEGIN {for (i=0; i<20480; i++) {printf "%c", 255}}‘ > [email protected]
printf ‘%*s‘ 2048 ‘ ‘ | tr ‘ ‘ ‘\377‘
以上是关于write 1 to block device的主要内容,如果未能解决你的问题,请参考以下文章
boost async_write() 和 non_blocking socket.send() 之间的区别
错误:__tcp_connection_write_eof_block_invoke 写入关闭回调收到错误 - iOS 10
mount: block device /dev/cdrom is write-protected, mounting read-only 解决方法