<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.stombi.net/blog/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Stombi Home Page - Tag - FIFO</title>
  <link>http://www.stombi.net/blog/</link>
  <atom:link href="http://www.stombi.net/blog/feed/tag/FIFO/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Sun, 14 Mar 2010 12:02:51 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>mkfifo</title>
    <link>http://www.stombi.net/blog/post/2005/08/02/31-mkfifo</link>
    <guid isPermaLink="false">urn:md5:a4df0032d5fa3c8b305ee01cdcc91363</guid>
    <pubDate>Tue, 02 Aug 2005 00:20:00 +0000</pubDate>
    <dc:creator>stombi</dc:creator>
        <category>Console</category>
        <category>FIFO</category><category>hard drive</category><category>Shell</category>    
    <description>    &lt;p&gt;J'adore ce genre d'astuces :)&lt;/p&gt;



&lt;blockquote&gt;&lt;p&gt;Hi &lt;a href=&quot;http://www.debian-administration.org/articles/145&quot; hreflang=&quot;en&quot;&gt;this article was awesome&lt;/a&gt; I am using the same technique to image a hard drive to a new one. First i booted both of the laptops to live cd's then i did:&lt;/p&gt;
&lt;p&gt;
&lt;code&gt;local$ mkfifo ddfifo; dd if=/dev/hda | bzip2 &amp;gt; ddfifo&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;
&lt;code&gt;remote$ nc -l -p 5000 | bunzip2 | dd of=/dev/hda&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;
&lt;code&gt;local$ cat ddfifo | nc remote 5000&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;
Now I have my old filesystem perfectly set up on my new laptop....ta da.&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Source : &lt;a href=&quot;http://www.debian-administration.org/articles/145#comment_24&quot; hreflang=&quot;en&quot;&gt;ce commentaire&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
</channel>
</rss>
