<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Pv on Karpoke - Just Another Blog</title><link>http://karpoke.ignaciocano.com/tags/pv/</link><description>Recent content in Pv on Karpoke - Just Another Blog</description><generator>Hugo -- 0.159.0</generator><language>es</language><lastBuildDate>Tue, 30 Jan 2018 20:36:00 +0100</lastBuildDate><atom:link href="http://karpoke.ignaciocano.com/tags/pv/index.xml" rel="self" type="application/rss+xml"/><item><title>Recuperar un disco corrupto</title><link>http://karpoke.ignaciocano.com/2018/01/30/recuperar-un-disco-corrupto/</link><pubDate>Tue, 30 Jan 2018 20:36:00 +0100</pubDate><guid>http://karpoke.ignaciocano.com/2018/01/30/recuperar-un-disco-corrupto/</guid><description>&lt;p&gt;Un par de comandos útiles para recuperar datos de un disco problemático.&lt;/p&gt;
&lt;p&gt;Para copiar el disco, mostrando una barra de progeso:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;dd if=/dev/sda | pv | dd of=/dev/sdb conv=noerror,sync
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Lanzamos &lt;code&gt;ddrescue&lt;/code&gt;:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;ddrescue -d -r3 /dev/sda /dev/sdb output.log
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>