<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>おれ最前線ねっと &#187; HD丸ごとコピー</title>
	<atom:link href="http://ore.saizensen.net/archives/tag/hd%e4%b8%b8%e3%81%94%e3%81%a8%e3%82%b3%e3%83%94%e3%83%bc/feed" rel="self" type="application/rss+xml" />
	<link>http://ore.saizensen.net</link>
	<description>イェ〜〜ィ。見てる〜〜〜？？</description>
	<lastBuildDate>Tue, 12 Jul 2011 06:31:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ore.saizensen.net/archives/tag/hd%e4%b8%b8%e3%81%94%e3%81%a8%e3%82%b3%e3%83%94%e3%83%bc/feed" />
		<item>
		<title>HDを丸ごとコピーする方法。</title>
		<link>http://ore.saizensen.net/archives/49</link>
		<comments>http://ore.saizensen.net/archives/49#comments</comments>
		<pubDate>Mon, 18 Feb 2008 03:11:41 +0000</pubDate>
		<dc:creator>bubbkis</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[dd]]></category>
		<category><![CDATA[HD丸ごとコピー]]></category>

		<guid isPermaLink="false">http://ore.saizensen.net/archives/49</guid>
		<description><![CDATA[dd if=/dev/sda of=/dev/sdb conv=sync,noerror bs=4096 count=1 元HDと新HDの容量が同じか新HDの容量がデカイ場合は dd コマンドでコピーすれば、OS 丸ごと [...]]]></description>
			<content:encoded><![CDATA[				<pre>dd if=/dev/sda of=/dev/sdb conv=sync,noerror bs=4096 count=1</pre>
<p>元HDと新HDの容量が同じか新HDの容量がデカイ場合は dd コマンドでコピーすれば、OS 丸ごとコピーできますよと。<br />
　count=1 は最終的には消去しますが、count=10、count=100 と値を増やして、コピーの方向が合っていることを要確認。逆向けにコピーしたら・・・脂肪です。</p>
]]></content:encoded>
			<wfw:commentRss>http://ore.saizensen.net/archives/49/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ore.saizensen.net/archives/49" />
	</item>
	</channel>
</rss>

