initial commit to seperate repo
This commit is contained in:
commit
1a020ca68b
1302 changed files with 201261 additions and 0 deletions
9
cache/posts/201311dd-with-progress.html
vendored
Normal file
9
cache/posts/201311dd-with-progress.html
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<html><body><p>I needed to write an iso image to a USB key, and the typical way is
|
||||
with just dd(8), but I wanted a progress bar. A quick google later,
|
||||
and I get:</p>
|
||||
|
||||
<pre><code>pv -tpreb isoname | sudo dd of=/dev/sdd bs=1024</code></pre>
|
||||
|
||||
<p>Which will write the iso image to the USB stick sdd, and give me a
|
||||
progress bar, tell me how fast it is writing, and give me an eta when
|
||||
finished. Perfect.</p></body></html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue